mergeDefs {RGtkBindingGenerator}R Documentation

Combine definitions for classes, functions, ... from different sources

Description

This combines the definitions read from different .defs files into a single object containing the unique definitions. No effort is made to determine if duplicated definitions agree. They are simple discared and the value in into is maintained.

Usage

mergeDefs(from, into)

Arguments

from the "new" definitions whch are to be combined with thos in into. Definitions in any of the categories of this object that have the same name as a definition in the corresponding category of into will be discarded. In such cases, a warning is generated.
into the original/master definitions which are to be augmented with those from from.

Details

Value

An object identical in top-level structure to into with the elements containing the result of merging the elements from from and into.

See Also

generateCodeFiles genCode

Examples



[Package RGtkBindingGenerator version 0.3 Index]