diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-25 08:34:00 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-25 08:34:00 -0400 |
commit | d10a04b5330c6c4ef23a4e7871c8ced0c8343250 (patch) | |
tree | c79bd060ad9da33d097c66935a6dccfe8c60028d | |
parent | 727c2a58c2468dd2faa442d2be7777b20b7b089b (diff) |
Remove nonexisting API from the headers
I couldn't find any trace of g_application_run_with_arguments.
-rw-r--r-- | gio/gapplication.h | 2 |
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 |