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

  /external/bluetooth/glib/gobject/
gparamspecs.h 223 * The #GType of #GParamSpecUInt64.
239 * Cast a #GParamSpec instance into a #GParamSpecUInt64.
241 #define G_PARAM_SPEC_UINT64(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_UINT64, GParamSpecUInt64))
562 typedef struct _GParamSpecUInt64 GParamSpecUInt64;
710 * GParamSpecUInt64:
gparamspecs.c 347 GParamSpecUInt64 *uspec = G_PARAM_SPEC_UINT64 (pspec);
365 GParamSpecUInt64 *uspec = G_PARAM_SPEC_UINT64 (pspec);
    [all...]

Completed in 13 milliseconds