GNOME Bugzilla – Bug 691130
egg-list-box: make egg_list_box_set_sort_func() usable from gjs
Last modified: 2013-04-09 07:07:31 UTC
See attached patch.
Created attachment 232730 [details] [review] egg-list-box: make egg_list_box_set_sort_func() usable from gjs Use a function signature with explicit pointer types and annotate egg_list_box_set_sort_func properly.
GNOME Clocks may well need this.
Review of attachment 232730 [details] [review]: Looks good to me; it might cause some compiler warnings in modules that are passing GCompareDataFuncs currently, so a warning in the commit message might be nice.
Created attachment 240984 [details] [review] Patch with warning
Review of attachment 240984 [details] [review]: Looks good to me.