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

  /external/bluetooth/glib/gobject/
gparamspecs.h 39 * The #GType of #GParamSpecChar.
55 * Cast a #GParamSpec instance into a #GParamSpecChar.
57 #define G_PARAM_SPEC_CHAR(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_CHAR, GParamSpecChar))
554 typedef struct _GParamSpecChar GParamSpecChar;
578 * GParamSpecChar:
gparamspecs.c 62 GParamSpecChar *cspec = G_PARAM_SPEC_CHAR (pspec);
80 GParamSpecChar *cspec = G_PARAM_SPEC_CHAR (pspec);
1118 sizeof (GParamSpecChar), /* instance_size */
    [all...]

Completed in 306 milliseconds