vala r1439 - in trunk: . vapi



Author: jhaitsma
Date: Sun May 25 20:46:08 2008
New Revision: 1439
URL: http://svn.gnome.org/viewvc/vala?rev=1439&view=rev

Log:
2008-05-25  Jaap A. Haitsma  <jaap haitsma org>

	* vapi/hal.vapi: use [Compact] attribute for Hal.Context class.
	Fixes bug #534809


Modified:
   trunk/ChangeLog
   trunk/vapi/hal.vapi

Modified: trunk/vapi/hal.vapi
==============================================================================
--- trunk/vapi/hal.vapi	(original)
+++ trunk/vapi/hal.vapi	Sun May 25 20:46:08 2008
@@ -26,6 +26,7 @@
 	public static delegate void DeviceRemoved (Context ctx, string udi);
 
 	[CCode (free_function = "libhal_ctx_free", cprefix = "libhal_ctx_")]
+	[Compact]
 	public class Context {
 		public Context ();
 		public bool init (ref DBus.RawError error);



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