CongNodeModificationRemoveAttribute

CongNodeModificationRemoveAttribute

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── CongModification
        ╰── CongNodeModification
            ╰── CongNodeModificationRemoveAttribute

Description

Functions

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)


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)


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)


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

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

Returns

Types and Values

CongNodeModificationRemoveAttribute

typedef struct _CongNodeModificationRemoveAttribute CongNodeModificationRemoveAttribute;