create_full_sync


Description:

public static ClientProxy create_full_sync (string desktop_id, AccuracyLevel accuracy_level, ClientProxyCreateFlags flags, Cancellable? cancellable = null) throws Error

The synchronous and blocking version of create_full().

By setting the AUTO_DELETE flag you can ensure that the client will be deleted again from the geoclue service when it is destroyed. This flag should be used unless you are doing explicit resource management.

Parameters:

desktop_id

The desktop file id (the basename of the desktop file).

accuracy_level

The requested accuracy level as AccuracyLevel.

flags

ClientProxyCreateFlags to modify the creation.

cancellable

A Cancellable or null.

Returns:

The constructed proxy object or null if throws is set.