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

  /external/bluetooth/glib/gobject/
gparamspecs.h 62 * The #GType of #GParamSpecUChar.
78 * Cast a #GParamSpec instance into a #GParamSpecUChar.
80 #define G_PARAM_SPEC_UCHAR(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_UCHAR, GParamSpecUChar))
555 typedef struct _GParamSpecUChar GParamSpecUChar;
595 * GParamSpecUChar:
gparamspecs.c 91 GParamSpecUChar *uspec = G_PARAM_SPEC_UCHAR (pspec);
109 GParamSpecUChar *uspec = G_PARAM_SPEC_UCHAR (pspec);
1136 sizeof (GParamSpecUChar), /* instance_size */
    [all...]

Completed in 1658 milliseconds