[Goodies-commits] r6993 - in xfmpc/trunk: . src

Mike Massonnet mmassonnet at xfce.org
Wed Mar 25 10:05:33 CET 2009


Author: mmassonnet
Date: 2009-03-25 09:05:33 +0000 (Wed, 25 Mar 2009)
New Revision: 6993

Modified:
   xfmpc/trunk/ChangeLog
   xfmpc/trunk/src/mpdclient.h
Log:
Include GLib in XfmpcMpdclient for Vala GObject Introspection

Modified: xfmpc/trunk/ChangeLog
===================================================================
--- xfmpc/trunk/ChangeLog	2009-03-25 00:19:13 UTC (rev 6992)
+++ xfmpc/trunk/ChangeLog	2009-03-25 09:05:33 UTC (rev 6993)
@@ -1,3 +1,9 @@
+2009-03-21	Mike Massonnet <mmassonnet at xfce.org>
+
+Include GLib in XfmpcMpdclient for Vala GObject Introspection
+	* src/mpdclient.h:
+	  - vala-gen-introspect failed because of the missing include
+
 2009-03-21	Vincent Legout <vincent at legout.info>
 
 Display the position rather than the id of the track in the playlist

Modified: xfmpc/trunk/src/mpdclient.h
===================================================================
--- xfmpc/trunk/src/mpdclient.h	2009-03-25 00:19:13 UTC (rev 6992)
+++ xfmpc/trunk/src/mpdclient.h	2009-03-25 09:05:33 UTC (rev 6993)
@@ -19,6 +19,8 @@
 #ifndef __XFMPC_MPDCLIENT_H__
 #define __XFMPC_MPDCLIENT_H__
 
+#include <glib-object.h>
+
 G_BEGIN_DECLS
 
 typedef struct _XfmpcSongInfo XfmpcSongInfo;




More information about the Goodies-commits mailing list