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 728882 - lua-factory: Add more keys to grl.get_options()
lua-factory: Add more keys to grl.get_options()
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
unspecified
Other All
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2014-04-24 14:09 UTC by Bastien Nocera
Modified: 2014-05-07 16:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
lua-factory: Document OperationSpec struct (1.29 KB, patch)
2014-04-24 14:09 UTC, Bastien Nocera
committed Details | Review
lua-factory: Add string member to OperationSpec struct (4.74 KB, patch)
2014-04-24 14:09 UTC, Bastien Nocera
committed Details | Review
lua-factory: Add more keys to grl.get_options() (2.04 KB, patch)
2014-04-24 14:09 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2014-04-24 14:09:23 UTC
.
Comment 1 Bastien Nocera 2014-04-24 14:09:26 UTC
Created attachment 275056 [details] [review]
lua-factory: Document OperationSpec struct
Comment 2 Bastien Nocera 2014-04-24 14:09:31 UTC
Created attachment 275057 [details] [review]
lua-factory: Add string member to OperationSpec struct

To be used to cache operation parameters.
Comment 3 Bastien Nocera 2014-04-24 14:09:36 UTC
Created attachment 275058 [details] [review]
lua-factory: Add more keys to grl.get_options()

Make it possible to get the query/search strings, or the media ID
for the operation, as well as the operation type.

This is useful when the entry point needs to launch an async operation
to cache a manifest for example.
Comment 4 Bastien Nocera 2014-05-07 16:20:23 UTC
Attachment 275056 [details] pushed as 5aa214f - lua-factory: Document OperationSpec struct
Attachment 275057 [details] pushed as 2418b1e - lua-factory: Add string member to OperationSpec struct
Attachment 275058 [details] pushed as c95d353 - lua-factory: Add more keys to grl.get_options()