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

  /external/bluetooth/glib/gobject/
gparamspecs.h 453 * The #GType of #GParamSpecValueArray.
469 * Cast a #GParamSpec instance into a #GParamSpecValueArray.
471 #define G_PARAM_SPEC_VALUE_ARRAY(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_VALUE_ARRAY, GParamSpecValueArray))
572 typedef struct _GParamSpecValueArray GParamSpecValueArray;
867 * GParamSpecValueArray:
gparamspecs.c 819 GParamSpecValueArray *aspec = G_PARAM_SPEC_VALUE_ARRAY (pspec);
850 GParamSpecValueArray *aspec = G_PARAM_SPEC_VALUE_ARRAY (pspec);
866 GParamSpecValueArray *aspec = G_PARAM_SPEC_VALUE_ARRAY (pspec);
882 GParamSpecValueArray *aspec = G_PARAM_SPEC_VALUE_ARRAY (pspec);
927 GParamSpecValueArray *aspec = G_PARAM_SPEC_VALUE_ARRAY (pspec);
    [all...]

Completed in 16 milliseconds