Remove nonexisting API from the headers
authorMatthias Clasen <mclasen@redhat.com>
Mon, 25 Oct 2010 12:34:00 +0000 (08:34 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 25 Oct 2010 12:34:00 +0000 (08:34 -0400)
I couldn't find any trace of g_application_run_with_arguments.

gio/gapplication.h

index f19ac72..8a28e93 100644 (file)
@@ -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