HomeSort by relevance Sort by last modified time
    Searched refs:g_param_spec_char (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/glib/tests/gobject/
paramspec-test.c 42 pspec = g_param_spec_char ("char", "nick", "blurb",
152 ospec = g_param_spec_char ("char", "nick", "blurb",
  /external/bluetooth/glib/gobject/
gobject.symbols 176 g_param_spec_char
gparamspecs.h 52 * G_PARAM_SPEC_CHAR:
57 #define G_PARAM_SPEC_CHAR(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_CHAR, GParamSpecChar))
926 GParamSpec* g_param_spec_char (const gchar *name,
gparamspecs.c 62 GParamSpecChar *cspec = G_PARAM_SPEC_CHAR (pspec);
73 value->data[0].v_int = G_PARAM_SPEC_CHAR (pspec)->default_value;
80 GParamSpecChar *cspec = G_PARAM_SPEC_CHAR (pspec);
1532 g_param_spec_char (const gchar *name, function
    [all...]

Completed in 10 milliseconds