aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-09-14 09:51:06 -0500
committerTed Gould <ted@gould.cx>2010-09-14 09:51:06 -0500
commit06b508479f76b2d90425ad0e16c65c94c3c8eb49 (patch)
treea3b041312bc496866eda403ad3190da6f88c50c4
parent98ec2f386f7b9409a2c745808ea6d5e329175bcd (diff)
downloadlibayatana-indicator-06b508479f76b2d90425ad0e16c65c94c3c8eb49.tar.gz
libayatana-indicator-06b508479f76b2d90425ad0e16c65c94c3c8eb49.tar.bz2
libayatana-indicator-06b508479f76b2d90425ad0e16c65c94c3c8eb49.zip
Forgot the signal name
-rw-r--r--libindicator/indicator-object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libindicator/indicator-object.h b/libindicator/indicator-object.h
index cddf7c8..32a35f9 100644
--- a/libindicator/indicator-object.h
+++ b/libindicator/indicator-object.h
@@ -51,6 +51,8 @@ typedef enum
#define INDICATOR_OBJECT_SIGNAL_ENTRY_MOVED_ID (g_signal_lookup(INDICATOR_OBJECT_SIGNAL_ENTRY_MOVED, INDICATOR_OBJECT_TYPE))
#define INDICATOR_OBJECT_SIGNAL_SCROLL "scroll"
#define INDICATOR_OBJECT_SIGNAL_SCROLL_ID (g_signal_lookup(INDICATOR_OBJECT_SIGNAL_SCROLL, INDICATOR_OBJECT_TYPE))
+#define INDICATOR_OBJECT_SIGNAL_MENU_SHOW "menu-show"
+#define INDICATOR_OBJECT_SIGNAL_MENU_SHOW_ID (g_signal_lookup(INDICATOR_OBJECT_SIGNAL_MENU_SHOW, INDICATOR_OBJECT_TYPE))
typedef struct _IndicatorObject IndicatorObject;
typedef struct _IndicatorObjectClass IndicatorObjectClass;