mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Tweak GApplication docs
This commit is contained in:
@@ -10,8 +10,6 @@ command_line (GApplication *application,
|
||||
gint argc;
|
||||
gint i;
|
||||
|
||||
g_application_hold (application);
|
||||
|
||||
argv = g_application_command_line_get_arguments (cmdline, &argc);
|
||||
|
||||
g_application_command_line_print (cmdline,
|
||||
@@ -23,8 +21,6 @@ command_line (GApplication *application,
|
||||
|
||||
g_strfreev (argv);
|
||||
|
||||
g_application_release (application);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user