vala r1345 - in trunk: . vapi



Author: juergbi
Date: Thu May  8 20:23:32 2008
New Revision: 1345
URL: http://svn.gnome.org/viewvc/vala?rev=1345&view=rev

Log:
2008-05-08  Juerg Billeter  <j bitron ch>

	* vapi/dbus-glib-1.vapi:

	Add dbus_g_connection_lookup_g_object and dbus_g_proxy_get_*
	bindings, patch by Yu Feng, fixes bug 531131


Modified:
   trunk/ChangeLog
   trunk/vapi/dbus-glib-1.vapi

Modified: trunk/vapi/dbus-glib-1.vapi
==============================================================================
--- trunk/vapi/dbus-glib-1.vapi	(original)
+++ trunk/vapi/dbus-glib-1.vapi	Thu May  8 20:23:32 2008
@@ -99,6 +99,8 @@
 		public Object get_object (string name, string path, string interface_);
 		[CCode (cname = "dbus_g_connection_register_g_object")]
 		public void register_object (string at_path, GLib.Object object);
+		[CCode (cname = "dbus_g_connection_lookup_g_object")]
+		public weak GLib.Object lookup_object (string at_path);
 	}
 
 	[CCode (cname = "DBusGProxy", lower_case_csuffix = "g_proxy")]
@@ -107,6 +109,9 @@
 		public weak ProxyCall begin_call (string method, ProxyCallNotify notify, GLib.DestroyNotify destroy, GLib.Type first_arg_type, ...);
 		public bool end_call (ProxyCall call, out GLib.Error error, GLib.Type first_arg_type, ...);
 		public void cancel_call (ProxyCall call);
+		public weak string get_path ();
+		public weak string get_bus_name ();
+		public weak string get_interface ();
 	}
 
 	[CCode (cname = "DBusGProxyCallNotify")]



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