Data structure for _g_list_foreach_vstr_helper. More...
Public Attributes | |
gchar ** | vstr |
guint | cursor |
guint | size |
Data structure for _g_list_foreach_vstr_helper.
Definition at line 255 of file nnstreamer_conf.c.
guint vstr_helper::cursor |
The first "empty" element in vstr
Definition at line 258 of file nnstreamer_conf.c.
guint vstr_helper::size |
The number of "g_char *" in vstr, excluding the terminator
Definition at line 259 of file nnstreamer_conf.c.
gchar** vstr_helper::vstr |
The vstr data (string array)
Definition at line 257 of file nnstreamer_conf.c.