diff options
author | Ted Gould <ted@canonical.com> | 2009-08-08 05:55:49 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-08 05:55:49 -0600 |
commit | d61f15d257b8d7e27d4cc7955e9b870d0e44d73b (patch) | |
tree | 634fadf224375d7f93809874b762ff3e6468a1d9 /src/status-provider.h | |
parent | dbf5b1d9ea6aef0fb55ffcd3b6322fbfb20e5e73 (diff) | |
download | ayatana-indicator-session-d61f15d257b8d7e27d4cc7955e9b870d0e44d73b.tar.gz ayatana-indicator-session-d61f15d257b8d7e27d4cc7955e9b870d0e44d73b.tar.bz2 ayatana-indicator-session-d61f15d257b8d7e27d4cc7955e9b870d0e44d73b.zip |
Handling the signal better. Now in the header file as well.
Diffstat (limited to 'src/status-provider.h')
-rw-r--r-- | src/status-provider.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/status-provider.h b/src/status-provider.h index f01a90e..9cc9885 100644 --- a/src/status-provider.h +++ b/src/status-provider.h @@ -47,7 +47,8 @@ typedef enum } StatusProviderStatus; -#define STATUS_PROVIDER_SIGNAL_STATUS_CHANGED "status-changed" +#define STATUS_PROVIDER_SIGNAL_STATUS_CHANGED "status-changed" +#define STATUS_PROVIDER_SIGNAL_STATUS_CHANGED_ID (g_signal_lookup(STATUS_PROVIDER_SIGNAL_STATUS_CHANGED, STATUS_PROVIDER_TYPE)) typedef struct _StatusProvider StatusProvider; struct _StatusProvider { |