From 469d333aa27c67f7d9b2f3923d62fef8519ff2ba Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Wed, 19 Feb 2014 18:49:43 -0500 Subject: docs: use Returns: consistently Instead of Return value: --- gtk/gtksocket.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gtk/gtksocket.c') diff --git a/gtk/gtksocket.c b/gtk/gtksocket.c index 7250916bae..b59deb1370 100644 --- a/gtk/gtksocket.c +++ b/gtk/gtksocket.c @@ -241,7 +241,7 @@ gtk_socket_class_init (GtkSocketClass *class) * The default action is to destroy the #GtkSocket widget, so if you * want to reuse it you must add a signal handler that returns %TRUE. * - * Return value: %TRUE to stop other handlers from being invoked. + * Returns: %TRUE to stop other handlers from being invoked. */ socket_signals[PLUG_REMOVED] = g_signal_new (I_("plug-removed"), @@ -282,7 +282,7 @@ gtk_socket_init (GtkSocket *socket) * * Create a new empty #GtkSocket. * - * Return value: the new #GtkSocket. + * Returns: the new #GtkSocket. **/ GtkWidget* gtk_socket_new (void) @@ -336,7 +336,7 @@ gtk_socket_add_id (GtkSocket *socket, * The #GtkSocket must have already be added into a toplevel window * before you can make this call. * - * Return value: the window ID for the socket + * Returns: the window ID for the socket **/ Window gtk_socket_get_id (GtkSocket *socket) @@ -357,7 +357,7 @@ gtk_socket_get_id (GtkSocket *socket) * Retrieves the window of the plug. Use this to check if the plug has * been created inside of the socket. * - * Return value: (transfer none): the window of the plug if available, or %NULL + * Returns: (transfer none): the window of the plug if available, or %NULL * * Since: 2.14 **/ -- cgit v1.2.1