![]() |
![]() |
![]() |
Conglomerate Programmer's Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
CongNodeModificationRemoveAttribute; #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, xmlNs *ns_ptr, const gchar *name); CongModification * cong_node_modification_remove_attribute_new (CongDocument *doc, CongNodePtr node, xmlNs *ns_ptr, const gchar *name);
GObject +----CongModification +----CongNodeModification +----CongNodeModificationRemoveAttribute
typedef struct _CongNodeModificationRemoveAttribute CongNodeModificationRemoveAttribute;
#define CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE_TYPE, CongNodeModificationRemoveAttribute)
|
#define CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE_TYPE, CongNodeModificationRemoveAttributeClass)
|
#define IS_CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE_TYPE)
|
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, xmlNs *ns_ptr, const gchar *name);
TODO: Write me
|
|
|
|
|
|
|
|
|
|
Returns : |
CongModification * cong_node_modification_remove_attribute_new (CongDocument *doc, CongNodePtr node, xmlNs *ns_ptr, const gchar *name);
TODO: Write me
|
|
|
|
|
|
|
|
Returns : |