diff options
author | Ted Gould <ted@gould.cx> | 2010-03-11 14:22:51 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-11 14:22:51 -0600 |
commit | 8caf60a3944a876075f173b520c53272003ebbe4 (patch) | |
tree | 383699d46a012fe984beac14ea23c0db29d082e2 /libindicator/indicator-image-helper.h | |
parent | 5ca699baae839672ca9a418ab2f9c063dfdf9ae0 (diff) | |
parent | bb8b7032dfd93cd0cdad55967b973dd4de7ca044 (diff) | |
download | libayatana-indicator-8caf60a3944a876075f173b520c53272003ebbe4.tar.gz libayatana-indicator-8caf60a3944a876075f173b520c53272003ebbe4.tar.bz2 libayatana-indicator-8caf60a3944a876075f173b520c53272003ebbe4.zip |
Upstream release 0.3.5
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__ */ |