get_string


Description:

public unowned string? get_string (uint position)

Gets the string that is at position in this.

If this does not contain position items, null is returned.

This function returns the const char *. To get the object wrapping it, use get_item.

Parameters:

this

a `GtkStringList`

position

the position to get the string for

Returns:

the string at the given position