| Top |
GObject ╰── CongModification ╰── CongNodeModification ╰── CongNodeModificationSetAttribute
#define CONG_NODE_MODIFICATION_SET_ATTRIBUTE(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_NODE_MODIFICATION_SET_ATTRIBUTE_TYPE, CongNodeModificationSetAttribute)
#define CONG_NODE_MODIFICATION_SET_ATTRIBUTE_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_NODE_MODIFICATION_SET_ATTRIBUTE_TYPE, CongNodeModificationSetAttributeClass)
#define IS_CONG_NODE_MODIFICATION_SET_ATTRIBUTE(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_NODE_MODIFICATION_SET_ATTRIBUTE_TYPE)
GType
cong_node_modification_set_attribute_get_type
(void);
CongNodeModificationSetAttribute * cong_node_modification_set_attribute_construct (CongNodeModificationSetAttribute *node_modification_set_attribute,CongDocument *doc,CongNodePtr node,xmlNs *ns_ptr,const gchar *name,const gchar *value);
TODO: Write me
CongModification * cong_node_modification_set_attribute_new (CongDocument *doc,CongNodePtr node,xmlNs *ns_ptr,const gchar *name,const gchar *value);
TODO: Write me