Method
GLibStrvBuilderref
since: 2.68
Declaration [src]
GStrvBuilder*
g_strv_builder_ref (
GStrvBuilder* builder
)
Description [src]
Atomically increments the reference count of builder
by one.
This function is thread-safe and may be called from any thread.
Available since: 2.68
Return value
Type: GStrvBuilder
The passed in GStrvBuilder
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |