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

  /external/bluetooth/glib/gobject/
gparamspecs.h 269 * The #GType of #GParamSpecEnum.
285 * Cast a #GParamSpec instance into a #GParamSpecEnum.
287 #define G_PARAM_SPEC_ENUM(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_ENUM, GParamSpecEnum))
564 typedef struct _GParamSpecEnum GParamSpecEnum;
740 * GParamSpecEnum:
gparamspecs.c 429 GParamSpecEnum *espec = G_PARAM_SPEC_ENUM (pspec);
438 GParamSpecEnum *espec = G_PARAM_SPEC_ENUM (pspec);
461 GParamSpecEnum *espec = G_PARAM_SPEC_ENUM (pspec);
    [all...]

Completed in 1821 milliseconds