![]() | ![]() | ![]() | Conglomerate Programmer's Reference Manual | ![]() |
---|
cong-node-modification-remove-attribute —
#define CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE_TYPE #define CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE(obj) #define CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE_CLASS(klass) #define IS_CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE(obj) GType cong_node_modification_remove_attribute_get_type (void); CongNodeModificationRemoveAttribute* cong_node_modification_remove_attribute_construct (CongNodeModificationRemoveAttribute *node_modification_remove_attribute, CongDocument *doc, CongNodePtr node, const gchar *name); CongModification* cong_node_modification_remove_attribute_new (CongDocument *doc, CongNodePtr node, const gchar *name);
#define CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE_TYPE (cong_node_modification_remove_attribute_get_type ())
#define CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE_TYPE, CongNodeModificationRemoveAttribute)
obj : |
#define CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE_TYPE, CongNodeModificationRemoveAttributeClass)
klass : |
#define IS_CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE_TYPE)
obj : |
GType cong_node_modification_remove_attribute_get_type (void);
Returns : |
CongNodeModificationRemoveAttribute* cong_node_modification_remove_attribute_construct (CongNodeModificationRemoveAttribute *node_modification_remove_attribute, CongDocument *doc, CongNodePtr node, const gchar *name);
node_modification_remove_attribute : | |
doc : | |
node : | |
name : | |
Returns : |
CongModification* cong_node_modification_remove_attribute_new (CongDocument *doc, CongNodePtr node, const gchar *name);
doc : | |
node : | |
name : | |
Returns : |
<< cong-node-modification-make-orphan | cong-node-modification-set-attribute >> |