Top | ![]() |
![]() |
![]() |
![]() |
void e_send_options_set_need_general_options (ESendOptionsDialog *sod
,gboolean needed
);
gboolean
e_send_options_get_need_general_options
(ESendOptionsDialog *sod
);
gboolean e_send_options_dialog_run (ESendOptionsDialog *sod
,GtkWidget *parent
,Item_type type
);
gboolean e_send_options_set_global (ESendOptionsDialog *sod
,gboolean set
);
typedef struct { ESendOptionsPriority priority; gint classify; gboolean reply_enabled; gboolean reply_convenient; gint reply_within; gboolean expiration_enabled; gint expire_after; gboolean delay_enabled; time_t delay_until; gint security; } ESendOptionsGeneral;
typedef struct { gboolean tracking_enabled; TrackInfo track_when; gboolean autodelete; ESendOptionsReturnNotify opened; ESendOptionsReturnNotify accepted; ESendOptionsReturnNotify declined; ESendOptionsReturnNotify completed; } ESendOptionsStatusTracking;
typedef struct { gboolean initialized; ESendOptionsGeneral *gopts; ESendOptionsStatusTracking *sopts; ESendOptionsStatusTracking *mopts; ESendOptionsStatusTracking *copts; ESendOptionsStatusTracking *topts; } ESendOptionsData;
“sod-response”
signalvoid user_function (ESendOptionsDialog *esendoptionsdialog, gint arg1, gpointer user_data)
Flags: Run First