[glib/glib-2-28] application: fix a typo in the docs annotation



commit e3516c7f89e0235c2929abf9f0a2869e825fccb6
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Feb 22 22:02:05 2011 -0500

    application: fix a typo in the docs annotation

 gio/gapplication.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gapplication.c b/gio/gapplication.c
index 8c6463a..263b71a 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -540,7 +540,7 @@ g_application_class_init (GApplicationClass *class)
    * @application: the application
    *
    * The ::startup signal is emitted on the primary instance immediately
-   * after registration. See g_activation_register().
+   * after registration. See g_application_register().
    */
   g_application_signals[SIGNAL_STARTUP] =
     g_signal_new ("startup", G_TYPE_APPLICATION, G_SIGNAL_RUN_LAST,



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