| Top |  |  |  |  | 
| EDestinationStore * | e_destination_store_new () | 
| EDestination * | e_destination_store_get_destination () | 
| GList * | e_destination_store_list_destinations () | 
| void | e_destination_store_insert_destination () | 
| void | e_destination_store_append_destination () | 
| void | e_destination_store_remove_destination () | 
| void | e_destination_store_remove_destination_nth () | 
| guint | e_destination_store_get_destination_count () | 
| GtkTreePath * | e_destination_store_get_path () | 
| gint | e_destination_store_get_stamp () | 
EDestinationStore *
e_destination_store_new (void);
e_destination_store_new is deprecated and should not be used in newly-written code.
Creates a new EDestinationStore.
EDestination * e_destination_store_get_destination (EDestinationStore *destination_store,GtkTreeIter *iter);
e_destination_store_get_destination is deprecated and should not be used in newly-written code.
Gets the EDestination from destination_store
 at iter
.
GList *
e_destination_store_list_destinations (EDestinationStore *destination_store);
e_destination_store_list_destinations is deprecated and should not be used in newly-written code.
Gets a list of all the EDestinations in destination_store
.
A GList of pointers to EDestination. The list is owned by the caller, but the EDestination elements aren't.
void e_destination_store_insert_destination (EDestinationStore *destination_store,gint index,EDestination *destination);
e_destination_store_insert_destination is deprecated and should not be used in newly-written code.
Inserts destination
 into destination_store
 at the position
indicated by index
. destination_store
 will ref destination
.
void e_destination_store_append_destination (EDestinationStore *destination_store,EDestination *destination);
e_destination_store_append_destination is deprecated and should not be used in newly-written code.
Appends destination
 to the list of destinations in destination_store
.
destination_store
 will ref destination
.
void e_destination_store_remove_destination (EDestinationStore *destination_store,EDestination *destination);
e_destination_store_remove_destination is deprecated and should not be used in newly-written code.
Removes destination
 from destination_store
. destination_store
 will
unref destination
.
void e_destination_store_remove_destination_nth (EDestinationStore *destination_store,gint n);
e_destination_store_remove_destination_nth is deprecated and should not be used in newly-written code.
guint
e_destination_store_get_destination_count
                               (EDestinationStore *destination_store);
e_destination_store_get_destination_count is deprecated and should not be used in newly-written code.
GtkTreePath * e_destination_store_get_path (GtkTreeModel *tree_model,GtkTreeIter *iter);
e_destination_store_get_path is deprecated and should not be used in newly-written code.