| 77 UIEXPORT UiListSelection* ui_list_get_selection_allocated(UiList *list); |
77 UIEXPORT UiListSelection* ui_list_get_selection_allocated(UiList *list); |
| 78 UIEXPORT int ui_list_selection_get_count(UiListSelection *sel); |
78 UIEXPORT int ui_list_selection_get_count(UiListSelection *sel); |
| 79 UIEXPORT int* ui_list_selection_get_rows(UiListSelection *sel); |
79 UIEXPORT int* ui_list_selection_get_rows(UiListSelection *sel); |
| 80 UIEXPORT void ui_list_selection_free(UiListSelection *sel); |
80 UIEXPORT void ui_list_selection_free(UiListSelection *sel); |
| 81 |
81 |
| |
82 UIEXPORT int ui_filelist_count(UiFileList *flist); |
| |
83 UIEXPORT char* ui_filelist_get(UiFileList *flist, int index); |
| |
84 |
| 82 |
85 |
| 83 #ifdef __cplusplus |
86 #ifdef __cplusplus |
| 84 } |
87 } |
| 85 #endif |
88 #endif |
| 86 |
89 |