QuickIO  0.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
strfuncs.h
Go to the documentation of this file.
1 
12 #include "qev.h"
13 
18 #define g_str_has_prefix(str, prefix) \
19  qev_str_has_prefix_len(str, prefix, strlen(prefix))
20 
37 gboolean qev_str_has_prefix_len(
38  const gchar *str,
39  const gchar *prefix,
40  const gsize prefix_len);
gboolean qev_str_has_prefix_len(const gchar *str, const gchar *prefix, const gsize prefix_len)
Determine if a string has a prefix.
Provides all the qev_* functions that are needed for creating an event loop.