Searched refs:g_list_model_get_n_items (Results 1 – 4 of 4) sorted by relevance
/third_party/glib/gio/tests/ |
D | glistmodel.c | 89 g_assert_cmpuint (g_list_model_get_n_items (G_LIST_MODEL (store)), ==, 0); in test_store_boundaries() 94 g_assert_cmpuint (g_list_model_get_n_items (G_LIST_MODEL (store)), ==, 1); in test_store_boundaries() 102 g_assert_cmpuint (g_list_model_get_n_items (G_LIST_MODEL (store)), ==, 0); in test_store_boundaries() 116 g_assert_cmpuint (g_list_model_get_n_items (G_LIST_MODEL (store)), ==, 1); in test_store_boundaries() 122 g_assert_cmpuint (g_list_model_get_n_items (G_LIST_MODEL (store)), ==, 1); in test_store_boundaries() 139 g_assert_cmpuint (g_list_model_get_n_items (G_LIST_MODEL (store)), ==, 0); in test_store_refcounts() 153 g_assert_cmpuint (g_list_model_get_n_items (G_LIST_MODEL (store)), ==, n_items); in test_store_refcounts() 163 g_assert_cmpuint (g_list_model_get_n_items (G_LIST_MODEL (store)), ==, n_items); in test_store_refcounts() 230 g_assert_cmpint (g_list_model_get_n_items (G_LIST_MODEL (store)), ==, 2000); in test_store_sorted() 287 g_assert_cmpuint (g_list_model_get_n_items (model), ==, 3); in test_store_splice_replace_middle() [all …]
|
/third_party/glib/gio/ |
D | glistmodel.h | 54 guint g_list_model_get_n_items (GListModel *list);
|
D | glistmodel.c | 194 g_list_model_get_n_items (GListModel *list) in g_list_model_get_n_items() function
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 4669 g_list_model_get_n_items
|