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: * GTK_STYLE_ATTACHED:
* @style: a #GtkStyle. * @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) #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: * gtk_header_bar_get_has_subtitle:
* @bar: a #GtkHeaderBar * @bar: a #GtkHeaderBar
* *
* Returns whether the header bar reserves space * Returns: %TRUE if the header bar reserves space
* for a subtitle. * for a subtitle.
* *
* Since: 3.12 * Since: 3.12

View File

@ -111,7 +111,7 @@ struct _GtkIconThemeClass
* @GTK_ICON_LOOKUP_GENERIC_FALLBACK: Try to shorten icon name at '-' * @GTK_ICON_LOOKUP_GENERIC_FALLBACK: Try to shorten icon name at '-'
* characters before looking at inherited themes. For more general * characters before looking at inherited themes. For more general
* fallback, see gtk_icon_theme_choose_icon(). Since 2.12. * 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. * requested size. Since 2.14.
* *
* Used to specify options for gtk_icon_theme_lookup_icon() * 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: * gtk_menu_tracker_item_get_is_separator:
* @self: A #GtkMenuTrackerItem instance * @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 * certain properties may need to be obeyed. See the documentation
* for #GtkMenuTrackerItem. * for #GtkMenuTrackerItem.
*/ */
@ -560,7 +560,7 @@ gtk_menu_tracker_item_get_is_separator (GtkMenuTrackerItem *self)
* gtk_menu_tracker_item_get_has_submenu: * gtk_menu_tracker_item_get_has_submenu:
* @self: A #GtkMenuTrackerItem instance * @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 * certain properties may need to be obeyed. See the documentation
* for #GtkMenuTrackerItem. * for #GtkMenuTrackerItem.
*/ */