#include <glib.h>
#include <string.h>
Go to the source code of this file.
|
#define | g_queue_clear(q) do { g_queue_free(q); q = g_queue_new(); } while (0) |
|
#define g_queue_clear |
( |
|
q | ) |
do { g_queue_free(q); q = g_queue_new(); } while (0) |
static void g_propagate_prefixed_error |
( |
GError ** |
dest_r, |
|
|
GError * |
src, |
|
|
const gchar * |
format, |
|
|
|
... |
|
) |
| |
|
inlinestatic |
static guint g_timeout_add_seconds |
( |
guint |
interval, |
|
|
GSourceFunc |
function, |
|
|
gpointer |
data |
|
) |
| |
|
inlinestatic |
static char* g_uri_escape_string |
( |
const char * |
unescaped, |
|
|
const char * |
reserved_chars_allowed, |
|
|
gboolean |
allow_utf8 |
|
) |
| |
|
inlinestatic |
static char* g_uri_parse_scheme |
( |
const char * |
uri | ) |
|
|
inlinestatic |