| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
CongNodeModificationSetParent;
#define CONG_NODE_MODIFICATION_SET_PARENT (obj)
#define CONG_NODE_MODIFICATION_SET_PARENT_CLASS(klass)
#define IS_CONG_NODE_MODIFICATION_SET_PARENT(obj)
GType cong_node_modification_set_parent_get_type
(void);
CongNodeModificationSetParent* cong_node_modification_set_parent_construct
(CongNodeModificationSetParent *node_modification_set_parent,
CongDocument *doc,
CongNodePtr node,
CongNodePtr adoptive_parent);
CongModification* cong_node_modification_set_parent_new
(CongDocument *doc,
CongNodePtr node,
CongNodePtr adoptive_parent);
GObject +----CongModification +----CongNodeModification +----CongNodeModificationSetParent
typedef struct _CongNodeModificationSetParent CongNodeModificationSetParent;
#define CONG_NODE_MODIFICATION_SET_PARENT(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_NODE_MODIFICATION_SET_PARENT_TYPE, CongNodeModificationSetParent)
| obj : |
#define CONG_NODE_MODIFICATION_SET_PARENT_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_NODE_MODIFICATION_SET_PARENT_TYPE, CongNodeModificationSetParentClass)
| klass : |
#define IS_CONG_NODE_MODIFICATION_SET_PARENT(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_NODE_MODIFICATION_SET_PARENT_TYPE)
| obj : |
GType cong_node_modification_set_parent_get_type (void);
| Returns : |
CongNodeModificationSetParent* cong_node_modification_set_parent_construct (CongNodeModificationSetParent *node_modification_set_parent, CongDocument *doc, CongNodePtr node, CongNodePtr adoptive_parent);
TODO: Write me
| node_modification_set_parent : | |
| doc : | |
| node : | |
| adoptive_parent : | |
| Returns : |
CongModification* cong_node_modification_set_parent_new (CongDocument *doc, CongNodePtr node, CongNodePtr adoptive_parent);
TODO: Write me
| doc : | |
| node : | |
| adoptive_parent : | |
| Returns : |