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

  /external/bluetooth/glib/gobject/
gparamspecs.h 200 * The #GType of #GParamSpecInt64.
216 * Cast a #GParamSpec instance into a #GParamSpecInt64.
218 #define G_PARAM_SPEC_INT64(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_INT64, GParamSpecInt64))
561 typedef struct _GParamSpecInt64 GParamSpecInt64;
693 * GParamSpecInt64:
gparamspecs.c 307 GParamSpecInt64 *lspec = G_PARAM_SPEC_INT64 (pspec);
325 GParamSpecInt64 *lspec = G_PARAM_SPEC_INT64 (pspec);
1244 sizeof (GParamSpecInt64), /* instance_size */
    [all...]

Completed in 19 milliseconds