diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-04-28 15:52:25 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-04-28 15:52:25 +0000 |
commit | 7af6e12b477302536f2f84b312f417fe9783f547 (patch) | |
tree | ac96886796a9d6f126bf1572446a9e0c56e3d807 /gtk/gtkstatusicon.c | |
parent | 065d1560e603642e5dc5cfd094d31f28d941bbb8 (diff) | |
download | gtk+-7af6e12b477302536f2f84b312f417fe9783f547.tar.gz |
Add a note about being embedded. (#340107, Christian Persch)
2007-04-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkstatusicon.c (gtk_status_icon_get_size): Add
a note about being embedded. (#340107, Christian Persch)
svn path=/trunk/; revision=17677
Diffstat (limited to 'gtk/gtkstatusicon.c')
-rwxr-xr-x | gtk/gtkstatusicon.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkstatusicon.c b/gtk/gtkstatusicon.c index 418db4a435..bce5124179 100755 --- a/gtk/gtkstatusicon.c +++ b/gtk/gtkstatusicon.c @@ -1503,6 +1503,9 @@ gtk_status_icon_get_icon_name (GtkStatusIcon *status_icon) * if the size of the notification area changes. For other * storage types, the size-changed signal can be used to * react to size changes. + * + * Note that the returned size is only meaningful while the + * status icon is embedded (see gtk_status_icon_is_embedded()). * * Return value: the size that is available for the image * |