summaryrefslogtreecommitdiff
path: root/src/gui/editem.h
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.h
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.h')
-rw-r--r--src/gui/editem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/editem.h b/src/gui/editem.h
index 9b9ee20..5321600 100644
--- a/src/gui/editem.h
+++ b/src/gui/editem.h
@@ -56,6 +56,9 @@ typedef struct _GEditorItemClass GEditorItemClass;
/* Indique le type défini pour un élément réactif d'éditeur. */
GType g_editor_item_get_type(void);
+/* Fournit l'adresse de l'espace de référencement global. */
+GObject *g_editor_item_get_global_ref(const GEditorItem *);
+
/* Fournit le composant GTK associé à l'élément réactif. */
GtkWidget *g_editor_item_get_widget(const GEditorItem *);