Add simple string "search" function

Desktop / GNOME / GLib - Ryan Lortie [desrt.ca] - 14 October 2013 15:48 UTC

Add a pair of functions to make it easier to do simple string matching.

This will be useful for use with things like GtkSearchBar and will also be the basis of the searching done by the (soon to appear) g_desktop_app_info_search()

https://bugzilla.gnome.org/show_bug.cgi?id=709753

38dfce5 Add simple string "search" function
docs/reference/glib/glib-sections.txt | 2 +
glib/gstrfuncs.c | 239 +++++++++++++++++++++++++++++++++
glib/gstrfuncs.h | 10 ++
3 files changed, 251 insertions(+)

Upstream: git.gnome.org


  • Share