diff options
Diffstat (limited to 'vapi/gconf-2.0.vapi')
-rw-r--r-- | vapi/gconf-2.0.vapi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vapi/gconf-2.0.vapi b/vapi/gconf-2.0.vapi index 6902837d0..43fa1ed35 100644 --- a/vapi/gconf-2.0.vapi +++ b/vapi/gconf-2.0.vapi @@ -318,8 +318,6 @@ namespace GConf { [CCode (cheader_filename = "gconf/gconf.h")] public static unowned string escape_key (string arbitrary_text, int len); [CCode (cheader_filename = "gconf/gconf.h")] - public static bool init (int argc, out unowned string argv) throws GLib.Error; - [CCode (cheader_filename = "gconf/gconf.h")] public static bool is_initialized (); [CCode (cheader_filename = "gconf/gconf.h")] public static bool key_is_below (string above, string below); |