GNOME Bugzilla – Bug 751765
gnome-xkb-info: Add method to get languages from layout
Last modified: 2015-07-02 02:41:47 UTC
-- This is needed for bug 743643.
Created attachment 306464 [details] [review] gnome-xkb-info: Add method to get languages from layout
Review of attachment 306464 [details] [review]: Other than the list type issue below, if this works for you, looks fine ::: libgnome-desktop/gnome-xkb-info.c @@ +1039,3 @@ + return NULL; + + return g_list_copy (layout->iso639Ids); This is a GSList, not a GList
Created attachment 306574 [details] [review] gnome-xkb-info: Add method to get languages from layout -- Ugh, thanks for pointing that out. I'll use this patch instead.
Pushed as b1c0a99d.