vala r1916 - in trunk: . vapi vapi/packages/gconf-2.0



Author: juergbi
Date: Sat Oct 25 08:50:41 2008
New Revision: 1916
URL: http://svn.gnome.org/viewvc/vala?rev=1916&view=rev

Log:
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


Modified:
   trunk/ChangeLog
   trunk/vapi/gconf-2.0.vapi
   trunk/vapi/packages/gconf-2.0/gconf-2.0.metadata

Modified: trunk/vapi/gconf-2.0.vapi
==============================================================================
--- trunk/vapi/gconf-2.0.vapi	(original)
+++ trunk/vapi/gconf-2.0.vapi	Sat Oct 25 08:50:41 2008
@@ -60,7 +60,7 @@
 		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;

Modified: trunk/vapi/packages/gconf-2.0/gconf-2.0.metadata
==============================================================================
--- trunk/vapi/packages/gconf-2.0/gconf-2.0.metadata	(original)
+++ trunk/vapi/packages/gconf-2.0/gconf-2.0.metadata	Sat Oct 25 08:50:41 2008
@@ -4,5 +4,7 @@
 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"
 



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