Method

BirbStringListremove

since: 0.8

Declaration [src]

gboolean
birb_string_list_remove (
  BirbStringList* list,
  const char* str
)

Description [src]

Attempts to remove the first instance of a string from the list.

Available since: 0.8

Parameters

str

Type: const char*

The string to remove.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

True if the string was found and removed.