docs: Change documentation to consistenly use "Returns:"
Instead "Return value:" or "Return:"
This commit is contained in:
parent
8883074497
commit
c5b0ae5574
@ -299,7 +299,7 @@ gtk_gesture_pan_new (GtkWidget *widget,
|
|||||||
*
|
*
|
||||||
* Returns the orientation of the pan gestures that this @gesture expects.
|
* 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
|
* Since: 3.14
|
||||||
*/
|
*/
|
||||||
|
@ -576,7 +576,7 @@ gtk_overlay_class_init (GtkOverlayClass *klass)
|
|||||||
* #GtkScrolledWindow, the overlays are placed relative
|
* #GtkScrolledWindow, the overlays are placed relative
|
||||||
* to its contents.
|
* to its contents.
|
||||||
*
|
*
|
||||||
* Return: %TRUE if the @allocation has been filled
|
* Returns: %TRUE if the @allocation has been filled
|
||||||
*/
|
*/
|
||||||
signals[GET_CHILD_POSITION] =
|
signals[GET_CHILD_POSITION] =
|
||||||
g_signal_new (I_("get-child-position"),
|
g_signal_new (I_("get-child-position"),
|
||||||
|
@ -97,7 +97,7 @@ gtk_cloudprint_account_get_type (void)
|
|||||||
* Creates a new #GtkCloudprintAccount object, representing a Google
|
* Creates a new #GtkCloudprintAccount object, representing a Google
|
||||||
* Cloud Print account and its state data.
|
* Cloud Print account and its state data.
|
||||||
*
|
*
|
||||||
* Return value: the new #GtkCloudprintAccount object
|
* Returns: the new #GtkCloudprintAccount object
|
||||||
**/
|
**/
|
||||||
GtkCloudprintAccount *
|
GtkCloudprintAccount *
|
||||||
gtk_cloudprint_account_new (const gchar *id,
|
gtk_cloudprint_account_new (const gchar *id,
|
||||||
|
@ -163,7 +163,7 @@ gtk_print_backend_cloudprint_get_type (void)
|
|||||||
* object. #GtkPrintBackendCloudprint implements the #GtkPrintBackend
|
* object. #GtkPrintBackendCloudprint implements the #GtkPrintBackend
|
||||||
* interface using REST API calls to the Google Cloud Print service.
|
* interface using REST API calls to the Google Cloud Print service.
|
||||||
*
|
*
|
||||||
* Return value: the new #GtkPrintBackendCloudprint object
|
* Returns: the new #GtkPrintBackendCloudprint object
|
||||||
**/
|
**/
|
||||||
GtkPrintBackend *
|
GtkPrintBackend *
|
||||||
gtk_print_backend_cloudprint_new (void)
|
gtk_print_backend_cloudprint_new (void)
|
||||||
|
@ -102,7 +102,7 @@ gtk_printer_cloudprint_get_type (void)
|
|||||||
* implements the #GtkPrinter interface and stores a reference to the
|
* implements the #GtkPrinter interface and stores a reference to the
|
||||||
* #GtkCloudprintAccount object and the printer-id to use
|
* #GtkCloudprintAccount object and the printer-id to use
|
||||||
*
|
*
|
||||||
* Return value: the new #GtkPrinterCloudprint object
|
* Returns: the new #GtkPrinterCloudprint object
|
||||||
**/
|
**/
|
||||||
GtkPrinterCloudprint *
|
GtkPrinterCloudprint *
|
||||||
gtk_printer_cloudprint_new (const char *name,
|
gtk_printer_cloudprint_new (const char *name,
|
||||||
|
Loading…
Reference in New Issue
Block a user