Searched defs:GParamSpecDouble (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gobject/
H A Dgparamspecs.h338 * The #GType of #GParamSpecDouble.
354 * Cast a #GParamSpec instance into a #GParamSpecDouble.
356 #define G_PARAM_SPEC_DOUBLE(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_DOUBLE, GParamSpecDouble))
567 typedef struct _GParamSpecDouble GParamSpecDouble; typedef in typeref:struct:_GParamSpecDouble
792 * GParamSpecDouble:

Completed in 37 milliseconds