~indicator-applet-developers/ubuntu/precise/indicator-appmenu/upstream

« back to all changes in this revision

Viewing changes to src/hudtoken.h

  • Committer: Charles Kerr
  • Date: 2012-04-05 16:19:32 UTC
  • mfrom: (1.4.2)
  • Revision ID: charles.kerr@canonical.com-20120405161932-rf6899hc99e99pmb
* New upstream release.
  * Faster searches and better search results. (lp: #947283, lp: #972354)
  * Don't submit searches with zero tokens. (lp: #973203)
  * Propertly emit the WindowUnregistered signal when windows go away.
  * Improvements to the gcov automake rules.
  * Fix bootstrap error in tests.
  - reduce hud cpu usage and DoS on long strings (lp: #938584, lp: #948820)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
HudTokenList *          hud_token_list_new_from_string                  (const gchar      *string);
34
34
HudTokenList *          hud_token_list_new_from_string_list             (HudStringList    *string_list);
 
35
guint                   hud_token_list_get_length                       (HudTokenList     *list);
35
36
void                    hud_token_list_free                             (HudTokenList     *list);
36
37
guint                   hud_token_list_distance                         (HudTokenList     *haystack,
37
38
                                                                         HudTokenList     *needle,