docs: use proper apostrophe

https://wiki.gnome.org/Design/OS/Typography
This commit is contained in:
William Jon McCann
2014-02-07 13:01:26 -05:00
parent f116f0071e
commit 7a208fbbf3
172 changed files with 751 additions and 751 deletions

View File

@ -464,7 +464,7 @@ gdk_event_peek (void)
* @event: a #GdkEvent.
*
* Appends a copy of the given event onto the front of the event
* queue for event->any.window's display, or the default event
* queue for event->any.windows display, or the default event
* queue if event->any.window is %NULL. See gdk_display_put_event().
**/
void
@ -611,7 +611,7 @@ _gdk_event_get_pointer_emulated (GdkEvent *event)
* @event: a #GdkEvent
*
* Copies a #GdkEvent, copying or incrementing the reference count of the
* resources associated with it (e.g. #GdkWindow's and strings).
* resources associated with it (e.g. #GdkWindows and strings).
*
* Return value: a copy of @event. The returned #GdkEvent should be freed with
* gdk_event_free().
@ -913,7 +913,7 @@ gdk_event_get_time (const GdkEvent *event)
*
* If the event contains a “state” field, puts that field in @state. Otherwise
* stores an empty state (0). Returns %TRUE if there was a state field
* in the event. @event may be %NULL, in which case it's treated
* in the event. @event may be %NULL, in which case its treated
* as if the event had no state field.
*
* Return value: %TRUE if there was a state field in the event