After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 619677 - Expose file grabbing functions to python plugins
Expose file grabbing functions to python plugins
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: Plugins (other)
HEAD
Other Linux
: Normal enhancement
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-25 22:02 UTC by Matt N
Modified: 2010-05-26 09:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adds impl_want_uri and impl_add_uri to rb.defs (579 bytes, patch)
2010-05-25 22:02 UTC, Matt N
none Details | Review

Description Matt N 2010-05-25 22:02:31 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.
Comment 1 Jonathan Matthew 2010-05-26 09:43:38 UTC
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.