StringList.getString

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

class StringList
string
getString
()

Parameters

position uint

the position to get the string for

Return Value

Type: string

the string at the given position

Meta