diff options
author | Ted Gould <ted@canonical.com> | 2009-08-04 10:24:51 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-04 10:24:51 +0100 |
commit | 74bc54ca930921b3975bb8d1d844903a5945f6db (patch) | |
tree | 0afb9a2371ac30fca5a9fb0021253a4a0e95b619 /libindicate/indicator.h | |
parent | b3d3f3de3bb73ac8cc77ed5c8bde5aeb76073af2 (diff) | |
parent | 16b15aa99180939000a112038b028600d12673f5 (diff) | |
download | libayatana-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/indicator.h')
-rw-r--r-- | libindicate/indicator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libindicate/indicator.h b/libindicate/indicator.h index 118c6c0..20b998d 100644 --- a/libindicate/indicator.h +++ b/libindicate/indicator.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> - G_BEGIN_DECLS /* Boilerplate */ @@ -132,7 +130,6 @@ void indicate_indicator_user_display (IndicateIndicator * indicator); /* Properties handling */ void indicate_indicator_set_property (IndicateIndicator * indicator, const gchar * key, const gchar * data); -void indicate_indicator_set_property_icon (IndicateIndicator * indicator, const gchar * key, const GdkPixbuf * data); void indicate_indicator_set_property_time (IndicateIndicator * indicator, const gchar * key, GTimeVal * time); const gchar * indicate_indicator_get_property (IndicateIndicator * indicator, const gchar * key); GPtrArray * indicate_indicator_list_properties (IndicateIndicator * indicator); |