Searched refs:part_picker (Results 1 – 2 of 2) sorted by relevance
/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/ |
H A D | e-comp-editor-property-part.h | 332 void (* get_values) (ECompEditorPropertyPartPicker *part_picker, 335 gboolean (* get_from_component) (ECompEditorPropertyPartPicker *part_picker, 338 void (* set_to_component) (ECompEditorPropertyPartPicker *part_picker, 344 void e_comp_editor_property_part_picker_get_values (ECompEditorPropertyPartPicker *part_picker, 348 (ECompEditorPropertyPartPicker *part_picker, 352 (ECompEditorPropertyPartPicker *part_picker, 356 (ECompEditorPropertyPartPicker *part_picker); 358 (ECompEditorPropertyPartPicker *part_picker,
|
H A D | e-comp-editor-property-part.c | 1504 part_picker->priv = G_TYPE_INSTANCE_GET_PRIVATE (part_picker, in e_comp_editor_property_part_picker_init() 1532 g_return_if_fail (E_IS_COMP_EDITOR_PROPERTY_PART_PICKER (part_picker)); in e_comp_editor_property_part_picker_get_values() 1534 klass = E_COMP_EDITOR_PROPERTY_PART_PICKER_GET_CLASS (part_picker); in e_comp_editor_property_part_picker_get_values() 1538 klass->get_values (part_picker, out_ids, out_display_names); in e_comp_editor_property_part_picker_get_values() 1550 klass = E_COMP_EDITOR_PROPERTY_PART_PICKER_GET_CLASS (part_picker); in e_comp_editor_property_part_picker_get_from_component() 1554 return klass->get_from_component (part_picker, component, out_id); in e_comp_editor_property_part_picker_get_from_component() 1564 g_return_if_fail (E_IS_COMP_EDITOR_PROPERTY_PART_PICKER (part_picker)); in e_comp_editor_property_part_picker_set_to_component() 1566 klass = E_COMP_EDITOR_PROPERTY_PART_PICKER_GET_CLASS (part_picker); in e_comp_editor_property_part_picker_set_to_component() 1570 klass->set_to_component (part_picker, id, component); in e_comp_editor_property_part_picker_set_to_component() 1581 E_COMP_EDITOR_PROPERTY_PART (part_picker)); in e_comp_editor_property_part_picker_get_selected_id() [all …]
|