Method

GtkEntryCompletiondelete_action

since: 2.4

Declaration [src]

void
gtk_entry_completion_delete_action (
  GtkEntryCompletion* completion,
  gint index_
)

Description [src]

Deletes the action at index_ from completion’s action list.

Note that index_ is a relative position and the position of an action may have changed since it was inserted.

Available since: 2.4

Parameters

index_

Type: gint

The index of the item to delete.