~kamstrup/unity-lens-applications/remoteemblems

« back to all changes in this revision

Viewing changes to src/unity-package-search.h

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2011-03-09 14:50:33 UTC
  • mfrom: (159.2.2 randomapps)
  • Revision ID: mikkel.kamstrup@gmail.com-20110309145033-rvof0bepl7wuou7v
Merge Mikkel's branch lp:~kamstrup/unity-place-applications/randomapps:

 * If we don't have a search when showing the entry, put 6 random apps (from the right category) into the Apps Available for Download section

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
                                                         UnityPackageSearchType search_type,
65
65
                                                         UnityPackageSort       sort);
66
66
 
 
67
UnityPackageSearchResult* unity_package_searcher_get_random_apps (UnityPackageSearcher *searcher,
 
68
                                                                  const gchar          *filter_query,
 
69
                                                                  guint                 n_apps);
 
70
 
67
71
void                      unity_package_search_result_free (UnityPackageSearchResult *result);
68
72
 
69
73
#ifdef __cplusplus