GNOME Bugzilla – Bug 683642
Missing g_content_type_get_symbolic_icon
Last modified: 2012-10-15 23:23:53 UTC
Someone forgot to add g_content_type_get_symbolic_icon() function for W32.
Created attachment 223824 [details] [review] Adds g_content_type_get_symbolic_icon() Patch against 2.33.12 Note that it simply discards the "symbolic" part and calls g_content_type_get_icon(). I have no idea what a "symbolic" icon would be on W32.
OK, after reading [1] i think my patch falls into "fallback" category, and should be acceptable. [1] http://www.freedesktop.org/wiki/SymbolicIcons
Yes, looks like this may be the best we can do. The documentation of the new symbolic_icon functions should be amended to state that they may return regular icons if symbolic ones are not available.
Review of attachment 223824 [details] [review]: .
Created attachment 225738 [details] [review] Adds g_content_type_get_generic_icon_name() stub as well Guys, you're adding new functions faster than i can patch them in _AND_ get my patches accepted! Slow down a bit, maybe? :)