QuickIO
0.2
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
lib
quick-event
src
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);
qev_str_has_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.
qev.h
Provides all the qev_* functions that are needed for creating an event loop.
Generated on Thu May 22 2014 11:22:59 for QuickIO by
1.8.6