| Conglomerate Programmer's Reference Manual |
|---|
cong-attribute-wrapper —
#define CONG_ATTRIBUTE_WRAPPER (obj) #define CONG_ATTRIBUTE_WRAPPER_CLASS (klass) #define IS_CONG_ATTRIBUTE_WRAPPER (obj) GType cong_attribute_wrapper_get_type (void); CongAttributeWrapper* cong_attribute_wrapper_construct (CongAttributeWrapper *attribute_wrapper, CongDocument *doc, CongNodePtr node, xmlNs *ns_ptr, const gchar *attribute_name, xmlAttributePtr attr); CongDocument* cong_attribute_wrapper_get_document (CongAttributeWrapper *attribute_wrapper); CongNodePtr cong_attribute_wrapper_get_node (CongAttributeWrapper *attribute_wrapper); xmlAttributePtr cong_attribute_wrapper_get_attribute (CongAttributeWrapper *attribute_wrapper); const gchar* cong_attribute_wrapper_get_attribute_name (CongAttributeWrapper *attribute_wrapper); gchar* cong_attribute_wrapper_get_attribute_value (CongAttributeWrapper *attribute_wrapper); void cong_attribute_wrapper_set_value (CongAttributeWrapper *attribute_wrapper, const gchar *new_value); void cong_attribute_wrapper_remove_value (CongAttributeWrapper *attribute_wrapper);
#define CONG_ATTRIBUTE_WRAPPER(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_ATTRIBUTE_WRAPPER_TYPE, CongAttributeWrapper)
| obj : |
#define CONG_ATTRIBUTE_WRAPPER_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_ATTRIBUTE_WRAPPER_TYPE, CongAttributeWrapperClass)
| klass : |
#define IS_CONG_ATTRIBUTE_WRAPPER(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_ATTRIBUTE_WRAPPER_TYPE)
| obj : |
CongAttributeWrapper* cong_attribute_wrapper_construct
(CongAttributeWrapper *attribute_wrapper,
CongDocument *doc,
CongNodePtr node,
xmlNs *ns_ptr,
const gchar *attribute_name,
xmlAttributePtr attr);TODO: Write me
| attribute_wrapper : | |
| doc : | |
| node : | |
| ns_ptr : | |
| attribute_name : | |
| attr : | |
| Returns : |
CongDocument* cong_attribute_wrapper_get_document
(CongAttributeWrapper *attribute_wrapper);TODO: Write me
| attribute_wrapper : | |
| Returns : |
CongNodePtr cong_attribute_wrapper_get_node (CongAttributeWrapper *attribute_wrapper);
TODO: Write me
| attribute_wrapper : | |
| Returns : |
xmlAttributePtr cong_attribute_wrapper_get_attribute
(CongAttributeWrapper *attribute_wrapper);TODO: Write me
| attribute_wrapper : | |
| Returns : |
const gchar* cong_attribute_wrapper_get_attribute_name
(CongAttributeWrapper *attribute_wrapper);TODO: Write me
| attribute_wrapper : | |
| Returns : |
gchar* cong_attribute_wrapper_get_attribute_value
(CongAttributeWrapper *attribute_wrapper);TODO: Write me
| attribute_wrapper : | |
| Returns : |
void cong_attribute_wrapper_set_value (CongAttributeWrapper *attribute_wrapper, const gchar *new_value);
TODO: Write me
| attribute_wrapper : | |
| new_value : |
void cong_attribute_wrapper_remove_value (CongAttributeWrapper *attribute_wrapper);
TODO: Write me
| attribute_wrapper : |
| << cong-attribute-editor-enumeration | cong-attribute-wrapper-check-button >> |