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

  /external/bluetooth/glib/gobject/
gobject.symbols 194 g_param_spec_unichar
gparamspecs.h 250 * G_PARAM_SPEC_UNICHAR:
255 #define G_PARAM_SPEC_UNICHAR(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_UNICHAR, GParamSpecUnichar))
987 GParamSpec* g_param_spec_unichar (const gchar *name,
gparamspecs.c 387 GParamSpecUnichar *uspec = G_PARAM_SPEC_UNICHAR (pspec);
396 value->data[0].v_uint = G_PARAM_SPEC_UNICHAR (pspec)->default_value;
1905 g_param_spec_unichar (const gchar *name, function
    [all...]

Completed in 1681 milliseconds