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

  /external/bluetooth/glib/gobject/
gparamspecs.h 527 * The #GType of #GParamSpecGType.
546 * Casts a #GParamSpec into a #GParamSpecGType.
550 #define G_PARAM_SPEC_GTYPE(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_GTYPE, GParamSpecGType))
575 typedef struct _GParamSpecGType GParamSpecGType;
911 * GParamSpecGType:
gparamspecs.c 1066 GParamSpecGType *tspec = G_PARAM_SPEC_GTYPE (pspec);
1075 GParamSpecGType *tspec = G_PARAM_SPEC_GTYPE (pspec);
    [all...]

Completed in 17 milliseconds