summaryrefslogtreecommitdiff
path: root/src/glibext/gloadedpanel-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glibext/gloadedpanel-int.h')
-rw-r--r--src/glibext/gloadedpanel-int.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glibext/gloadedpanel-int.h b/src/glibext/gloadedpanel-int.h
index b26ca06..dbe9c0c 100644
--- a/src/glibext/gloadedpanel-int.h
+++ b/src/glibext/gloadedpanel-int.h
@@ -58,6 +58,10 @@ struct _GLoadedPanelIface
cache_loaded_glance_fc cache_glance; /* Cache de la mignature */
+ /* Signaux */
+
+ void (* move_request) (GLoadedPanel *, const GLineCursor *, gboolean);
+
};