Class

EDataServerSourceLDAP

Description

class EDataServer.SourceLDAP : EDataServer.SourceExtension
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this ESourceLDAP ancestor_0 ESourceExtension ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Instance methods

e_source_ldap_dup_filter
No description available.

e_source_ldap_dup_root_dn
No description available.

e_source_ldap_get_authentication
No description available.

e_source_ldap_get_can_browse
No description available.

e_source_ldap_get_filter
No description available.

e_source_ldap_get_limit
No description available.

e_source_ldap_get_root_dn
No description available.

e_source_ldap_get_scope
No description available.

e_source_ldap_get_security
No description available.

e_source_ldap_set_authentication
No description available.

e_source_ldap_set_can_browse
No description available.

e_source_ldap_set_filter
No description available.

e_source_ldap_set_limit
No description available.

e_source_ldap_set_root_dn
No description available.

e_source_ldap_set_scope
No description available.

e_source_ldap_set_security
No description available.

Methods inherited from ESourceExtension (4)
e_source_extension_get_source

Returns the ESource instance to which extension belongs.

deprecated: 3.8 since: 3.6

e_source_extension_property_lock

Acquires a property lock, thus no other thread can change properties of the extension until the lock is released.

since: 3.18

e_source_extension_property_unlock

Releases a property lock, previously acquired with e_source_extension_property_lock(), thus other threads can change properties of the extension.

since: 3.18

e_source_extension_ref_source

Returns the ESource instance to which the extension belongs.

since: 3.8

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

EDataServer.SourceLDAP:authentication

LDAP authentication method.

EDataServer.SourceLDAP:can-browse

Allow browsing contacts.

EDataServer.SourceLDAP:filter

LDAP search filter.

EDataServer.SourceLDAP:limit

Download limit.

EDataServer.SourceLDAP:root-dn

LDAP search base.

EDataServer.SourceLDAP:scope

LDAP search scope.

EDataServer.SourceLDAP:security

LDAP security method.

Properties inherited from ESourceExtension (1)
EDataServer.SourceExtension:source

The ESource being extended.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct EDataServerSourceLDAPClass {
  ESourceExtensionClass parent_class;
  
}

No description available.

Class members
parent_class: ESourceExtensionClass

No description available.