[gtk+] Small documentation fixes



commit 7e8703918bbb9c27a9d7f6c8550f856b3555b0e5
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon May 5 07:24:18 2014 -0400

    Small documentation fixes
    
    Pointed out in
    https://bugzilla.gnome.org/show_bug.cgi?id=729461

 gtk/gtkapplication.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c
index 7333c1d..c6f4795 100644
--- a/gtk/gtkapplication.c
+++ b/gtk/gtkapplication.c
@@ -1291,7 +1291,7 @@ gtk_application_get_menubar (GtkApplication *application)
 
 /**
  * gtk_application_inhibit:
- * @application: the #GApplication
+ * @application: the #GtkApplication
  * @window: (allow-none): a #GtkWindow, or %NULL
  * @flags: what types of actions should be inhibited
  * @reason: (allow-none): a short, human-readable string that explains
@@ -1340,7 +1340,7 @@ gtk_application_inhibit (GtkApplication             *application,
 
 /**
  * gtk_application_uninhibit:
- * @application: the #GApplication
+ * @application: the #GtkApplication
  * @cookie: a cookie that was returned by gtk_application_inhibit()
  *
  * Removes an inhibitor that has been established with gtk_application_inhibit().
@@ -1361,7 +1361,7 @@ gtk_application_uninhibit (GtkApplication *application,
 
 /**
  * gtk_application_is_inhibited:
- * @application: the #GApplication
+ * @application: the #GtkApplication
  * @flags: what types of actions should be queried
  *
  * Determines if any of the actions specified in @flags are


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]