[PATCH 0/7] [grilo-plugins] Support search all



Hi.

As suggested by Jussi, this set of patches add support for searching
everything.

That is, when searching a NULL string, search will return all elements from
source.

I've chosen search(NULL) api instead of search("") as after a quick poll most
people (including me) preferred the former.

>From all plugins supporting search, Vimeo plugin is the one that, due Vimeo
backend, couldn't implement search all. In this case, trying to search all will
send an error in callback stating this impossibility.

     J.A.


Juan A. Suarez Romero (7):
  vimeo: Handle search all elements
  flickr: Implement search all elements
  filesystem: Implement search all elements
  jamendo: Implement search all elements
  bookmarks: Implement search all elements
  podcasts: Implement search all elements
  tracker: Implement search all elements

 src/bookmarks/grl-bookmarks.c   |    8 +++-
 src/filesystem/grl-filesystem.c |   18 ++++++---
 src/flickr/gflickr.c            |   78 +++++++++++++++++++++++++++++++++++----
 src/flickr/gflickr.h            |    6 +++
 src/flickr/grl-flickr.c         |   22 +++++++---
 src/jamendo/grl-jamendo.c       |   18 ++++++--
 src/podcasts/grl-podcasts.c     |   17 +++++++-
 src/tracker/grl-tracker.c       |   36 ++++++++++--------
 src/vimeo/grl-vimeo.c           |   11 +++++
 9 files changed, 167 insertions(+), 47 deletions(-)

-- 
1.7.3.5



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]