~kamstrup/unity-lens-applications/remoteemblems

« back to all changes in this revision

Viewing changes to vapi/unity-package-search.vapi

  • 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:
26
26
      [CCode (cname = "unity_package_searcher_new_for_menu")]
27
27
      public Searcher.for_menu(GMenu.Tree menu);
28
28
      public SearchResult search (string search_string, uint max_hits, Unity.Package.SearchType search_type, Unity.Package.Sort sort);
29
 
      
 
29
      public SearchResult get_random_apps (string? filter_query, uint n_apps);
30
30
    }
31
31
    
32
32
    [Compact]