EDataServer.SourceAutocomplete

g EDataServer.SourceAutocomplete EDataServer.SourceAutocomplete EDataServer.SourceExtension EDataServer.SourceExtension EDataServer.SourceExtension->EDataServer.SourceAutocomplete GObject.Object GObject.Object GObject.Object->EDataServer.SourceExtension

Subclasses:

None

Methods

Inherited:

EDataServer.SourceExtension (4), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_include_me ()

set_include_me (include_me)

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

EDataServer.SourceExtension (1)

Name

Type

Flags

Short Description

include-me

bool

r/w/c/en

Include this source when autocompleting

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

EDataServer.SourceExtension

r

Class Details

class EDataServer.SourceAutocomplete(**kwargs)
Bases:

EDataServer.SourceExtension

Abstract:

No

Structure:

EDataServer.SourceAutocompleteClass

Contains only private data that should be read and manipulated using the functions below.

New in version 3.6.

get_include_me()
Returns:

whether to use the autocomplete feature

Return type:

bool

Returns whether the address book described by the EDataServer.Source to which self belongs should be queried when the user inputs a partial contact name or email address.

New in version 3.6.

set_include_me(include_me)
Parameters:

include_me (bool) – whether to use the autocomplete feature

Sets whether the address book described by the EDataServer.Source to which self belongs should be queried when the user inputs a partial contact name or email address.

New in version 3.6.

Property Details

EDataServer.SourceAutocomplete.props.include_me
Name:

include-me

Type:

bool

Default Value:

True

Flags:

READABLE, WRITABLE, CONSTRUCT, EXPLICIT_NOTIFY

Include this source when autocompleting