Convert a GLib GPtrArray to a D array.
The type of elements in the pointer array
The ownership of the GPtrArray, None (default): do nothing with it, Container: free container only, Full: unref
The pointer array instance
D array of the given type
Convert a GLib GPtrArray to a D array.