~charlesk/indicator-appmenu/remove-dead-file

« back to all changes in this revision

Viewing changes to src/huditem.h

  • Committer: Charles Kerr
  • Date: 2012-04-03 20:31:54 UTC
  • mfrom: (192.1.21 indicator-appmenu)
  • Revision ID: charles.kerr@canonical.com-20120403203154-2qacfj0nmpm56pnr
merge lp:~desrt/indicator-appmenu/hud-performance to improve hud-service performance and search result quality by substantially reworking the core distance algorithm and the needle/haystack assignment algorithm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include <glib-object.h>
23
23
 
24
 
#include "hudstringlist.h"
 
24
#include "hudtoken.h"
25
25
 
26
26
#define HUD_TYPE_ITEM                                       (hud_item_get_type ())
27
27
#define HUD_ITEM(inst)                                      (G_TYPE_CHECK_INSTANCE_CAST ((inst),                     \
74
74
gboolean                hud_item_get_enabled                            (HudItem       *item);
75
75
guint64                 hud_item_get_id                                 (HudItem       *item);
76
76
HudItem *               hud_item_lookup                                 (guint64        id);
 
77
HudTokenList *          hud_item_get_token_list                         (HudItem       *item);
77
78
 
78
79
#endif /* __HUD_ITEM_H__ */