summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-10-25 08:34:00 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-10-25 08:34:00 -0400
commitd10a04b5330c6c4ef23a4e7871c8ced0c8343250 (patch)
treec79bd060ad9da33d097c66935a6dccfe8c60028d
parent727c2a58c2468dd2faa442d2be7777b20b7b089b (diff)
Remove nonexisting API from the headers
I couldn't find any trace of g_application_run_with_arguments.
-rw-r--r--gio/gapplication.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gio/gapplication.h b/gio/gapplication.h
index f19ac72ef..8a28e9308 100644
--- a/gio/gapplication.h
+++ b/gio/gapplication.h
@@ -159,8 +159,6 @@ void g_application_open (GApplic
int g_application_run (GApplication *application,
int argc,
char **argv);
-int g_application_run_with_arguments (GApplication *application,
- GVariant *arguments);
G_END_DECLS