mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
Fix a typo in GdkEventGrabBroken where it said "@grab_window id NULL" and
2007-10-08 Cody Russell <bratsche@gnome.org> * docs/reference/gdk/tmpl/event_structs.sgml: Fix a typo in GdkEventGrabBroken where it said "@grab_window id NULL" and should say "@grab_window is NULL". (#484650, Chris Lord) svn path=/trunk/; revision=18892
This commit is contained in:
parent
94680cbffc
commit
d9e345d084
@ -1,3 +1,9 @@
|
|||||||
|
2007-10-08 Cody Russell <bratsche@gnome.org>
|
||||||
|
* docs/reference/gdk/tmpl/event_structs.sgml:
|
||||||
|
Fix a typo in GdkEventGrabBroken where it said
|
||||||
|
"@grab_window id NULL" and should say
|
||||||
|
"@grab_window is NULL". (#484650, Chris Lord)
|
||||||
|
|
||||||
2007-10-08 Kristian Rietveld <kris@imendio.com>
|
2007-10-08 Kristian Rietveld <kris@imendio.com>
|
||||||
|
|
||||||
* gtk/gtkfilesystemmodel.c (got_root_folder_cb),
|
* gtk/gtkfilesystemmodel.c (got_root_folder_cb),
|
||||||
|
@ -444,7 +444,7 @@ can also cause #GdkEventGrabBroken events.
|
|||||||
@implicit: %TRUE if the broken grab was implicit
|
@implicit: %TRUE if the broken grab was implicit
|
||||||
@grab_window: If this event is caused by another grab in the same
|
@grab_window: If this event is caused by another grab in the same
|
||||||
application, @grab_window contains the new grab window. Otherwise
|
application, @grab_window contains the new grab window. Otherwise
|
||||||
@grab_window id %NULL.
|
@grab_window is %NULL.
|
||||||
@Since: 2.8
|
@Since: 2.8
|
||||||
|
|
||||||
<!-- ##### ENUM GdkScrollDirection ##### -->
|
<!-- ##### ENUM GdkScrollDirection ##### -->
|
||||||
|
Loading…
Reference in New Issue
Block a user