OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GOptionContext
(Results
1 - 10
of
10
) sorted by null
/external/bluetooth/glib/glib/
goption.h
33
typedef struct _GOptionContext
GOptionContext
;
66
typedef gboolean (*GOptionParseFunc) (
GOptionContext
*context,
71
typedef void (*GOptionErrorFunc) (
GOptionContext
*context,
103
GOptionContext
*g_option_context_new (const gchar *parameter_string);
104
void g_option_context_set_summary (
GOptionContext
*context,
106
G_CONST_RETURN gchar *g_option_context_get_summary (
GOptionContext
*context);
107
void g_option_context_set_description (
GOptionContext
*context,
109
G_CONST_RETURN gchar *g_option_context_get_description (
GOptionContext
*context);
110
void g_option_context_free (
GOptionContext
*context);
111
void g_option_context_set_help_enabled (
GOptionContext
*context
[
all
...]
goption.c
122
static void free_changes_list (
GOptionContext
*context,
124
static void free_pending_nulls (
GOptionContext
*context,
196
* the #
GOptionContext
, typically something like "FILES" or
212
* Returns: a newly created #
GOptionContext
, which must be
217
GOptionContext
*
221
GOptionContext
*context;
223
context = g_new0 (
GOptionContext
, 1);
234
* @context: a #
GOptionContext
241
void g_option_context_free (
GOptionContext
*context)
267
* @context: a #
GOptionContext
[
all
...]
/external/bluetooth/bluez/tracer/
main.c
83
GOptionContext
*context;
/external/bluetooth/glib/tests/
gio-ls.c
23
GOptionContext
*context = NULL;
/external/bluetooth/bluez/input/
sixpair.c
233
GOptionContext
*context;
/external/webkit/Tools/DumpRenderTree/gtk/
ImageDiff.cpp
184
GOptionContext
* context = g_option_context_new("- compare two image files, printing their percentage difference and the difference image to stdout");
/external/bluetooth/bluez/src/
main.c
379
GOptionContext
*context;
/external/bluetooth/bluez/attrib/
gatttool.c
537
GOptionContext
*context;
/external/bluetooth/bluez/test/
btiotest.c
503
GOptionContext
*context;
/external/bluetooth/glib/gio/tests/
live-g-file.c
1097
GOptionContext
*context;
[
all
...]
Completed in 325 milliseconds