Function
GtkAccessibleListnew_from_list
since: 4.14
Declaration [src]
GtkAccessibleList*
gtk_accessible_list_new_from_list (
GList* list
)
Description [src]
Allocates a new GtkAccessibleList
, doing a shallow copy
of the passed list of accessible objects.
Available since: 4.14
Parameters
list
-
Type: A list of
GtkAccessible*
A list of accessible objects.
The data is owned by the caller of the function.
Return value
Type: GtkAccessibleList
The list of accessible objects.
The caller of the function takes ownership of the data, and is responsible for freeing it. |