diff options
author | Ted Gould <ted@canonical.com> | 2009-11-03 23:15:10 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-03 23:15:10 -0600 |
commit | 0db39bf65d1007924bded3d48d928a1a7c034581 (patch) | |
tree | 8d5284794a763db18cedd7b95e6d8c5dc61c67c8 /libindicator/indicator-object.h | |
parent | b267db90f7e2a569b64fd236d431f7ec5f7dfc2f (diff) | |
download | libayatana-indicator-0db39bf65d1007924bded3d48d928a1a7c034581.tar.gz libayatana-indicator-0db39bf65d1007924bded3d48d928a1a7c034581.tar.bz2 libayatana-indicator-0db39bf65d1007924bded3d48d928a1a7c034581.zip |
Adding in some signals to make for some more fun.
Diffstat (limited to 'libindicator/indicator-object.h')
-rw-r--r-- | libindicator/indicator-object.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libindicator/indicator-object.h b/libindicator/indicator-object.h index c2d1944..1ac39b0 100644 --- a/libindicator/indicator-object.h +++ b/libindicator/indicator-object.h @@ -36,6 +36,9 @@ G_BEGIN_DECLS #define INDICATOR_IS_OBJECT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), INDICATOR_OBJECT_TYPE)) #define INDICATOR_OBJECT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), INDICATOR_OBJECT_TYPE, IndicatorObjectClass)) +#define INDICATOR_OBJECT_SIGNAL_ENTRY_ADDED "entry-added" +#define INDICATOR_OBJECT_SIGNAL_ENTRY_REMOVED "entry-removed" + typedef struct _IndicatorObject IndicatorObject; typedef struct _IndicatorObjectClass IndicatorObjectClass; typedef struct _IndicatorObjectPrivate IndicatorObjectPrivate; |