libgconf-bridge r20 - trunk



Author: jbaayen
Date: Wed Jul  2 19:56:01 2008
New Revision: 20
URL: http://svn.gnome.org/viewvc/libgconf-bridge?rev=20&view=rev

Log:
2008-07-02  Jorn Baayen  <jorn openedhand com>

	* libgconf-bridge.vapi:

	Corrections to Vala binding.



Modified:
   trunk/ChangeLog
   trunk/libgconf-bridge.vapi

Modified: trunk/libgconf-bridge.vapi
==============================================================================
--- trunk/libgconf-bridge.vapi	(original)
+++ trunk/libgconf-bridge.vapi	Wed Jul  2 19:56:01 2008
@@ -1,10 +1,10 @@
 /* libgconf-bridge.vapi generated by vapigen, do not modify. */
 
-[CCode (cprefix = "GConfBridge", lower_case_cprefix = "gconf_bridge_")]
-namespace GConfBridge {
+[CCode (cprefix = "GConf", lower_case_cprefix = "gconf_")]
+namespace GConf {
 	[Compact]
-	[CCode (cheader_filename = "libgconf-bridge.h")]
-	public class  {
+	[CCode (cheader_filename = "libgconf-bridge/gconf-bridge.h")]
+	public class Bridge {
 		[CCode (cname = "gconf_bridge_bind_property_full")]
 		public uint bind_property_full (string key, GLib.Object object, string prop, bool delayed_sync=false);
 		[CCode (cname = "gconf_bridge_bind_string_list_store")]
@@ -12,7 +12,7 @@
 		[CCode (cname = "gconf_bridge_bind_window")]
 		public uint bind_window (string key_prefix, Gtk.Window window, bool bind_size, bool bind_pos);
 		[CCode (cname = "gconf_bridge_get")]
-		public static weak GConfBridge. get ();
+		public static weak Bridge get ();
 		[CCode (cname = "gconf_bridge_get_client")]
 		public weak GConf.Client get_client ();
 		[CCode (cname = "gconf_bridge_install_default_error_handler")]



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