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

  /external/bluetooth/glib/gobject/
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 69 milliseconds