Searched defs:GParamSpecChar (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gobject/
H A Dgparamspecs.h39 * 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; typedef in typeref:struct:_GParamSpecChar
578 * GParamSpecChar:

Completed in 49 milliseconds