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

  /external/bluetooth/glib/gobject/
gparamspecs.h 244 * G_TYPE_PARAM_UNICHAR:
248 #define G_TYPE_PARAM_UNICHAR (g_param_spec_types[9])
255 #define G_PARAM_SPEC_UNICHAR(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_UNICHAR, GParamSpecUnichar))
260 * Checks whether the given #GParamSpec is of type %G_TYPE_PARAM_UNICHAR.
264 #define G_IS_PARAM_SPEC_UNICHAR(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_UNICHAR))
gparamspecs.c     [all...]

Completed in 48 milliseconds