[glib] Remove nonexisting API from the headers



commit d10a04b5330c6c4ef23a4e7871c8ced0c8343250
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Oct 25 08:34:00 2010 -0400

    Remove nonexisting API from the headers
    
    I couldn't find any trace of g_application_run_with_arguments.

 gio/gapplication.h |    2 --
 1 files changed, 0 insertions(+), 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]