Home
last modified time | relevance | path

Searched refs:fm_list_model_is_empty (Results 1 – 3 of 3) sorted by relevance

/dports/x11-fm/caja/caja-1.26.0/src/file-manager/
H A Dfm-list-model.h86 gboolean fm_list_model_is_empty (FMListModel *model);
H A Dfm-list-model.c546 return !fm_list_model_is_empty (FM_LIST_MODEL (tree_model)); in fm_list_model_iter_has_child()
1237 fm_list_model_is_empty (FMListModel *model) in fm_list_model_is_empty() function
H A Dfm-list-view.c2251 return fm_list_model_is_empty (FM_LIST_VIEW (view)->details->model); in fm_list_view_is_empty()