diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-08-17 14:35:29 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-08-17 14:35:29 +0000 |
commit | 6aa85bbffb0c4da749fe8cf7486b1f3f56bdb722 (patch) | |
tree | 53b62b504d6ab2f6edb8358c7d746419148ef367 /gtk | |
parent | 154987a53972a6c551545ff61c9a45d73ae3ab82 (diff) | |
download | gdk-pixbuf-6aa85bbffb0c4da749fe8cf7486b1f3f56bdb722.tar.gz |
Add some caveats to the documentation. (#348971)
2006-08-17 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkstatusicon.c (gtk_status_icon_get_geometry): Add some
caveats to the documentation. (#348971)
Diffstat (limited to 'gtk')
-rwxr-xr-x | gtk/gtkstatusicon.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk/gtkstatusicon.c b/gtk/gtkstatusicon.c index ca7209491..aa09dba85 100755 --- a/gtk/gtkstatusicon.c +++ b/gtk/gtkstatusicon.c @@ -1646,11 +1646,15 @@ gtk_status_icon_position_menu (GtkMenu *menu, * Obtains information about the location of the status icon * on screen. This information can be used to e.g. position * popups like notification bubbles. + * * See gtk_status_icon_position_menu() for a more convenient * alternative for positioning menus. * * Note that some platforms do not allow GTK+ to provide - * this information. + * this information, and even on platforms that do allow it, + * the information is not reliable unless the status icon + * is embedded in a notification area, see + * gtk_status_icon_is_embedded(). * * Return value: %TRUE if the location information has * been filled in |