diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-19 18:49:43 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-19 18:56:05 -0500 |
commit | 469d333aa27c67f7d9b2f3923d62fef8519ff2ba (patch) | |
tree | acacd39d222efb5f22738a36115ed946c43f7797 /modules | |
parent | a6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff) | |
download | gtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz |
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'modules')
-rw-r--r-- | modules/printbackends/cups/gtkprintbackendcups.c | 2 | ||||
-rw-r--r-- | modules/printbackends/cups/gtkprintercups.c | 2 | ||||
-rw-r--r-- | modules/printbackends/file/gtkprintbackendfile.c | 2 | ||||
-rw-r--r-- | modules/printbackends/lpr/gtkprintbackendlpr.c | 2 | ||||
-rw-r--r-- | modules/printbackends/papi/gtkprintbackendpapi.c | 2 | ||||
-rw-r--r-- | modules/printbackends/papi/gtkprinterpapi.c | 2 | ||||
-rw-r--r-- | modules/printbackends/test/gtkprintbackendtest.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/modules/printbackends/cups/gtkprintbackendcups.c b/modules/printbackends/cups/gtkprintbackendcups.c index f9ab5d0f81..36e7f0fb78 100644 --- a/modules/printbackends/cups/gtkprintbackendcups.c +++ b/modules/printbackends/cups/gtkprintbackendcups.c @@ -311,7 +311,7 @@ gtk_print_backend_cups_get_type (void) * implements the #GtkPrintBackend interface with direct access to * the filesystem using Unix/Linux API calls * - * Return value: the new #GtkPrintBackendCups object + * Returns: the new #GtkPrintBackendCups object */ GtkPrintBackend * gtk_print_backend_cups_new (void) diff --git a/modules/printbackends/cups/gtkprintercups.c b/modules/printbackends/cups/gtkprintercups.c index 383bf90420..880c88b22c 100644 --- a/modules/printbackends/cups/gtkprintercups.c +++ b/modules/printbackends/cups/gtkprintercups.c @@ -542,7 +542,7 @@ colord_printer_details_aquired_cb (GtkPrinterCups *printer, * * Creates a new #GtkPrinterCups. * - * Return value: a new #GtkPrinterCups + * Returns: a new #GtkPrinterCups * * Since: 2.10 **/ diff --git a/modules/printbackends/file/gtkprintbackendfile.c b/modules/printbackends/file/gtkprintbackendfile.c index b6872421be..44c3ffbca6 100644 --- a/modules/printbackends/file/gtkprintbackendfile.c +++ b/modules/printbackends/file/gtkprintbackendfile.c @@ -160,7 +160,7 @@ gtk_print_backend_file_get_type (void) * implements the #GtkPrintBackend interface with direct access to * the filesystem using Unix/Linux API calls * - * Return value: the new #GtkPrintBackendFile object + * Returns: the new #GtkPrintBackendFile object **/ GtkPrintBackend * gtk_print_backend_file_new (void) diff --git a/modules/printbackends/lpr/gtkprintbackendlpr.c b/modules/printbackends/lpr/gtkprintbackendlpr.c index 29e415244b..4257771dbf 100644 --- a/modules/printbackends/lpr/gtkprintbackendlpr.c +++ b/modules/printbackends/lpr/gtkprintbackendlpr.c @@ -139,7 +139,7 @@ gtk_print_backend_lpr_get_type (void) * implements the #GtkPrintBackend interface with direct access to * the filesystem using Unix/Linux API calls * - * Return value: the new #GtkPrintBackendLpr object + * Returns: the new #GtkPrintBackendLpr object **/ GtkPrintBackend * gtk_print_backend_lpr_new (void) diff --git a/modules/printbackends/papi/gtkprintbackendpapi.c b/modules/printbackends/papi/gtkprintbackendpapi.c index 001c57e56c..d3aa729739 100644 --- a/modules/printbackends/papi/gtkprintbackendpapi.c +++ b/modules/printbackends/papi/gtkprintbackendpapi.c @@ -157,7 +157,7 @@ gtk_print_backend_papi_get_type (void) * implements the #GtkPrintBackend interface with direct access to * the filesystem using Unix/Linux API calls * - * Return value: the new #GtkPrintBackendPapi object + * Returns: the new #GtkPrintBackendPapi object **/ GtkPrintBackend * gtk_print_backend_papi_new (void) diff --git a/modules/printbackends/papi/gtkprinterpapi.c b/modules/printbackends/papi/gtkprinterpapi.c index 816bce0867..72e0719ff4 100644 --- a/modules/printbackends/papi/gtkprinterpapi.c +++ b/modules/printbackends/papi/gtkprinterpapi.c @@ -89,7 +89,7 @@ gtk_printer_papi_finalize (GObject *object) * * Creates a new #GtkPrinterPapi. * - * Return value: a new #GtkPrinterPapi + * Returns: a new #GtkPrinterPapi * * Since: 2.10 **/ diff --git a/modules/printbackends/test/gtkprintbackendtest.c b/modules/printbackends/test/gtkprintbackendtest.c index b51fedf152..f379d1a2d5 100644 --- a/modules/printbackends/test/gtkprintbackendtest.c +++ b/modules/printbackends/test/gtkprintbackendtest.c @@ -158,7 +158,7 @@ gtk_print_backend_test_get_type (void) * implements the #GtkPrintBackend interface with direct access to * the testsystem using Unix/Linux API calls * - * Return value: the new #GtkPrintBackendTest object + * Returns: the new #GtkPrintBackendTest object **/ GtkPrintBackend * gtk_print_backend_test_new (void) |