mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 09:40:19 +00:00
slicelistmodel: Fix typos in docs
This commit is contained in:
parent
0657a53940
commit
f48ed12e78
@ -365,7 +365,7 @@ gtk_slice_list_model_new_for_type (GType item_type)
|
|||||||
/**
|
/**
|
||||||
* gtk_slice_list_model_set_model:
|
* gtk_slice_list_model_set_model:
|
||||||
* @self: a #GtkSliceListModel
|
* @self: a #GtkSliceListModel
|
||||||
* @model: (allow-none): The model to be sliceped
|
* @model: (allow-none): The model to be sliced
|
||||||
*
|
*
|
||||||
* Sets the model to show a slice of. The model's item type must conform
|
* Sets the model to show a slice of. The model's item type must conform
|
||||||
* to @self's item type.
|
* to @self's item type.
|
||||||
@ -477,7 +477,7 @@ gtk_slice_list_model_get_offset (GtkSliceListModel *self)
|
|||||||
* Sets the maximum size. So @self will never have more items
|
* Sets the maximum size. So @self will never have more items
|
||||||
* than @size.
|
* than @size.
|
||||||
*
|
*
|
||||||
* It can however have fewer items if the offset is to large or
|
* It can however have fewer items if the offset is too large or
|
||||||
* the model sliced from doesn't have enough items.
|
* the model sliced from doesn't have enough items.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user