Lines Matching refs:other_data
58 GValue *other_data);
78 GValue *other_data);
348 GValue *other_data;
351 gdl_dock_object_dock (data->object, requestor, data->position, data->other_data);
358 GValue *other_data)
371 GValue *other_data;
378 data.other_data = other_data;
408 if (other_data && G_VALUE_HOLDS (other_data, G_TYPE_INT))
409 position = g_value_get_int (other_data);
429 GDL_DOCK_OBJECT_CLASS (gdl_dock_notebook_parent_class)->dock (object, requestor, position, other_data);
495 GValue *other_data)
507 if (other_data && G_VALUE_HOLDS (other_data, G_TYPE_INT))
508 new_pos = g_value_get_int (other_data);