next_value


Description:

public abstract Event? next_value ()

Get the current event from the result set and advance the cursor. To ensure that calls to this method will succeed you can call zeitgeist_result_set_has_next().

Returns:

The #ZeitgeistEvent at the current cursor position, or NULL if there are no events left.