Function

Grllist_from_va

since: 0.1.6

Declaration [src]

GList*
grl_list_from_va (
  gpointer p,
  ...
)

Description [src]

Returns a GList containing the va_list pointers. Use NULL to finalize them,

Available since: 0.1.6

This function is not directly available to language bindings.

Parameters

p

Type: gpointer

First pointer.

The argument can be NULL.
The data is owned by the caller of the function.
...

Type: 

Va_list pointers.

Return value

Type: A list of gpointer

A GList.

The data is owned by the called function.