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().
the position to get the string for
the string at the given position
See Implementation
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().