take


Description:

public void take (owned string str)

Adds string to self at the end, and takes ownership of it.

This variant of [[email protected]] is convenient for formatting strings:

```c gtk_string_list_take (self, g_strdup_print ("d dollars", lots)); ```

Parameters:

this

a `GtkStringList`

string

the string to insert




2022 vala-language.org