Method

GtkStringListremove

Declaration [src]

void
gtk_string_list_remove (
  GtkStringList* self,
  guint position
)

Description [src]

Removes the string at position from self.

position must be smaller than the current length of the list.

Parameters

position

Type: guint

The position of the string that is to be removed.