diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-02-05 20:13:20 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-02-06 01:16:32 -0500 |
commit | 4c150d8eb518c35c484802e5cd7da572e4030f25 (patch) | |
tree | 8867f973fd6c9737b5d7f05d6945817f354a37e2 /gtk/gtkpagesetupunixdialog.c | |
parent | 2616e6857cc136c654b64dd16839ddf89f4b5c62 (diff) | |
download | gtk+-4c150d8eb518c35c484802e5cd7da572e4030f25.tar.gz |
The big versioning cleanup
Remove all the old 2.x and 3.x version annotations.
GTK+ 4 is a new start, and from the perspective of a
GTK+ 4 developer all these APIs have been around since
the beginning.
Diffstat (limited to 'gtk/gtkpagesetupunixdialog.c')
-rw-r--r-- | gtk/gtkpagesetupunixdialog.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gtk/gtkpagesetupunixdialog.c b/gtk/gtkpagesetupunixdialog.c index 044b5edfd9..b836a435ed 100644 --- a/gtk/gtkpagesetupunixdialog.c +++ b/gtk/gtkpagesetupunixdialog.c @@ -880,8 +880,6 @@ page_name_func (GtkCellLayout *cell_layout, * Creates a new page setup dialog. * * Returns: the new #GtkPageSetupUnixDialog - * - * Since: 2.10 */ GtkWidget * gtk_page_setup_unix_dialog_new (const gchar *title, @@ -948,8 +946,6 @@ set_orientation (GtkPageSetupUnixDialog *dialog, * * Sets the #GtkPageSetup from which the page setup * dialog takes its values. - * - * Since: 2.10 **/ void gtk_page_setup_unix_dialog_set_page_setup (GtkPageSetupUnixDialog *dialog, @@ -969,8 +965,6 @@ gtk_page_setup_unix_dialog_set_page_setup (GtkPageSetupUnixDialog *dialog, * Gets the currently selected page setup from the dialog. * * Returns: (transfer none): the current page setup - * - * Since: 2.10 **/ GtkPageSetup * gtk_page_setup_unix_dialog_get_page_setup (GtkPageSetupUnixDialog *dialog) @@ -1027,8 +1021,6 @@ set_active_printer (GtkPageSetupUnixDialog *dialog, * * Sets the #GtkPrintSettings from which the page setup dialog * takes its values. - * - * Since: 2.10 **/ void gtk_page_setup_unix_dialog_set_print_settings (GtkPageSetupUnixDialog *dialog, @@ -1066,8 +1058,6 @@ gtk_page_setup_unix_dialog_set_print_settings (GtkPageSetupUnixDialog *dialog, * Gets the current print settings from the dialog. * * Returns: (transfer none): the current print settings - * - * Since: 2.10 **/ GtkPrintSettings * gtk_page_setup_unix_dialog_get_print_settings (GtkPageSetupUnixDialog *dialog) |