From 63630dcba6ca194176a057a838a1e36e9df28cad Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 29 Jan 2009 09:07:14 -0600 Subject: Getting some helper defines for some of the hacks that'll probably change in the future --- libindicate/listener.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libindicate/listener.h') diff --git a/libindicate/listener.h b/libindicate/listener.h index 934f0fd..cadc487 100644 --- a/libindicate/listener.h +++ b/libindicate/listener.h @@ -26,6 +26,9 @@ G_BEGIN_DECLS #define INDICATE_LISTENER_SIGNAL_SERVER_ADDED "server-added" #define INDICATE_LISTENER_SIGNAL_SERVER_REMOVED "server-removed" +#define INDICATE_LISTENER_SERVER_DBUS_NAME(server) ((gchar *)server) +#define INDICATE_LISTENER_INDICATOR_ID(indicator) (GPOINTER_TO_UINT(indicator)) + typedef gchar IndicateListenerServer; typedef guint IndicateListenerIndicator; -- cgit v1.2.3