Index


Description:

public Index ()

Create a new index that interfaces with the default event index of the Zeitgeist daemon.

Create a new Index instance. The index will start to connect to Zeitgeist asynchronously. You can however start calling methods on the returned instance immediately, any method calls issued before the connection has been established will simply be queued and executed once the connection is up.

Returns: A reference to a newly allocated index. Free with g_object_unref().