Home
last modified time | relevance | path

Searched refs:E_NEW_APPOINTMENT_FLAG_MEETING (Results 1 – 5 of 5) sorted by relevance

/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-calendar-view.h141 E_NEW_APPOINTMENT_FLAG_MEETING = 1 << 1, enumerator
H A De-calendar-view.c1638 gboolean meeting = (flags & E_NEW_APPOINTMENT_FLAG_MEETING) != 0; in e_calendar_view_new_appointment()
H A De-week-view.c3005 (calendar_config_get_prefer_meeting () ? E_NEW_APPOINTMENT_FLAG_MEETING : 0)); in e_week_view_on_button_press()
/dports/mail/evolution/evolution-3.42.1/src/modules/calendar/
H A De-cal-shell-backend.c87 (is_meeting ? E_NEW_APPOINTMENT_FLAG_MEETING : 0) | in G_DEFINE_DYNAMIC_TYPE()
H A De-cal-shell-view-actions.c796 (is_meeting ? E_NEW_APPOINTMENT_FLAG_MEETING : 0) | in action_event_popup_new_cb()