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

  /external/bluetooth/glib/gobject/
gparamspecs.h 144 * G_PARAM_SPEC_UINT:
149 #define G_PARAM_SPEC_UINT(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_UINT, GParamSpecUInt))
952 GParamSpec* g_param_spec_uint (const gchar *name,
gparamspecs.c 178 GParamSpecUInt *uspec = G_PARAM_SPEC_UINT (pspec);
189 value->data[0].v_uint = G_PARAM_SPEC_UINT (pspec)->default_value;
196 GParamSpecUInt *uspec = G_PARAM_SPEC_UINT (pspec);
1693 g_param_spec_uint (const gchar *name, function
    [all...]

Completed in 34 milliseconds