diff options
author | Ted Gould <ted@canonical.com> | 2009-02-05 14:42:38 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-05 14:42:38 +0100 |
commit | 5cf3a7955ba22cd95f1deaa8860f4fdcbab2c8ad (patch) | |
tree | d33c0d89b423aa5cbec5e27a1345db4ce1a409c4 /libindicate/indicator.c | |
parent | 7ef6658a210f363bfe20563aad59b145d77ef43a (diff) | |
download | libayatana-indicator-5cf3a7955ba22cd95f1deaa8860f4fdcbab2c8ad.tar.gz libayatana-indicator-5cf3a7955ba22cd95f1deaa8860f4fdcbab2c8ad.tar.bz2 libayatana-indicator-5cf3a7955ba22cd95f1deaa8860f4fdcbab2c8ad.zip |
Adding in the API function to take and icon and display it. Just the prototype.
Diffstat (limited to 'libindicate/indicator.c')
-rw-r--r-- | libindicate/indicator.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libindicate/indicator.c b/libindicate/indicator.c index 94af726..b77d7d7 100644 --- a/libindicate/indicator.c +++ b/libindicate/indicator.c @@ -209,6 +209,13 @@ indicate_indicator_set_property (IndicateIndicator * indicator, const gchar * ke return class->set_property(indicator, key, data); } +void +indicate_indicator_set_property_icon (IndicateIndicator * indicator, const gchar * key, const GdkPixbuf * data) +{ + + +} + const gchar * indicate_indicator_get_property (IndicateIndicator * indicator, const gchar * key) { |