getString

open fun getString(position: <Error class: unknown class>): String?

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 g_list_model_get_item().

Return

the string at the given position

Parameters

position

the position to get the string for