summaryrefslogtreecommitdiff
path: root/src/gui/editem.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-12-31 21:47:47 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-12-31 21:47:47 (GMT)
commit36be37f57a66515444ffbfec6242b991f8346c09 (patch)
tree89fbc849416d59989f4d5569f5fb5e912c99e652 /src/gui/editem.c
parent555e12fb47d57f354bcdd7fdd54be7be50eeba4c (diff)
Added a dialog box to jump to a given address
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@314 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gui/editem.c')
-rw-r--r--src/gui/editem.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/gui/editem.c b/src/gui/editem.c
index ad14e42..d658428 100644
--- a/src/gui/editem.c
+++ b/src/gui/editem.c
@@ -98,6 +98,25 @@ static void g_editor_item_init(GEditorItem *item)
* *
* Paramètres : item = instance à consulter. *
* *
+* Description : Fournit l'adresse de l'espace de référencement global. *
+* *
+* Retour : - *
+* *
+* Remarques : - *
+* *
+******************************************************************************/
+
+GObject *g_editor_item_get_global_ref(const GEditorItem *item)
+{
+ return item->ref;
+
+}
+
+
+/******************************************************************************
+* *
+* Paramètres : item = instance à consulter. *
+* *
* Description : Fournit le composant GTK associé à l'élément réactif. *
* *
* Retour : - *