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

  /external/bluetooth/glib/gobject/
gparamspecs.h 476 * The #GType of #GParamSpecObject.
492 * Casts a #GParamSpec instance into a #GParamSpecObject.
494 #define G_PARAM_SPEC_OBJECT(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_OBJECT, GParamSpecObject))
573 typedef struct _GParamSpecObject GParamSpecObject;
881 * GParamSpecObject:
gparamspecs.c 967 /* GParamSpecObject *ospec = G_PARAM_SPEC_OBJECT (pspec); */
981 GParamSpecObject *ospec = G_PARAM_SPEC_OBJECT (pspec);
    [all...]

Completed in 42 milliseconds