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

@ -31,7 +31,7 @@
* All scrollable widgets should do the following.
*
* - When a parent widget sets the scrollable child widgets adjustments,
* the widget should populate the adjustments'
* the widget should populate the adjustments
* #GtkAdjustment:lower, #GtkAdjustment:upper,
* #GtkAdjustment:step-increment, #GtkAdjustment:page-increment and
* #GtkAdjustment:page-size properties and connect to the
@ -43,7 +43,7 @@
* #GtkWidgetClass.size_allocate() function.
*
* - When the parent allocates space to the scrollable child widget,
* the widget should update the adjustments' properties with new values.
* the widget should update the adjustments properties with new values.
*
* - When any of the adjustments emits the #GtkAdjustment::value-changed signal,
* the scrollable widget should scroll its contents.