diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:01:26 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:06:10 -0500 |
commit | 7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e (patch) | |
tree | 7b75aa3eebb772a7cf28f4b639f84b273fbbca62 /gtk/gtktreemenu.c | |
parent | f116f0071e3a0f03c973532bceee30b3221e5b3f (diff) | |
download | gtk+-7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e.tar.gz |
docs: use proper apostrophe
https://wiki.gnome.org/Design/OS/Typography
Diffstat (limited to 'gtk/gtktreemenu.c')
-rw-r--r-- | gtk/gtktreemenu.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtktreemenu.c b/gtk/gtktreemenu.c index cc025070a5..67d2c5ccf0 100644 --- a/gtk/gtktreemenu.c +++ b/gtk/gtktreemenu.c @@ -1644,7 +1644,7 @@ _gtk_tree_menu_set_model (GtkTreeMenu *menu, * Gets the @model currently used for the menu heirarhcy. * * Return value: (transfer none): the #GtkTreeModel which is used - * for @menu's hierarchy. + * for @menu’s hierarchy. * * Since: 3.0 */ @@ -1665,7 +1665,7 @@ _gtk_tree_menu_get_model (GtkTreeMenu *menu) * @menu: a #GtkTreeMenu * @path: (allow-none): the #GtkTreePath which is the root of @menu, or %NULL. * - * Sets the root of a @menu's hierarchy to be @path. @menu must already + * Sets the root of a @menu’s hierarchy to be @path. @menu must already * have a model set and @path must point to a valid path inside the model. * * Since: 3.0 @@ -1696,7 +1696,7 @@ _gtk_tree_menu_set_root (GtkTreeMenu *menu, * _gtk_tree_menu_get_root: * @menu: a #GtkTreeMenu * - * Gets the @root path for @menu's hierarchy, or returns %NULL if @menu + * Gets the @root path for @menu’s hierarchy, or returns %NULL if @menu * has no model or is building a heirarchy for the entire model. * * * Return value: (transfer full) (allow-none): A newly created #GtkTreePath @@ -1832,7 +1832,7 @@ _gtk_tree_menu_set_wrap_width (GtkTreeMenu *menu, * The row span column contains integers which indicate how many rows * a menu item should span. * - * Return value: the column in @menu's model containing row span information, or -1. + * Return value: the column in @menu’s model containing row span information, or -1. * * Since: 3.0 */ @@ -1888,7 +1888,7 @@ _gtk_tree_menu_set_row_span_column (GtkTreeMenu *menu, * The column span column contains integers which indicate how many columns * a menu item should span. * - * Return value: the column in @menu's model containing column span information, or -1. + * Return value: the column in @menu’s model containing column span information, or -1. * * Since: 3.0 */ |