Top | ![]() |
![]() |
![]() |
![]() |
|
e_destination_store_new () |
|
e_destination_store_get_destination () |
|
e_destination_store_list_destinations () |
|
e_destination_store_insert_destination () |
|
e_destination_store_append_destination () |
|
e_destination_store_remove_destination () |
|
e_destination_store_remove_destination_nth () |
|
e_destination_store_get_destination_count () |
|
e_destination_store_get_path () |
|
e_destination_store_get_stamp () |
EDestinationStore * e_destination_store_new (void
);
Creates a new
EDestination * e_destination_store_get_destination (,
EDestinationStore *destination_store);
GtkTreeIter *iter
Gets the destination_store
at iter
.
GList * e_destination_store_list_destinations ();
EDestinationStore *destination_store
Gets a list of all the destination_store
.
void e_destination_store_insert_destination (,
EDestinationStore *destination_store,
gint index);
EDestination *destination
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
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
Removes destination
from destination_store
. destination_store
will
unref destination
.
void e_destination_store_remove_destination_nth (,
EDestinationStore *destination_store);
gint n
guint e_destination_store_get_destination_count ();
EDestinationStore *destination_store
GtkTreePath * e_destination_store_get_path (,
GtkTreeModel *tree_model);
GtkTreeIter *iter
gint e_destination_store_get_stamp ();
EDestinationStore *destination_store
Since: 2.32