[glibmm] giomm.h: Add includes of newly wrapped API.
- From: José Alburquerque <jaalburqu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] giomm.h: Add includes of newly wrapped API.
- Date: Tue, 9 Nov 2010 04:37:53 +0000 (UTC)
commit 36e2738549a0635fcae06b7a3e9d912baf7b19cb
Author: José Alburquerque <jaalburqu svn gnome org>
Date: Mon Nov 8 23:36:53 2010 -0500
giomm.h: Add includes of newly wrapped API.
* gio/giomm.h: Add forgotten includes of actiongroup.h and
unixsocketaddress.h to the main giomm.h include file.
ChangeLog | 7 +++++++
gio/giomm.h | 2 ++
2 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ebda356..ba2312f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-08 José Alburquerque <jaalburqu svn gnome org>
+
+ giomm.h: Add includes of newly wrapped API.
+
+ * gio/giomm.h: Add forgotten includes of actiongroup.h and
+ unixsocketaddress.h to the main giomm.h include file.
+
2010-11-08 Krzesimir Nowak <qdlacz gmail com>
ObjectBase: Fixed refcount debugging message.
diff --git a/gio/giomm.h b/gio/giomm.h
index 54cedc5..939bf9c 100644
--- a/gio/giomm.h
+++ b/gio/giomm.h
@@ -20,6 +20,7 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include <giomm/actiongroup.h>
#include <giomm/appinfo.h>
#include <giomm/application.h>
#include <giomm/asyncresult.h>
@@ -93,6 +94,7 @@
# include <giomm/unixfdmessage.h>
# include <giomm/unixinputstream.h>
# include <giomm/unixoutputstream.h>
+# include <giomm/unixsocketaddress.h>
#endif
#include <giomm/volume.h>
#include <giomm/volumemonitor.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]