docs: use more apostrophes

This commit is contained in:
William Jon McCann
2014-02-07 13:26:12 -05:00
parent 7a208fbbf3
commit f0000b2f3d
8 changed files with 38 additions and 38 deletions

View File

@ -324,9 +324,9 @@ typedef enum
/**
* GdkGrabOwnership:
* @GDK_OWNERSHIP_NONE: All other devices' events are allowed.
* @GDK_OWNERSHIP_WINDOW: Other devices' events are blocked for the grab window.
* @GDK_OWNERSHIP_APPLICATION: Other devices' events are blocked for the whole application.
* @GDK_OWNERSHIP_NONE: All other devices events are allowed.
* @GDK_OWNERSHIP_WINDOW: Other devices events are blocked for the grab window.
* @GDK_OWNERSHIP_APPLICATION: Other devices events are blocked for the whole application.
*
* Defines how device grabs interact with other devices.
*/