diff options
Diffstat (limited to 'hildon/hildon-helper.h')
-rw-r--r-- | hildon/hildon-helper.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hildon/hildon-helper.h b/hildon/hildon-helper.h index 8aad4b3..77e344d 100644 --- a/hildon/hildon-helper.h +++ b/hildon/hildon-helper.h @@ -69,6 +69,13 @@ hildon_helper_utf8_strstrcasedecomp_needle_stripped (const gchar *haystack, gunichar * hildon_helper_strip_string (const gchar *string); +gchar * +hildon_helper_normalize_string (const gchar *string); + +gchar * +hildon_helper_smart_match (const gchar *haystack, + const gchar *needle); + G_END_DECLS #endif /* __HILDON_HELPER_H__ */ |