Lines Matching defs:pspec_info

1117     static const GParamSpecTypeInfo pspec_info = {
1127 type = g_param_type_register_static (g_intern_static_string ("GParamChar"), &pspec_info);
1135 static const GParamSpecTypeInfo pspec_info = {
1145 type = g_param_type_register_static (g_intern_static_string ("GParamUChar"), &pspec_info);
1153 static const GParamSpecTypeInfo pspec_info = {
1163 type = g_param_type_register_static (g_intern_static_string ("GParamBoolean"), &pspec_info);
1171 static const GParamSpecTypeInfo pspec_info = {
1181 type = g_param_type_register_static (g_intern_static_string ("GParamInt"), &pspec_info);
1189 static const GParamSpecTypeInfo pspec_info = {
1199 type = g_param_type_register_static (g_intern_static_string ("GParamUInt"), &pspec_info);
1207 static const GParamSpecTypeInfo pspec_info = {
1217 type = g_param_type_register_static (g_intern_static_string ("GParamLong"), &pspec_info);
1225 static const GParamSpecTypeInfo pspec_info = {
1235 type = g_param_type_register_static (g_intern_static_string ("GParamULong"), &pspec_info);
1243 static const GParamSpecTypeInfo pspec_info = {
1253 type = g_param_type_register_static (g_intern_static_string ("GParamInt64"), &pspec_info);
1261 static const GParamSpecTypeInfo pspec_info = {
1271 type = g_param_type_register_static (g_intern_static_string ("GParamUInt64"), &pspec_info);
1279 static const GParamSpecTypeInfo pspec_info = {
1289 type = g_param_type_register_static (g_intern_static_string ("GParamUnichar"), &pspec_info);
1297 static const GParamSpecTypeInfo pspec_info = {
1307 type = g_param_type_register_static (g_intern_static_string ("GParamEnum"), &pspec_info);
1315 static const GParamSpecTypeInfo pspec_info = {
1325 type = g_param_type_register_static (g_intern_static_string ("GParamFlags"), &pspec_info);
1333 static const GParamSpecTypeInfo pspec_info = {
1343 type = g_param_type_register_static (g_intern_static_string ("GParamFloat"), &pspec_info);
1351 static const GParamSpecTypeInfo pspec_info = {
1361 type = g_param_type_register_static (g_intern_static_string ("GParamDouble"), &pspec_info);
1369 static const GParamSpecTypeInfo pspec_info = {
1379 type = g_param_type_register_static (g_intern_static_string ("GParamString"), &pspec_info);
1387 static const GParamSpecTypeInfo pspec_info = {
1397 type = g_param_type_register_static (g_intern_static_string ("GParamParam"), &pspec_info);
1405 static const GParamSpecTypeInfo pspec_info = {
1415 type = g_param_type_register_static (g_intern_static_string ("GParamBoxed"), &pspec_info);
1423 static const GParamSpecTypeInfo pspec_info = {
1433 type = g_param_type_register_static (g_intern_static_string ("GParamPointer"), &pspec_info);
1441 static /* const */ GParamSpecTypeInfo pspec_info = {
1451 pspec_info.value_type = G_TYPE_VALUE_ARRAY;
1452 type = g_param_type_register_static (g_intern_static_string ("GParamValueArray"), &pspec_info);
1460 static const GParamSpecTypeInfo pspec_info = {
1470 type = g_param_type_register_static (g_intern_static_string ("GParamObject"), &pspec_info);
1478 static const GParamSpecTypeInfo pspec_info = {
1488 type = g_param_type_register_static (g_intern_static_string ("GParamOverride"), &pspec_info);
1496 GParamSpecTypeInfo pspec_info = {
1506 pspec_info.value_type = G_TYPE_GTYPE;
1507 type = g_param_type_register_static (g_intern_static_string ("GParamGType"), &pspec_info);