Constructor

BirbStringListnew

since: 0.8

Declaration [src]

BirbStringList*
birb_string_list_new (
  void
)

Description [src]

Creates a new string list.

Available since: 0.8

Return value

Type: BirbStringList

The new instance.

The caller of the function takes ownership of the data, and is responsible for freeing it.