| Conglomerate Programmer's Reference Manual |
|---|
CongNodeModificationSetAttributeCongNodeModificationSetAttribute — |
CongNodeModificationSetAttribute;
#define CONG_NODE_MODIFICATION_SET_ATTRIBUTE(obj)
#define CONG_NODE_MODIFICATION_SET_ATTRIBUTE_CLASS(klass)
#define IS_CONG_NODE_MODIFICATION_SET_ATTRIBUTE(obj)
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);
CongModification* cong_node_modification_set_attribute_new
(CongDocument *doc,
CongNodePtr node,
xmlNs *ns_ptr,
const gchar *name,
const gchar *value);
GObject +----CongModification +----CongNodeModification +----CongNodeModificationSetAttribute
typedef struct _CongNodeModificationSetAttribute CongNodeModificationSetAttribute;
#define CONG_NODE_MODIFICATION_SET_ATTRIBUTE(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_NODE_MODIFICATION_SET_ATTRIBUTE_TYPE, CongNodeModificationSetAttribute)
obj : |
#define CONG_NODE_MODIFICATION_SET_ATTRIBUTE_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_NODE_MODIFICATION_SET_ATTRIBUTE_TYPE, CongNodeModificationSetAttributeClass)
klass : |
#define IS_CONG_NODE_MODIFICATION_SET_ATTRIBUTE(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_NODE_MODIFICATION_SET_ATTRIBUTE_TYPE)
obj : |
GType cong_node_modification_set_attribute_get_type
(void);
| Returns : |
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
node_modification_set_attribute : |
|
doc : |
|
node : |
|
ns_ptr : |
|
name : |
|
value : |
|
| Returns : |
CongModification* cong_node_modification_set_attribute_new (CongDocument *doc, CongNodePtr node, xmlNs *ns_ptr, const gchar *name, const gchar *value);
TODO: Write me
doc : |
|
node : |
|
ns_ptr : |
|
name : |
|
value : |
|
| Returns : |
| << CongNodeModificationRemoveAttribute | CongNodeModificationSetParent >> |