diff --git a/gio/glistmodel.c b/gio/glistmodel.c index 573744995..e68ef0240 100644 --- a/gio/glistmodel.c +++ b/gio/glistmodel.c @@ -61,7 +61,7 @@ G_DEFINE_INTERFACE (GListModel, g_list_model, G_TYPE_OBJECT); * interface, in which case all objects in the list must implement it. * * The semantics are close to that of an array: - * g_list_model_get_length() returns the number of items in the list and + * g_list_model_get_n_items() returns the number of items in the list and * g_list_model_get_item() returns an item at a (0-based) position. In * order to allow implementations to calculate the list length lazily, * you can also iterate over items: starting from 0, repeatedly call