forked from AuroraMiddleware/gtk
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)
This commit is contained in:
parent
154987a539
commit
6aa85bbffb
@ -1,3 +1,8 @@
|
||||
2006-08-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkstatusicon.c (gtk_status_icon_get_geometry): Add some
|
||||
caveats to the documentation. (#348971)
|
||||
|
||||
Thu Aug 17 16:19:35 2006 Tim Janik <timj@imendio.com>
|
||||
|
||||
* docs/tutorial/gtk-tut.sgml: fixed buglet from #351759.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-08-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkstatusicon.c (gtk_status_icon_get_geometry): Add some
|
||||
caveats to the documentation. (#348971)
|
||||
|
||||
Thu Aug 17 16:19:35 2006 Tim Janik <timj@imendio.com>
|
||||
|
||||
* docs/tutorial/gtk-tut.sgml: fixed buglet from #351759.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user