BookIndicesUpdater
Object Hierarchy:
Description:
[
CCode ( type_id =
"e_book_indices_updater_get_type ()" ) ]
[
Version ( since =
"3.50" ) ]
public abstract class BookIndicesUpdater :
Object
An abstract object to handle EBookIndices changes.
Content:
Creation methods:
Methods:
- public bool add (string uid, uint indices_index)
Notifies the this that a new contact
with UID uid had been added to the set and it occupies the indices_index index in the indices.
- public unowned BookIndices? get_indices ()
Sets the initial indices to be updated by the
this.
- public bool remove (string uid)
Notifies the this that an existing
contact with UID uid had been removed from the set.
- public bool take_indices (owned BookIndices? indices)
Sets the initial indices to be updated by the
this.
Inherited Members:
All known members inherited from class GLib.Object