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

  /external/bluetooth/glib/gobject/
gparamspecs.h 177 * The #GType of #GParamSpecULong.
193 * Cast a #GParamSpec instance into a #GParamSpecULong.
195 #define G_PARAM_SPEC_ULONG(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_ULONG, GParamSpecULong))
560 typedef struct _GParamSpecULong GParamSpecULong;
676 * GParamSpecULong:
gparamspecs.c 263 GParamSpecULong *uspec = G_PARAM_SPEC_ULONG (pspec);
285 GParamSpecULong *uspec = G_PARAM_SPEC_ULONG (pspec);
1226 sizeof (GParamSpecULong), /* instance_size */
    [all...]

Completed in 29 milliseconds