Method

GtkEntryCompletioninsert_action_markup

since: 2.4

Declaration [src]

void
gtk_entry_completion_insert_action_markup (
  GtkEntryCompletion* completion,
  gint index_,
  const gchar* markup
)

Description [src]

Inserts an action in completion’s action item list at position index_ with markup markup.

Available since: 2.4

Parameters

index_

Type: gint

The index of the item to insert.

markup

Type: const gchar*

Markup of the item to insert.

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