GNOME Bugzilla – Bug 584431
Wrap g_uri_list_extract_uris
Last modified: 2010-09-24 07:24:51 UTC
This format is simple but not completely trivial and if all receivers of uri lists used this func to extract the individual uris, several interoperability bugs could be avoided.
Created attachment 135714 [details] [review] proposed wrapper
Tomeu, thanks for the patch, from a quick look here a couple of comments: you should free the returned string array with g_strfreev() it'd prefer to return None instead of an empty tuple please provide a test case for the wrapper
Created attachment 138690 [details] [review] address concerns adn add testcase
Ping :)
Comment on attachment 138690 [details] [review] address concerns adn add testcase Looks good