Top | ![]() |
![]() |
![]() |
![]() |
void e_target_list_add_calendar_targets (GtkTargetList *list
,guint info
);
e_target_list_add_calendar_targets
is deprecated and should not be used in newly-written code.
void e_target_list_add_directory_targets (GtkTargetList *list
,guint info
);
e_target_list_add_directory_targets
is deprecated and should not be used in newly-written code.
void e_target_list_add_html_targets (GtkTargetList *list
,guint info
);
e_target_list_add_html_targets
is deprecated and should not be used in newly-written code.
gboolean e_selection_data_set_calendar (GtkSelectionData *selection_data
,const gchar *source
,gint length
);
e_selection_data_set_calendar
is deprecated and should not be used in newly-written code.
gboolean e_selection_data_set_directory (GtkSelectionData *selection_data
,const gchar *source
,gint length
);
e_selection_data_set_directory
is deprecated and should not be used in newly-written code.
gboolean e_selection_data_set_html (GtkSelectionData *selection_data
,const gchar *source
,gint length
);
e_selection_data_set_html
is deprecated and should not be used in newly-written code.
gchar *
e_selection_data_get_calendar (GtkSelectionData *selection_data
);
e_selection_data_get_calendar
is deprecated and should not be used in newly-written code.
gchar *
e_selection_data_get_directory (GtkSelectionData *selection_data
);
e_selection_data_get_directory
is deprecated and should not be used in newly-written code.
gchar *
e_selection_data_get_html (GtkSelectionData *selection_data
);
e_selection_data_get_html
is deprecated and should not be used in newly-written code.
gboolean
e_selection_data_targets_include_calendar
(GtkSelectionData *selection_data
);
e_selection_data_targets_include_calendar
is deprecated and should not be used in newly-written code.
gboolean
e_selection_data_targets_include_directory
(GtkSelectionData *selection_data
);
e_selection_data_targets_include_directory
is deprecated and should not be used in newly-written code.
gboolean
e_selection_data_targets_include_html (GtkSelectionData *selection_data
);
e_selection_data_targets_include_html
is deprecated and should not be used in newly-written code.
gboolean e_targets_include_calendar (GdkAtom *targets
,gint n_targets
);
e_targets_include_calendar
is deprecated and should not be used in newly-written code.
gboolean e_targets_include_directory (GdkAtom *targets
,gint n_targets
);
e_targets_include_directory
is deprecated and should not be used in newly-written code.
gboolean e_targets_include_html (GdkAtom *targets
,gint n_targets
);
e_targets_include_html
is deprecated and should not be used in newly-written code.
void e_clipboard_set_calendar (GtkClipboard *clipboard
,const gchar *source
,gint length
);
e_clipboard_set_calendar
is deprecated and should not be used in newly-written code.
void e_clipboard_set_directory (GtkClipboard *clipboard
,const gchar *source
,gint length
);
e_clipboard_set_directory
is deprecated and should not be used in newly-written code.
void e_clipboard_set_html (GtkClipboard *clipboard
,const gchar *source
,gint length
);
e_clipboard_set_html
is deprecated and should not be used in newly-written code.
void e_clipboard_request_calendar (GtkClipboard *clipboard
,GtkClipboardTextReceivedFunc callback
,gpointer user_data
);
e_clipboard_request_calendar
is deprecated and should not be used in newly-written code.
void e_clipboard_request_directory (GtkClipboard *clipboard
,GtkClipboardTextReceivedFunc callback
,gpointer user_data
);
e_clipboard_request_directory
is deprecated and should not be used in newly-written code.
void e_clipboard_request_html (GtkClipboard *clipboard
,GtkClipboardTextReceivedFunc callback
,gpointer user_data
);
e_clipboard_request_html
is deprecated and should not be used in newly-written code.
gchar *
e_clipboard_wait_for_calendar (GtkClipboard *clipboard
);
e_clipboard_wait_for_calendar
is deprecated and should not be used in newly-written code.
gchar *
e_clipboard_wait_for_directory (GtkClipboard *clipboard
);
e_clipboard_wait_for_directory
is deprecated and should not be used in newly-written code.
gchar *
e_clipboard_wait_for_html (GtkClipboard *clipboard
);
e_clipboard_wait_for_html
is deprecated and should not be used in newly-written code.
gboolean
e_clipboard_wait_is_calendar_available
(GtkClipboard *clipboard
);
e_clipboard_wait_is_calendar_available
is deprecated and should not be used in newly-written code.
gboolean
e_clipboard_wait_is_directory_available
(GtkClipboard *clipboard
);
e_clipboard_wait_is_directory_available
is deprecated and should not be used in newly-written code.
gboolean
e_clipboard_wait_is_html_available (GtkClipboard *clipboard
);
e_clipboard_wait_is_html_available
is deprecated and should not be used in newly-written code.
void
e_drag_dest_add_calendar_targets (GtkWidget *widget
);
e_drag_dest_add_calendar_targets
is deprecated and should not be used in newly-written code.
void
e_drag_dest_add_directory_targets (GtkWidget *widget
);
e_drag_dest_add_directory_targets
is deprecated and should not be used in newly-written code.
void
e_drag_dest_add_html_targets (GtkWidget *widget
);
e_drag_dest_add_html_targets
is deprecated and should not be used in newly-written code.
void
e_drag_source_add_calendar_targets (GtkWidget *widget
);
e_drag_source_add_calendar_targets
is deprecated and should not be used in newly-written code.
void
e_drag_source_add_directory_targets (GtkWidget *widget
);
e_drag_source_add_directory_targets
is deprecated and should not be used in newly-written code.