CongNodeModificationRemoveAttribute

CongNodeModificationRemoveAttribute

Synopsis

                    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);

Object Hierarchy

  GObject
   +----CongModification
         +----CongNodeModification
               +----CongNodeModificationRemoveAttribute

Description

Details

CongNodeModificationRemoveAttribute

typedef struct _CongNodeModificationRemoveAttribute CongNodeModificationRemoveAttribute;


CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE()

#define CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE_TYPE, CongNodeModificationRemoveAttribute)

obj :


CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE_CLASS()

#define CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE_TYPE, CongNodeModificationRemoveAttributeClass)

klass :


IS_CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE()

#define IS_CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_NODE_MODIFICATION_REMOVE_ATTRIBUTE_TYPE)

obj :


cong_node_modification_remove_attribute_get_type ()

GType               cong_node_modification_remove_attribute_get_type
                                                        (void);

Returns :


cong_node_modification_remove_attribute_construct ()

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 :


cong_node_modification_remove_attribute_new ()

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 :