diff options
author | Ted Gould <ted@gould.cx> | 2010-03-11 14:10:42 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-11 14:10:42 -0600 |
commit | 8e82b02a0cd6c51904abb0730d41b2fd654a2174 (patch) | |
tree | 22220ffb54f4b58de1995565479f3841b6b86d0d /libindicator/indicator-image-helper.h | |
parent | fc87fda00e8e42d5a212a199a6f9e8d350388905 (diff) | |
parent | a6ecf4a5b44ae4179d17d1f78da80ced04209b32 (diff) | |
download | libayatana-indicator-8e82b02a0cd6c51904abb0730d41b2fd654a2174.tar.gz libayatana-indicator-8e82b02a0cd6c51904abb0730d41b2fd654a2174.tar.bz2 libayatana-indicator-8e82b02a0cd6c51904abb0730d41b2fd654a2174.zip |
Creating a function to update the icon to a new name.
Diffstat (limited to 'libindicator/indicator-image-helper.h')
-rw-r--r-- | libindicator/indicator-image-helper.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libindicator/indicator-image-helper.h b/libindicator/indicator-image-helper.h index fed02dc..77e2f0a 100644 --- a/libindicator/indicator-image-helper.h +++ b/libindicator/indicator-image-helper.h @@ -26,6 +26,8 @@ License along with this library. If not, see #include <gtk/gtk.h> -GtkImage * indicator_image_helper (const gchar * name); +GtkImage * indicator_image_helper (const gchar * name); +void indicator_image_helper_update (GtkImage * image, + const gchar * name); #endif /* __INDICATOR_IMAGE_HELPER_H__ */ |