| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
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)
| 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, xmlNs *ns_ptr, const gchar *name);
TODO: Write me
| node_modification_remove_attribute : | |
| doc : | |
| node : | |
| ns_ptr : | |
| name : | |
| Returns : |
CongModification* cong_node_modification_remove_attribute_new (CongDocument *doc, CongNodePtr node, xmlNs *ns_ptr, const gchar *name);
TODO: Write me
| doc : | |
| node : | |
| ns_ptr : | |
| name : | |
| Returns : |