+2008-10-25 Jürg Billeter <j@bitron.ch>
+
+ * vapi/packages/gconf-2.0/:
+
+ Fix gconf_client_notify_add binding
+
+ * vapi/gconf-2.0.vapi: regenerated
+
2008-10-25 Jürg Billeter <j@bitron.ch>
* vapi/libgnome-menu.vapi:
public weak GConf.Value get_without_default (string key) throws GLib.Error;
public bool key_is_writable (string key) throws GLib.Error;
public void notify (string key);
- public uint notify_add (string namespace_section, GConf.ClientNotifyFunc func, GLib.FreeFunc destroy_notify) throws GLib.Error;
+ public uint notify_add (string namespace_section, GConf.ClientNotifyFunc# func) throws GLib.Error;
public void notify_remove (uint cnxn);
public void preload (string dirname, GConf.ClientPreloadType type) throws GLib.Error;
public bool recursive_unset (string key, GConf.UnsetFlags flags) throws GLib.Error;
GConfClient::unreturned_error has_emitter="1"
GConfClient::value_changed has_emitter="1"
GConfClient::error has_emitter="1"
+gconf_client_notify_add.func transfer_ownership="1"
+gconf_client_notify_add.destroy_notify hidden="1"
gconf_meta_info_mod_time name="get_mod_time"