[glib] Improve g_application_new documentation



commit d19380c809525559f55ba5f3304c0e787c2ebfac
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jun 22 08:24:30 2010 -0400

    Improve g_application_new documentation
    
    Patch by Saleem Abdulrasool, bug 622154.

 gio/gapplication.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gio/gapplication.c b/gio/gapplication.c
index 25a2cc4..2996d1b 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -441,10 +441,11 @@ g_application_action_free (gpointer data)
  * GApplication::activate_with_data signal will be emitted in the
  * remote process, with the data from @argv and other
  * platform-specific data available.  Subsequently the
- * #GApplication:default-exit property will be evaluated.  If it's
+ * #GApplication:default-quit property will be evaluated.  If it's
  * %TRUE, then the current process will terminate.  If %FALSE, then
  * the application remains in the #GApplication:is-remote state, and
- * you can e.g. call g_application_invoke_action().
+ * you can e.g. call g_application_invoke_action(). Note that proxy
+ * instances should not call g_application_add_action().
  *
  * This function may do synchronous I/O to obtain unique ownership
  * of the application id, and will block the calling thread in this



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