summaryrefslogtreecommitdiff
path: root/gtk/gtkpagesetup.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkpagesetup.c')
-rw-r--r--gtk/gtkpagesetup.c34
1 files changed, 17 insertions, 17 deletions
diff --git a/gtk/gtkpagesetup.c b/gtk/gtkpagesetup.c
index 59bae8d32e..53d0f7b41f 100644
--- a/gtk/gtkpagesetup.c
+++ b/gtk/gtkpagesetup.c
@@ -133,7 +133,7 @@ gtk_page_setup_class_init (GtkPageSetupClass *class)
*
* Creates a new #GtkPageSetup.
*
- * Return value: a new #GtkPageSetup.
+ * Returns: a new #GtkPageSetup.
*
* Since: 2.10
*/
@@ -149,7 +149,7 @@ gtk_page_setup_new (void)
*
* Copies a #GtkPageSetup.
*
- * Return value: (transfer full): a copy of @other
+ * Returns: (transfer full): a copy of @other
*
* Since: 2.10
*/
@@ -176,7 +176,7 @@ gtk_page_setup_copy (GtkPageSetup *other)
*
* Gets the page orientation of the #GtkPageSetup.
*
- * Return value: the page orientation
+ * Returns: the page orientation
*
* Since: 2.10
*/
@@ -208,7 +208,7 @@ gtk_page_setup_set_orientation (GtkPageSetup *setup,
*
* Gets the paper size of the #GtkPageSetup.
*
- * Return value: the paper size
+ * Returns: the paper size
*
* Since: 2.10
*/
@@ -276,7 +276,7 @@ gtk_page_setup_set_paper_size_and_default_margins (GtkPageSetup *setup,
*
* Gets the top margin in units of @unit.
*
- * Return value: the top margin
+ * Returns: the top margin
*
* Since: 2.10
*/
@@ -312,7 +312,7 @@ gtk_page_setup_set_top_margin (GtkPageSetup *setup,
*
* Gets the bottom margin in units of @unit.
*
- * Return value: the bottom margin
+ * Returns: the bottom margin
*
* Since: 2.10
*/
@@ -348,7 +348,7 @@ gtk_page_setup_set_bottom_margin (GtkPageSetup *setup,
*
* Gets the left margin in units of @unit.
*
- * Return value: the left margin
+ * Returns: the left margin
*
* Since: 2.10
*/
@@ -384,7 +384,7 @@ gtk_page_setup_set_left_margin (GtkPageSetup *setup,
*
* Gets the right margin in units of @unit.
*
- * Return value: the right margin
+ * Returns: the right margin
*
* Since: 2.10
*/
@@ -424,7 +424,7 @@ gtk_page_setup_set_right_margin (GtkPageSetup *setup,
* not margins into consideration.
* See gtk_page_setup_get_page_width().
*
- * Return value: the paper width.
+ * Returns: the paper width.
*
* Since: 2.10
*/
@@ -450,7 +450,7 @@ gtk_page_setup_get_paper_width (GtkPageSetup *setup,
* not margins into consideration.
* See gtk_page_setup_get_page_height().
*
- * Return value: the paper height.
+ * Returns: the paper height.
*
* Since: 2.10
*/
@@ -476,7 +476,7 @@ gtk_page_setup_get_paper_height (GtkPageSetup *setup,
* margins into consideration.
* See gtk_page_setup_get_paper_width().
*
- * Return value: the page width.
+ * Returns: the page width.
*
* Since: 2.10
*/
@@ -503,7 +503,7 @@ gtk_page_setup_get_page_width (GtkPageSetup *setup,
* margins into consideration.
* See gtk_page_setup_get_paper_height().
*
- * Return value: the page height.
+ * Returns: the page height.
*
* Since: 2.10
*/
@@ -528,7 +528,7 @@ gtk_page_setup_get_page_height (GtkPageSetup *setup,
* Reads the page setup from the file @file_name.
* See gtk_page_setup_to_file().
*
- * Return value: %TRUE on success
+ * Returns: %TRUE on success
*
* Since: 2.14
*/
@@ -563,7 +563,7 @@ gtk_page_setup_load_file (GtkPageSetup *setup,
* new #GtkPageSetup object with the restored page setup,
* or %NULL if an error occurred. See gtk_page_setup_to_file().
*
- * Return value: the restored #GtkPageSetup
+ * Returns: the restored #GtkPageSetup
*
* Since: 2.12
*/
@@ -614,7 +614,7 @@ string_to_enum (GType type,
* Reads the page setup from the group @group_name in the key file
* @key_file.
*
- * Return value: %TRUE on success
+ * Returns: %TRUE on success
*
* Since: 2.14
*/
@@ -703,7 +703,7 @@ out:
* @key_file. Returns a new #GtkPageSetup object with the restored
* page setup, or %NULL if an error occurred.
*
- * Return value: the restored #GtkPageSetup
+ * Returns: the restored #GtkPageSetup
*
* Since: 2.12
*/
@@ -731,7 +731,7 @@ gtk_page_setup_new_from_key_file (GKeyFile *key_file,
*
* This function saves the information from @setup to @file_name.
*
- * Return value: %TRUE on success
+ * Returns: %TRUE on success
*
* Since: 2.12
*/