From d10a04b5330c6c4ef23a4e7871c8ced0c8343250 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 25 Oct 2010 08:34:00 -0400 Subject: [PATCH] Remove nonexisting API from the headers I couldn't find any trace of g_application_run_with_arguments. --- gio/gapplication.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gio/gapplication.h b/gio/gapplication.h index f19ac72..8a28e93 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 -- 2.7.4