![]() | ![]() | ![]() | Conglomerate Programmer's Reference Manual | ![]() |
---|
cong-editor-node-entity-ref —
#define CONG_EDITOR_NODE_ENTITY_REF (obj) #define CONG_EDITOR_NODE_ENTITY_REF_CLASS(klass) #define IS_CONG_EDITOR_NODE_ENTITY_REF (obj) GType cong_editor_node_entity_ref_get_type (void); CongEditorNodeEntityRef* cong_editor_node_entity_ref_construct (CongEditorNodeEntityRef *editor_node_entity_ref, CongEditorWidget3 *widget, CongTraversalNode *traversal_node); CongEditorNode* cong_editor_node_entity_ref_new (CongEditorWidget3 *widget, CongTraversalNode *traversal_node);
#define CONG_EDITOR_NODE_ENTITY_REF(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_NODE_ENTITY_REF_TYPE, CongEditorNodeEntityRef)
obj : |
#define CONG_EDITOR_NODE_ENTITY_REF_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_NODE_ENTITY_REF_TYPE, CongEditorNodeEntityRefClass)
klass : |
#define IS_CONG_EDITOR_NODE_ENTITY_REF(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_NODE_ENTITY_REF_TYPE)
obj : |
CongEditorNodeEntityRef* cong_editor_node_entity_ref_construct (CongEditorNodeEntityRef *editor_node_entity_ref, CongEditorWidget3 *widget, CongTraversalNode *traversal_node);
TODO: Write me
editor_node_entity_ref : | |
widget : | |
traversal_node : | |
Returns : |
<< cong-editor-node-entity-decl | cong-editor-node-text >> |