diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 20:42:54 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 22:40:55 -0500 |
commit | 7c1b573209dff319b748786edc0237376aa58d19 (patch) | |
tree | a976cdb3a057cb05bd72f9829f80bac1287576ee /gtk/gtkapplication.c | |
parent | 1faf3a0aaa55b9e9c9a829a0ad1d69a44d089921 (diff) | |
download | gtk+-7c1b573209dff319b748786edc0237376aa58d19.tar.gz |
docs: fix signal link syntax
Diffstat (limited to 'gtk/gtkapplication.c')
-rw-r--r-- | gtk/gtkapplication.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index 61035b595b..2b5e0a5c95 100644 --- a/gtk/gtkapplication.c +++ b/gtk/gtkapplication.c @@ -876,7 +876,7 @@ gtk_application_class_init (GtkApplicationClass *class) * * Concretely, gtk_init() is called in the default handler for the * #GApplication::startup signal. Therefore, #GtkApplication subclasses should - * chain up in their #GApplication:startup handler before using any GTK+ API. + * chain up in their #GApplication::startup handler before using any GTK+ API. * * Note that commandline arguments are not passed to gtk_init(). * All GTK+ functionality that is available via commandline arguments @@ -1139,7 +1139,7 @@ gtk_application_remove_accelerator (GtkApplication *application, * Sets or unsets the application menu for @application. * * This can only be done in the primary instance of the application, - * after it has been registered. #GApplication:startup is a good place + * after it has been registered. #GApplication::startup is a good place * to call this. * * The application menu is a single menu containing items that typically @@ -1212,7 +1212,7 @@ gtk_application_get_app_menu (GtkApplication *application) * This is a menubar in the traditional sense. * * This can only be done in the primary instance of the application, - * after it has been registered. #GApplication:startup is a good place + * after it has been registered. #GApplication::startup is a good place * to call this. * * Depending on the desktop environment, this may appear at the top of |