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

  /external/bluetooth/glib/gobject/
gparamspecs.c 1127 type = g_param_type_register_static (g_intern_static_string ("GParamChar"), &pspec_info);
1145 type = g_param_type_register_static (g_intern_static_string ("GParamUChar"), &pspec_info);
1163 type = g_param_type_register_static (g_intern_static_string ("GParamBoolean"), &pspec_info);
1181 type = g_param_type_register_static (g_intern_static_string ("GParamInt"), &pspec_info);
1199 type = g_param_type_register_static (g_intern_static_string ("GParamUInt"), &pspec_info);
1217 type = g_param_type_register_static (g_intern_static_string ("GParamLong"), &pspec_info);
1235 type = g_param_type_register_static (g_intern_static_string ("GParamULong"), &pspec_info);
1253 type = g_param_type_register_static (g_intern_static_string ("GParamInt64"), &pspec_info);
    [all...]
gparam.h 232 * g_param_type_register_static().
336 * The initialized structure is passed to the g_param_type_register_static()
339 * g_param_type_register_static().
359 GType g_param_type_register_static (const gchar *name,
gobject.symbols 206 g_param_type_register_static
gparam.c 1365 g_param_type_register_static (const gchar *name, function
    [all...]

Completed in 402 milliseconds