On Mon, 2015-06-22 at 16:29 +0100, John Emmas wrote:
> Hi LRN,
> 
> Just flagging up that after updating today from glibmm master, some of 
> those functions are now coming up as missing symbols (when I try to 
> re-build glibmm with MSVC).  It looks like 'glibmm/gio/src/appinfo.hg' 
> might still be trying to wrap some of them - in particular:-
> 
>          g_app_info_get_all_for_type()

This is an old function. There's no way it would have been removed from
the API (It's still in the header):
https://developer.gnome.org/gio/stable/GAppInfo.html#g-app-info-reset-type-associations

However, it does indeed look like the win32 implementation was removed:
https://git.gnome.org/browse/glib/commit/?id=4d800e4d86db6825dd3c508c83352b9a4cd24350

You might ask about that in the bug report:
https://bugzilla.gnome.org/show_bug.cgi?id=666831

>          g_app_info_reset_type_associations()
> 
> Just flagging this up in case you need to liaise with the glibmm devs.


-- 
Murray Cumming
murr...@murrayc.com
www.murrayc.com


_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to