vala r1880 - in trunk: . vapi



Author: juergbi
Date: Thu Oct 23 19:52:36 2008
New Revision: 1880
URL: http://svn.gnome.org/viewvc/vala?rev=1880&view=rev

Log:
2008-10-23  JÃrg Billeter  <j bitron ch>

	* vapi/dbus-glib-1.vapi:

	Add dbus_g_connection_get_connection and
	dbus_connection_get_g_connection bindings, patch by Jan Luebbe


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

Modified: trunk/THANKS
==============================================================================
--- trunk/THANKS	(original)
+++ trunk/THANKS	Thu Oct 23 19:52:36 2008
@@ -31,6 +31,7 @@
 Hans Vercammen
 Jaap A. Haitsma
 Jamie McCracken
+Jan Luebbe
 Jan Rosczak
 Jared Moore
 Johannes Schmid

Modified: trunk/vapi/dbus-glib-1.vapi
==============================================================================
--- trunk/vapi/dbus-glib-1.vapi	(original)
+++ trunk/vapi/dbus-glib-1.vapi	Thu Oct 23 19:52:36 2008
@@ -38,6 +38,8 @@
 	public class RawConnection {
 		[CCode (cname = "dbus_connection_setup_with_g_main")]
 		public void setup_with_main (GLib.MainContext? context = null);
+		[CCode (cname = "dbus_connection_get_g_connection")]
+		public Connection get_g_connection ();
 	}
 
 	[CCode (cname = "DBusError", cprefix = "dbus_error_")]
@@ -102,6 +104,8 @@
 		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 = "dbus_g_connection_get_connection")]
+		public RawConnection get_connection ();
 	}
 
 	[CCode (cname = "DBusGProxy", lower_case_csuffix = "g_proxy")]



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