~jbicha/hud/build-depend-on-valac-not-gir

« back to all changes in this revision

Viewing changes to src/hudtoken.h

  • Committer: Tarmac
  • Author(s): Ted Gould, Pete Woods, Antti Kaijanmäki, Ted Gould, Albert Astals, Ryan Lortie, Łukasz 'sil2100' Zemczak, Albert Astals Cid, Mathieu Trudel-Lapierre, Kaleo, Tarmac, Ricardo Salveti de Araujo, Michael Terry, Automatic PS uploader
  • Date: 2013-04-10 16:04:51 UTC
  • mfrom: (227.3.148 phablet)
  • Revision ID: tarmac-20130410160451-o3owpv3zaxulm5of
HUD 2.0 Merge.

Approved by PS Jenkins bot, Mathieu Trudel-Lapierre.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
                                                                         guint            *length);
34
34
 
35
35
HudTokenList *          hud_token_list_new_from_string                  (const gchar      *string);
36
 
HudTokenList *          hud_token_list_new_from_string_list             (HudStringList    *string_list);
 
36
HudTokenList *          hud_token_list_new_from_string_list             (HudStringList    *string_list,
 
37
                                                                         HudStringList    *keywords);
37
38
guint                   hud_token_list_get_length                       (HudTokenList     *list);
 
39
HudToken**              hud_token_list_get_tokens                       (HudTokenList     *list);
38
40
void                    hud_token_list_free                             (HudTokenList     *list);
39
41
guint                   hud_token_list_distance                         (HudTokenList     *haystack,
40
42
                                                                         HudTokenList     *needle,