![]() |
![]() |
![]() |
Conglomerate Programmer's Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Signals |
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)
|
#define CONG_EDITOR_NODE_ELEMENT_LISTITEM_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_NODE_ELEMENT_LISTITEM_TYPE, CongEditorNodeElementListitemClass)
|
#define IS_CONG_EDITOR_NODE_ELEMENT_LISTITEM(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_NODE_ELEMENT_LISTITEM_TYPE)
|
const gchar * cong_editor_node_element_listitem_get_label (CongEditorNodeElementListitem *listitem);
TODO: Write me
|
|
Returns : |
"label-changed"
signalvoid user_function (CongEditorNodeElementListitem *congeditornodeelementlistitem, gpointer user_data) : Run First
|
the object which received the signal. |
|
user data set when the signal handler was connected. |