From 044418f5005758097f2babff1f35184947ce0c03 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Thu, 31 Jan 2019 15:30:45 +0100 Subject: Add new API to allow automatic server side deletion of client If gclue_client_proxy_create_full is called with the corresponding flag set, then the newly created GClueClientProxy will be set up so that DeleteClient is automatically called on the server when the object is destroyed. See #102 --- docs/lib/libgeoclue-sections.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/lib/libgeoclue-sections.txt b/docs/lib/libgeoclue-sections.txt index 83add2c..8352198 100644 --- a/docs/lib/libgeoclue-sections.txt +++ b/docs/lib/libgeoclue-sections.txt @@ -58,6 +58,9 @@ gclue_client_complete_stop gclue_client_proxy_create gclue_client_proxy_create_finish gclue_client_proxy_create_sync +gclue_client_proxy_create_full +gclue_client_proxy_create_full_finish +gclue_client_proxy_create_full_sync gclue_client_proxy_new gclue_client_proxy_new_finish gclue_client_proxy_new_sync @@ -85,6 +88,9 @@ GClueClientProxyPrivate GClueAccuracyLevel GCLUE_TYPE_ACCURACY_LEVEL gclue_accuracy_level_get_type +GClueClientProxyCreateFlags +GCLUE_TYPE_CLIENT_PROXY_CREATE_FLAGS +gclue_client_proxy_create_flags_get_type gclue_accuracy_level_build_string_from_mask gclue_accuracy_level_get_string -- cgit v1.2.1