]> git.pld-linux.org Git - packages/crossmingw32-glibmm.git/blame - glibmm-win32.patch
- updated filterout_
[packages/crossmingw32-glibmm.git] / glibmm-win32.patch
CommitLineData
35bf2c84
JB
1--- glibmm-2.34.1/gio/giomm/contenttype.cc.orig 2012-10-06 14:28:36.000000000 +0200
2+++ glibmm-2.34.1/gio/giomm/contenttype.cc 2012-11-06 16:54:11.439593123 +0100
3@@ -56,6 +56,7 @@
4 return retvalue;
5 }
a51bd494 6
35bf2c84
JB
7+#ifndef G_OS_WIN32
8 Glib::RefPtr<Gio::Icon> content_type_get_symbolic_icon(const Glib::ustring& type)
9 {
10 Glib::RefPtr<Icon> retvalue = Glib::wrap(g_content_type_get_symbolic_icon(type.c_str()));
11@@ -63,6 +64,7 @@
12 retvalue->reference(); //The function does not do a ref for us.
13 return retvalue;
14 }
15+#endif
a51bd494 16
35bf2c84
JB
17 bool content_type_can_be_executable(const Glib::ustring& type)
18 {
This page took 0.048554 seconds and 4 git commands to generate.