Gets the string that is at position in self.
If self does not contain position items, null is returned.
This function returns the const char *. To get the object wrapping it, use gio.list_model.ListModel.getItem.
the position to get the string for
the string at the given position
Gets the string that is at position in self.
If self does not contain position items, null is returned.
This function returns the const char *. To get the object wrapping it, use gio.list_model.ListModel.getItem.