Skip to content

Commit

Permalink
docs: Change documentation to consistenly use "Returns:"
Browse files Browse the repository at this point in the history
Instead "Return value:" or "Return:"
  • Loading branch information
jjardon committed Jul 10, 2014
1 parent 8883074 commit c5b0ae5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gtk/gtkgesturepan.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ gtk_gesture_pan_new (GtkWidget *widget,
*
* Returns the orientation of the pan gestures that this @gesture expects.
*
* Return value: the expected orientation for pan gestures
* Returns: the expected orientation for pan gestures
*
* Since: 3.14
*/
Expand Down
2 changes: 1 addition & 1 deletion gtk/gtkoverlay.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ gtk_overlay_class_init (GtkOverlayClass *klass)
* #GtkScrolledWindow, the overlays are placed relative
* to its contents.
*
* Return: %TRUE if the @allocation has been filled
* Returns: %TRUE if the @allocation has been filled
*/
signals[GET_CHILD_POSITION] =
g_signal_new (I_("get-child-position"),
Expand Down
2 changes: 1 addition & 1 deletion modules/printbackends/cloudprint/gtkcloudprintaccount.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ gtk_cloudprint_account_get_type (void)
* Creates a new #GtkCloudprintAccount object, representing a Google
* Cloud Print account and its state data.
*
* Return value: the new #GtkCloudprintAccount object
* Returns: the new #GtkCloudprintAccount object
**/
GtkCloudprintAccount *
gtk_cloudprint_account_new (const gchar *id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ gtk_print_backend_cloudprint_get_type (void)
* object. #GtkPrintBackendCloudprint implements the #GtkPrintBackend
* interface using REST API calls to the Google Cloud Print service.
*
* Return value: the new #GtkPrintBackendCloudprint object
* Returns: the new #GtkPrintBackendCloudprint object
**/
GtkPrintBackend *
gtk_print_backend_cloudprint_new (void)
Expand Down
2 changes: 1 addition & 1 deletion modules/printbackends/cloudprint/gtkprintercloudprint.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ gtk_printer_cloudprint_get_type (void)
* implements the #GtkPrinter interface and stores a reference to the
* #GtkCloudprintAccount object and the printer-id to use
*
* Return value: the new #GtkPrinterCloudprint object
* Returns: the new #GtkPrinterCloudprint object
**/
GtkPrinterCloudprint *
gtk_printer_cloudprint_new (const char *name,
Expand Down

0 comments on commit c5b0ae5

Please sign in to comment.