[gtk+] gtkapplication: fix docs
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gtkapplication: fix docs
- Date: Wed, 20 Oct 2010 09:07:32 +0000 (UTC)
commit 9f035742e35b70a852545c526212f9e761b89a28
Author: Javier Jardón <jjardon gnome org>
Date: Wed Oct 20 11:06:19 2010 +0200
gtkapplication: fix docs
docs/reference/gtk/gtk3-sections.txt | 1 +
gtk/gtkapplication.c | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt
index 363e86a..fc54a63 100644
--- a/docs/reference/gtk/gtk3-sections.txt
+++ b/docs/reference/gtk/gtk3-sections.txt
@@ -6304,6 +6304,7 @@ gtk_application_quit
gtk_application_set_action_group
gtk_application_get_window
gtk_application_add_window
+gtk_application_remove_window
gtk_application_get_windows
gtk_application_create_window
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c
index 8538151..11af1ba 100644
--- a/gtk/gtkapplication.c
+++ b/gtk/gtkapplication.c
@@ -166,13 +166,13 @@ gtk_application_new (const gchar *application_id,
}
/**
- * gtk_application_remove_window:
+ * gtk_application_add_window:
* @application: a #GtkApplication
* @window: a #GtkWindow
*
* Adds a window from @application.
*
- * This call is equivalent to setting the <varname>application</varname>
+ * This call is equivalent to setting the #GtkWindow:application
* property of @window to @application.
*
* Since: 3.0
@@ -200,7 +200,7 @@ gtk_application_add_window (GtkApplication *application,
* Remove a window from @application.
*
* If @window belongs to @application then this call is equivalent to
- * setting the <varname>application</varname> property of @window to
+ * setting the #GtkWindow:application property of @window to
* %NULL.
*
* The application may stop running as a result of a call to this
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]