diff options
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkcalendar.c | 16 | ||||
-rw-r--r-- | gtk/gtkpagesetup.c | 4 | ||||
-rw-r--r-- | gtk/gtkprintsettings.c | 4 | ||||
-rw-r--r-- | gtk/gtkstyle.c | 7 | ||||
-rw-r--r-- | gtk/gtktoolitem.c | 2 | ||||
-rw-r--r-- | gtk/gtktoolshell.c | 10 | ||||
-rw-r--r-- | gtk/gtktooltip.c | 2 |
7 files changed, 23 insertions, 22 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index 3c9a1d3dc0..69071d1942 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -539,7 +539,7 @@ gtk_calendar_class_init (GtkCalendarClass *class) * Width of a detail cell, in characters. * A value of 0 allows any width. See gtk_calendar_set_detail_func(). * - * Since: 2.16 + * Since: 2.14 */ g_object_class_install_property (gobject_class, PROP_DETAIL_WIDTH_CHARS, @@ -555,7 +555,7 @@ gtk_calendar_class_init (GtkCalendarClass *class) * Height of a detail cell, in rows. * A value of 0 allows any width. See gtk_calendar_set_detail_func(). * - * Since: 2.16 + * Since: 2.14 */ g_object_class_install_property (gobject_class, PROP_DETAIL_HEIGHT_ROWS, @@ -572,7 +572,7 @@ gtk_calendar_class_init (GtkCalendarClass *class) * available only as tooltip. When this property is set days with details are * marked. * - * Since: 2.16 + * Since: 2.14 */ g_object_class_install_property (gobject_class, PROP_SHOW_DETAILS, @@ -3863,7 +3863,7 @@ gtk_calendar_get_date (GtkCalendar *calendar, * #GtkCalendar:detail-width-chars and #GtkCalendar:detail-height-rows * properties. * - * Since: 2.16 + * Since: 2.14 */ void gtk_calendar_set_detail_func (GtkCalendar *calendar, @@ -3897,7 +3897,7 @@ gtk_calendar_set_detail_func (GtkCalendar *calendar, * Updates the width of detail cells. * See #GtkCalendar:detail-width-chars. * - * Since: 2.16 + * Since: 2.14 */ void gtk_calendar_set_detail_width_chars (GtkCalendar *calendar, @@ -3925,7 +3925,7 @@ gtk_calendar_set_detail_width_chars (GtkCalendar *calendar, * Updates the height of detail cells. * See #GtkCalendar:detail-height-rows. * - * Since: 2.16 + * Since: 2.14 */ void gtk_calendar_set_detail_height_rows (GtkCalendar *calendar, @@ -3952,7 +3952,7 @@ gtk_calendar_set_detail_height_rows (GtkCalendar *calendar, * Queries the width of detail cells, in characters. * See #GtkCalendar:detail-width-chars. * - * Since: 2.16 + * Since: 2.14 * * Return value: The width of detail cells, in characters. */ @@ -3970,7 +3970,7 @@ gtk_calendar_get_detail_width_chars (GtkCalendar *calendar) * Queries the height of detail cells, in rows. * See #GtkCalendar:detail-width-chars. * - * Since: 2.16 + * Since: 2.14 * * Return value: The height of detail cells, in rows. */ diff --git a/gtk/gtkpagesetup.c b/gtk/gtkpagesetup.c index f123bd565d..ab6a224dd3 100644 --- a/gtk/gtkpagesetup.c +++ b/gtk/gtkpagesetup.c @@ -482,7 +482,7 @@ gtk_page_setup_get_page_height (GtkPageSetup *setup, * * Return value: %TRUE on success * - * Since: 2.16 + * Since: 2.14 */ gboolean gtk_page_setup_load_file (GtkPageSetup *setup, @@ -568,7 +568,7 @@ string_to_enum (GType type, * * Return value: %TRUE on success * - * Since: 2.16 + * Since: 2.14 */ gboolean gtk_page_setup_load_key_file (GtkPageSetup *setup, diff --git a/gtk/gtkprintsettings.c b/gtk/gtkprintsettings.c index 74effed9be..803163de87 100644 --- a/gtk/gtkprintsettings.c +++ b/gtk/gtkprintsettings.c @@ -1511,7 +1511,7 @@ gtk_print_settings_set_output_bin (GtkPrintSettings *settings, * * Return value: %TRUE on success * - * Since: 2.16 + * Since: 2.14 */ gboolean gtk_print_settings_load_file (GtkPrintSettings *settings, @@ -1574,7 +1574,7 @@ gtk_print_settings_new_from_file (const gchar *file_name, * * Return value: %TRUE on success * - * Since: 2.16 + * Since: 2.14 */ gboolean gtk_print_settings_load_key_file (GtkPrintSettings *settings, diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c index fe122208d8..0ec086ad57 100644 --- a/gtk/gtkstyle.c +++ b/gtk/gtkstyle.c @@ -6441,9 +6441,10 @@ gtk_paint_resize_grip (GtkStyle *style, * * Allocates a new #GtkBorder structure and initializes its elements to zero. * - * Returns: a new empty #GtkBorder. The newly allocated #GtkBorder should be freed - * with gtk_border_free() - * Since: 2.16 + * Returns: a new empty #GtkBorder. The newly allocated #GtkBorder should be + * freed with gtk_border_free() + * + * Since: 2.14 **/ GtkBorder * gtk_border_new (void) diff --git a/gtk/gtktoolitem.c b/gtk/gtktoolitem.c index c6cbb8e776..48e1f5219e 100644 --- a/gtk/gtktoolitem.c +++ b/gtk/gtktoolitem.c @@ -1174,7 +1174,7 @@ gtk_tool_item_set_proxy_menu_item (GtkToolItem *tool_item, * #GtkToolbar and other #GtkToolShell implementations use this function * to notify children, when some aspect of their configuration changes. * - * Since: 2.16 + * Since: 2.14 **/ void gtk_tool_item_toolbar_reconfigured (GtkToolItem *tool_item) diff --git a/gtk/gtktoolshell.c b/gtk/gtktoolshell.c index 2eab8bb219..1421820fb5 100644 --- a/gtk/gtktoolshell.c +++ b/gtk/gtktoolshell.c @@ -67,7 +67,7 @@ gtk_tool_shell_get_type (void) * * Return value: the current size for icons of @shell * - * Since: 2.16 + * Since: 2.14 **/ GtkIconSize gtk_tool_shell_get_icon_size (GtkToolShell *shell) @@ -85,7 +85,7 @@ gtk_tool_shell_get_icon_size (GtkToolShell *shell) * * Return value: the current orientation of @shell * - * Since: 2.16 + * Since: 2.14 **/ GtkOrientation gtk_tool_shell_get_orientation (GtkToolShell *shell) @@ -103,7 +103,7 @@ gtk_tool_shell_get_orientation (GtkToolShell *shell) * * Return value: the current style of @shell * - * Since: 2.16 + * Since: 2.14 **/ GtkToolbarStyle gtk_tool_shell_get_style (GtkToolShell *shell) @@ -120,7 +120,7 @@ gtk_tool_shell_get_style (GtkToolShell *shell) * * Return value: The relief style of buttons on @shell. * - * Since: 2.16 + * Since: 2.14 **/ GtkReliefStyle gtk_tool_shell_get_relief_style (GtkToolShell *shell) @@ -144,7 +144,7 @@ gtk_tool_shell_get_relief_style (GtkToolShell *shell) * Tool items must not call this function directly, but rely on * gtk_tool_item_rebuild_menu() instead. * - * Since: 2.16 + * Since: 2.14 **/ void gtk_tool_shell_rebuild_menu (GtkToolShell *shell) diff --git a/gtk/gtktooltip.c b/gtk/gtktooltip.c index 63f9cc55cd..ec283f68ba 100644 --- a/gtk/gtktooltip.c +++ b/gtk/gtktooltip.c @@ -312,7 +312,7 @@ gtk_tooltip_set_icon_from_stock (GtkTooltip *tooltip, * the icon indicated by @icon_name with the size indicated * by @size. If @icon_name is %NULL, the image will be hidden. * - * Since: 2.16 + * Since: 2.14 */ void gtk_tooltip_set_icon_from_icon_name(GtkTooltip *tooltip, |