~stolowski/unity-lens-applications/launcher-item-pos

« back to all changes in this revision

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

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2010-09-02 11:57:27 UTC
  • mfrom: (84.1.7 xapian-gmenu)
  • Revision ID: mikkel.kamstrup@gmail.com-20100902115727-bvqvqjwx04t6sa3v
Merge Mikkel's branch lp:~unity-team/unity-place-applications/xapian-gmenu:

 * Use libgnome-menu to build app listings. This is integrated into the whole app searcing deal by building and in-memory Xapian index of all the apps found by libgnome-menu

 * Note that this change also should ease a bit on our IO for showing the front page because we now no longer query the relatively big S-C index when displaying the home page

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
#include <glib.h>
 
21
#include <gmenu-tree.h>
21
22
 
22
23
typedef struct _UnityPackageSearcher UnityPackageSearcher;
23
24
 
41
42
 
42
43
UnityPackageSearcher*     unity_package_searcher_new    ();
43
44
 
 
45
UnityPackageSearcher*     unity_package_searcher_new_for_menu    (GMenuTree *menu);
 
46
 
44
47
void                      unity_package_searcher_free   (UnityPackageSearcher *searcher);
45
48
 
46
49
UnityPackageSearchResult* unity_package_searcher_search (UnityPackageSearcher *searcher,