@accepts([gpointer], RB.RhythmDBQueryModelLimitType, GObject.ValueArray, utf8, gint) @returns(none) def get_query(query, limit_type, limit_value, sort_key, sort_order)
Extracts the current query, playlist limit, and sorting settings for the playlist.
query : |
returns the database query for the playlist |
limit_type : |
returns the playlist limit type |
limit_value : |
returns the playlist limit value |
sort_key : |
returns the playlist sorting key |
sort_order : |
returns the playlist sorting direction (as a GtkSortType) |