glibmm r643 - in trunk: . gio/src
- From: jjongsma svn gnome org
- To: svn-commits-list gnome org
- Subject: glibmm r643 - in trunk: . gio/src
- Date: Tue, 25 Mar 2008 02:17:10 +0000 (GMT)
Author: jjongsma
Date: Tue Mar 25 02:17:09 2008
New Revision: 643
URL: http://svn.gnome.org/viewvc/glibmm?rev=643&view=rev
Log:
	* gio/src/desktopappinfo.hg:
	* gio/src/unixinputstream.hg:
	* gio/src/unixmount.hg:
	* gio/src/unixoutputstream.hg: don't wrap these unix-specific types when
	building on MS Windows (bug #524126)
Modified:
   trunk/ChangeLog
   trunk/gio/src/desktopappinfo.hg
   trunk/gio/src/unixinputstream.hg
   trunk/gio/src/unixmount.hg
   trunk/gio/src/unixoutputstream.hg
Modified: trunk/gio/src/desktopappinfo.hg
==============================================================================
--- trunk/gio/src/desktopappinfo.hg	(original)
+++ trunk/gio/src/desktopappinfo.hg	Tue Mar 25 02:17:09 2008
@@ -37,6 +37,7 @@
 {
   _CLASS_GOBJECT(DesktopAppInfo, GDesktopAppInfo, G_DESKTOP_APP_INFO, Glib::Object, GObject)
   _IMPLEMENTS_INTERFACE(AppInfo)
+  _GTKMMPROC_WIN32_NO_WRAP
 
 protected:
   _WRAP_CTOR(DesktopAppInfo(const std::string& desktop_id), g_desktop_app_info_new)
Modified: trunk/gio/src/unixinputstream.hg
==============================================================================
--- trunk/gio/src/unixinputstream.hg	(original)
+++ trunk/gio/src/unixinputstream.hg	Tue Mar 25 02:17:09 2008
@@ -37,6 +37,7 @@
 class UnixInputStream : public Gio::InputStream
 {
   _CLASS_GOBJECT(UnixInputStream, GUnixInputStream, G_UNIX_INPUT_STREAM, Gio::InputStream, GInputStream)
+  _GTKMMPROC_WIN32_NO_WRAP
 
 protected:
   _WRAP_CTOR(UnixInputStream(int fd, bool close_fd_at_close), g_unix_input_stream_new)
Modified: trunk/gio/src/unixmount.hg
==============================================================================
--- trunk/gio/src/unixmount.hg	(original)
+++ trunk/gio/src/unixmount.hg	Tue Mar 25 02:17:09 2008
@@ -41,6 +41,7 @@
 {
   _CLASS_GOBJECT(UnixMount, GUnixMount, G_UNIX_MOUNT, Glib::Object, GObject)
   _IMPLEMENTS_INTERFACE(Mount)
+  _GTKMMPROC_WIN32_NO_WRAP
 };
 */
 
Modified: trunk/gio/src/unixoutputstream.hg
==============================================================================
--- trunk/gio/src/unixoutputstream.hg	(original)
+++ trunk/gio/src/unixoutputstream.hg	Tue Mar 25 02:17:09 2008
@@ -36,6 +36,7 @@
 class UnixOutputStream : public Gio::OutputStream
 {
   _CLASS_GOBJECT(UnixOutputStream, GUnixOutputStream, G_UNIX_OUTPUT_STREAM, Gio::OutputStream, GOutputStream)
+  _GTKMMPROC_WIN32_NO_WRAP
 
 protected:
   _WRAP_CTOR(UnixOutputStream(int fd, bool close_fd_at_close), g_unix_output_stream_new)
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]