docs: avoid ambiguous return tags

This commit is contained in:
William Jon McCann 2014-01-20 19:15:34 -05:00
parent 498345ffe1
commit 0a416c7559
4 changed files with 5 additions and 5 deletions

View File

@ -55,7 +55,7 @@ typedef struct _GtkRcProperty GtkRcProperty;
* GTK_STYLE_ATTACHED:
* @style: a #GtkStyle.
*
* Returns whether the style is attached to a window.
* Returns: whether the style is attached to a window.
*/
#define GTK_STYLE_ATTACHED(style) (GTK_STYLE (style)->attach_count > 0)

View File

@ -2043,7 +2043,7 @@ gtk_header_bar_set_has_subtitle (GtkHeaderBar *bar,
* gtk_header_bar_get_has_subtitle:
* @bar: a #GtkHeaderBar
*
* Returns whether the header bar reserves space
* Returns: %TRUE if the header bar reserves space
* for a subtitle.
*
* Since: 3.12

View File

@ -111,7 +111,7 @@ struct _GtkIconThemeClass
* @GTK_ICON_LOOKUP_GENERIC_FALLBACK: Try to shorten icon name at '-'
* characters before looking at inherited themes. For more general
* fallback, see gtk_icon_theme_choose_icon(). Since 2.12.
* @GTK_ICON_LOOKUP_FORCE_SIZE: Always return the icon scaled to the
* @GTK_ICON_LOOKUP_FORCE_SIZE: Always get the icon scaled to the
* requested size. Since 2.14.
*
* Used to specify options for gtk_icon_theme_lookup_icon()

View File

@ -546,7 +546,7 @@ _gtk_menu_tracker_item_get_observable (GtkMenuTrackerItem *self)
* gtk_menu_tracker_item_get_is_separator:
* @self: A #GtkMenuTrackerItem instance
*
* Returns whether the menu item is a separator. If so, only
* Returns: whether the menu item is a separator. If so, only
* certain properties may need to be obeyed. See the documentation
* for #GtkMenuTrackerItem.
*/
@ -560,7 +560,7 @@ gtk_menu_tracker_item_get_is_separator (GtkMenuTrackerItem *self)
* gtk_menu_tracker_item_get_has_submenu:
* @self: A #GtkMenuTrackerItem instance
*
* Returns whether the menu item has a submenu. If so, only
* Returns: whether the menu item has a submenu. If so, only
* certain properties may need to be obeyed. See the documentation
* for #GtkMenuTrackerItem.
*/