GNOME Bugzilla – Bug 619677
Expose file grabbing functions to python plugins
Last modified: 2010-05-26 09:43:38 UTC
Created attachment 161979 [details] [review] Adds impl_want_uri and impl_add_uri to rb.defs Aquarius in IRC was working on the ubuntu music store, and wanted to handle links passed to RB. These two functions weren't exposed, so I made the bindings for him/her quickly.
Pushed (with a few minor changes) as a69f20c, thanks. Changes were: adding (null-ok) for the title and genre parameters, since those are almost always NULL (doesn't actually work, due to bug 589253); adding method definitions to match the virtual definitions.