| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
CongEditorNodeElementListitem;
#define CONG_EDITOR_NODE_ELEMENT_LISTITEM (obj)
#define CONG_EDITOR_NODE_ELEMENT_LISTITEM_CLASS(klass)
#define IS_CONG_EDITOR_NODE_ELEMENT_LISTITEM(obj)
const gchar* cong_editor_node_element_listitem_get_label
(CongEditorNodeElementListitem *listitem);
GObject +----CongEditorNode +----CongEditorNodeElement +----CongEditorNodeElementListitem
typedef struct _CongEditorNodeElementListitem CongEditorNodeElementListitem;
#define CONG_EDITOR_NODE_ELEMENT_LISTITEM(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_NODE_ELEMENT_LISTITEM_TYPE, CongEditorNodeElementListitem)
| obj : |
#define CONG_EDITOR_NODE_ELEMENT_LISTITEM_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_NODE_ELEMENT_LISTITEM_TYPE, CongEditorNodeElementListitemClass)
| klass : |
#define IS_CONG_EDITOR_NODE_ELEMENT_LISTITEM(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_NODE_ELEMENT_LISTITEM_TYPE)
| obj : |
const gchar* cong_editor_node_element_listitem_get_label (CongEditorNodeElementListitem *listitem);
TODO: Write me
| listitem : | |
| Returns : |
void user_function (CongEditorNodeElementListitem *congeditornodeelementlistitem, gpointer user_data) : Run First
| congeditornodeelementlistitem : | the object which received the signal. |
| user_data : | user data set when the signal handler was connected. |