gio: Fix build on Windows
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 18 Sep 2012 09:05:49 +0000 (17:05 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 19 Sep 2012 02:32:05 +0000 (10:32 +0800)
commit3dd65859a7610b6adfd247c9c6828ed6c614e97f
treed473e44ad516581dbd4a7b479bfd045c6896af93
parent18143b7aef8b105a75ec6ad695f50895353dd0f6
gio: Fix build on Windows

The newly-introduced functions, g_content_type_get_symbolic_icon() and
g_content_type_get_generic_icon_name() don't seem to be for Windows, at
least for now.  So filter them out from gio.symbols on Windows.

Also, glocalfileinfo.c calls g_content_type_get_symbolic_icon() in
get_icon(), so only build that code when on Unix, for the time being.

https://bugzilla.gnome.org/show_bug.cgi?id=684278
gio/gio.symbols
gio/glocalfileinfo.c