diff options
author | Perberos <[email protected]> | 2011-11-06 19:30:49 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-06 19:30:49 -0300 |
commit | a8d28a6ce7e0c56dacba5d527d9134573a008902 (patch) | |
tree | 8852602004b5a13cc5d1ce3ecd7a314be81d1198 /doc/reference/tmpl/eom-list-store.sgml | |
download | eom-a8d28a6ce7e0c56dacba5d527d9134573a008902.tar.bz2 eom-a8d28a6ce7e0c56dacba5d527d9134573a008902.tar.xz |
inicial
Diffstat (limited to 'doc/reference/tmpl/eom-list-store.sgml')
-rw-r--r-- | doc/reference/tmpl/eom-list-store.sgml | 166 |
1 files changed, 166 insertions, 0 deletions
diff --git a/doc/reference/tmpl/eom-list-store.sgml b/doc/reference/tmpl/eom-list-store.sgml new file mode 100644 index 0000000..6241cd4 --- /dev/null +++ b/doc/reference/tmpl/eom-list-store.sgml @@ -0,0 +1,166 @@ +<!-- ##### SECTION Title ##### --> +EomListStore + +<!-- ##### SECTION Short_Description ##### --> + + +<!-- ##### SECTION Long_Description ##### --> +<para> + +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### SECTION Stability_Level ##### --> + + +<!-- ##### SECTION Image ##### --> + + +<!-- ##### MACRO EOM_LIST_STORE_THUMB_SIZE ##### --> +<para> + +</para> + + + +<!-- ##### ENUM EomListStoreColumn ##### --> +<para> + +</para> + +@EOM_LIST_STORE_THUMBNAIL: +@EOM_LIST_STORE_THUMB_SET: +@EOM_LIST_STORE_EOM_IMAGE: +@EOM_LIST_STORE_EOM_JOB: +@EOM_LIST_STORE_NUM_COLUMNS: + +<!-- ##### STRUCT EomListStore ##### --> +<para> + +</para> + + +<!-- ##### FUNCTION eom_list_store_new ##### --> +<para> + +</para> + +@void: +@Returns: + + +<!-- ##### FUNCTION eom_list_store_new_from_glist ##### --> +<para> + +</para> + +@list: +@Returns: + + +<!-- ##### FUNCTION eom_list_store_append_image ##### --> +<para> + +</para> + +@store: +@image: + + +<!-- ##### FUNCTION eom_list_store_add_files ##### --> +<para> + +</para> + +@store: +@file_list: + + +<!-- ##### FUNCTION eom_list_store_remove_image ##### --> +<para> + +</para> + +@store: +@image: + + +<!-- ##### FUNCTION eom_list_store_get_pos_by_image ##### --> +<para> + +</para> + +@store: +@image: +@Returns: + + +<!-- ##### FUNCTION eom_list_store_get_image_by_pos ##### --> +<para> + +</para> + +@store: +@pos: +@Returns: + + +<!-- ##### FUNCTION eom_list_store_get_pos_by_iter ##### --> +<para> + +</para> + +@store: +@iter: +@Returns: + + +<!-- ##### FUNCTION eom_list_store_length ##### --> +<para> + +</para> + +@store: +@Returns: + + +<!-- ##### FUNCTION eom_list_store_get_initial_pos ##### --> +<para> + +</para> + +@store: +@Returns: + + +<!-- ##### FUNCTION eom_list_store_thumbnail_set ##### --> +<para> + +</para> + +@store: +@iter: + + +<!-- ##### FUNCTION eom_list_store_thumbnail_unset ##### --> +<para> + +</para> + +@store: +@iter: + + +<!-- ##### FUNCTION eom_list_store_thumbnail_refresh ##### --> +<para> + +</para> + +@store: +@iter: + + |