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 /gtk/gtkplug.c | |
parent | a6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff) | |
download | gtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz |
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkplug.c')
-rw-r--r-- | gtk/gtkplug.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkplug.c b/gtk/gtkplug.c index 8482dce7b1..53c6f3eed6 100644 --- a/gtk/gtkplug.c +++ b/gtk/gtkplug.c @@ -344,7 +344,7 @@ gtk_plug_set_is_child (GtkPlug *plug, * be used to embed this window inside another window, for * instance with gtk_socket_add_id(). * - * Return value: the window ID for the plug + * Returns: the window ID for the plug **/ Window gtk_plug_get_id (GtkPlug *plug) @@ -363,7 +363,7 @@ gtk_plug_get_id (GtkPlug *plug) * * Determines whether the plug is embedded in a socket. * - * Return value: %TRUE if the plug is embedded in a socket + * Returns: %TRUE if the plug is embedded in a socket * * Since: 2.14 **/ @@ -381,7 +381,7 @@ gtk_plug_get_embedded (GtkPlug *plug) * * Retrieves the socket the plug is embedded in. * - * Return value: (transfer none): the window of the socket, or %NULL + * Returns: (transfer none): the window of the socket, or %NULL * * Since: 2.14 **/ @@ -623,7 +623,7 @@ gtk_plug_construct_for_display (GtkPlug *plug, * by @socket_id. If @socket_id is 0, the plug is left “unplugged” and * can later be plugged into a #GtkSocket by gtk_socket_add_id(). * - * Return value: the new #GtkPlug widget. + * Returns: the new #GtkPlug widget. **/ GtkWidget* gtk_plug_new (Window socket_id) @@ -638,7 +638,7 @@ gtk_plug_new (Window socket_id) * * Create a new plug widget inside the #GtkSocket identified by socket_id. * - * Return value: the new #GtkPlug widget. + * Returns: the new #GtkPlug widget. * * Since: 2.2 */ |