From 691a94214afcc2e0ccc4e486efb6eca3ed591242 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 20 Jan 2012 08:17:39 -0500 Subject: [PATCH] Fix doc syntax --- gtk/gtkwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 0241cf8c9f..2239203a09 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -2621,7 +2621,7 @@ gtk_window_get_transient_for (GtkWindow *window) /** * gtk_window_set_attached_to: * @window: a #GtkWindow - * @attach_widget (allow-none): a #GtkWidget, or %NULL + * @attach_widget: (allow-none): a #GtkWidget, or %NULL * * Marks @window as attached to @attach_widget. This creates a logical binding * between the window and the widget it belongs to, which is used by GTK+ to