[glib/wip/doc-fixes: 13/33] docs: Fix GApplicationCommandLine typo
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/doc-fixes: 13/33] docs: Fix GApplicationCommandLine typo
- Date: Sun, 19 Feb 2012 17:06:18 +0000 (UTC)
commit 679e37305d266c88d6f487783a869fe06323ae0a
Author: David King <amigadave amigadave com>
Date: Sun Feb 19 16:09:35 2012 +0000
docs: Fix GApplicationCommandLine typo
gio/gapplication.c | 6 +++---
gio/gapplicationcommandline.c | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gio/gapplication.c b/gio/gapplication.c
index 0db05ba..8da0ce5 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -116,7 +116,7 @@
* in the form of a #GVariant dictionary mapping strings to variants.
* To use platform data, override the @before_emit or @after_emit virtual
* functions in your #GApplication subclass. When dealing with
- * #GApplicationCommandline objects, the platform data is directly
+ * #GApplicationCommandLine objects, the platform data is directly
* available via g_application_command_line_get_cwd(),
* g_application_command_line_get_environ() and
* g_application_command_line_get_platform_data().
@@ -785,7 +785,7 @@ g_application_class_init (GApplicationClass *class)
*
* The ::command-line signal is emitted on the primary instance when
* a commandline is not handled locally. See g_application_run() and
- * the #GApplicationCommandline documentation for more information.
+ * the #GApplicationCommandLine documentation for more information.
*
* Returns: An integer that is set as the exit status for the calling
* process. See g_application_command_line_set_exit_status().
@@ -1372,7 +1372,7 @@ g_application_open (GApplication *application,
* If local_command_line() returns %FALSE then the application is registered
* and the #GApplication::command-line signal is emitted in the primary
* instance (which may or may not be this instance). The signal handler
- * gets passed a #GApplicationCommandline object that (among other things)
+ * gets passed a #GApplicationCommandLine object that (among other things)
* contains the remaining commandline arguments that have not been handled
* by local_command_line().
*
diff --git a/gio/gapplicationcommandline.c b/gio/gapplicationcommandline.c
index ef33cd1..773e5df 100644
--- a/gio/gapplicationcommandline.c
+++ b/gio/gapplicationcommandline.c
@@ -57,7 +57,7 @@ G_DEFINE_TYPE (GApplicationCommandLine, g_application_command_line, G_TYPE_OBJEC
* of this object (ie: the process exits when the last reference is
* dropped).
*
- * The main use for #GApplicationCommandline (and the
+ * The main use for #GApplicationCommandLine (and the
* #GApplication::command-line signal) is 'Emacs server' like use cases:
* You can set the <envar>EDITOR</envar> environment variable to have
* e.g. git use your favourite editor to edit commit messages, and if you
@@ -99,7 +99,7 @@ G_DEFINE_TYPE (GApplicationCommandLine, g_application_command_line, G_TYPE_OBJEC
* <para>
* An example of deferred commandline handling. Here, the commandline is
* not completely handled before the #GApplication::command-line handler
- * returns. Instead, we keep a reference to the GApplicationCommandline
+ * returns. Instead, we keep a reference to the GApplicationCommandLine
* object and handle it later(in this example, in an idle). Note that it
* is necessary to hold the application until you are done with the
* commandline.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]