aboutsummaryrefslogtreecommitdiff
path: root/libindicate/listener.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-04 10:24:51 +0100
committerTed Gould <ted@canonical.com>2009-08-04 10:24:51 +0100
commit74bc54ca930921b3975bb8d1d844903a5945f6db (patch)
tree0afb9a2371ac30fca5a9fb0021253a4a0e95b619 /libindicate/listener.h
parentb3d3f3de3bb73ac8cc77ed5c8bde5aeb76073af2 (diff)
parent16b15aa99180939000a112038b028600d12673f5 (diff)
downloadlibayatana-indicator-74bc54ca930921b3975bb8d1d844903a5945f6db.tar.gz
libayatana-indicator-74bc54ca930921b3975bb8d1d844903a5945f6db.tar.bz2
libayatana-indicator-74bc54ca930921b3975bb8d1d844903a5945f6db.zip
Merging in the splitout of a GTK version of the lib
Diffstat (limited to 'libindicate/listener.h')
-rw-r--r--libindicate/listener.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libindicate/listener.h b/libindicate/listener.h
index 5bfd298..37cda03 100644
--- a/libindicate/listener.h
+++ b/libindicate/listener.h
@@ -33,8 +33,6 @@ License version 3 and version 2.1 along with this program. If not, see
#include <glib.h>
#include <glib-object.h>
-#include <gdk-pixbuf/gdk-pixbuf.h>
-
#include "indicator.h"
#include "server.h"
#include "interests.h"
@@ -88,7 +86,6 @@ GType indicate_listener_get_type (void) G_GNUC_CONST;
typedef void (*indicate_listener_get_property_cb) (IndicateListener * listener, IndicateListenerServer * server, IndicateListenerIndicator * indicator, gchar * property, gchar * propertydata, gpointer data);
typedef void (*indicate_listener_get_property_time_cb) (IndicateListener * listener, IndicateListenerServer * server, IndicateListenerIndicator * indicator, gchar * property, GTimeVal * propertydata, gpointer data);
-typedef void (*indicate_listener_get_property_icon_cb) (IndicateListener * listener, IndicateListenerServer * server, IndicateListenerIndicator * indicator, gchar * property, GdkPixbuf * propertydata, gpointer data);
typedef void (*indicate_listener_get_server_property_cb) (IndicateListener * listener, IndicateListenerServer * server, gchar * value, gpointer data);
/* Create a new listener */
@@ -106,12 +103,6 @@ void indicate_listener_get_property_time (IndicateListener * l
gchar * property,
indicate_listener_get_property_time_cb callback,
gpointer data);
-void indicate_listener_get_property_icon (IndicateListener * listener,
- IndicateListenerServer * server,
- IndicateListenerIndicator * indicator,
- gchar * property,
- indicate_listener_get_property_icon_cb callback,
- gpointer data);
void indicate_listener_display (IndicateListener * listener,
IndicateListenerServer * server,
IndicateListenerIndicator * indicator);