StringList: add missing nullability annotations

This commit is contained in:
Bilal Elmoussaoui
2020-11-24 21:41:18 +01:00
committed by Matthias Clasen
parent ad30ac3932
commit 475352fbc0

View File

@@ -557,7 +557,7 @@ gtk_string_list_remove (GtkStringList *self,
* This function returns the const char *. To get the
* object wrapping it, use g_list_model_get_item().
*
* Returns: the string at the given position
* Returns: (nullable): the string at the given position
*/
const char *
gtk_string_list_get_string (GtkStringList *self,