Module glib::collections::strv

source ·

Structs§

  • NULL-terminated array of NULL-terminated strings.

Constants§

  • Maximum number of pointers to stack-allocate before falling back to a heap allocation.
  • MIN_SIZE 🔒
    Minimum size of the StrV allocation.

Traits§

  • A trait to accept both &[T] or StrV as an argument.