Method

GtkEntryget_completion

since: 2.4

Declaration [src]

GtkEntryCompletion*
gtk_entry_get_completion (
  GtkEntry* entry
)

Description [src]

Returns the auxiliary completion object currently in use by entry.

Available since: 2.4

Gets propertyGtk.Entry:completion

Return value

Type: GtkEntryCompletion

The auxiliary completion object currently in use by entry.

The returned data is owned by the instance.