summaryrefslogtreecommitdiff
path: root/client/dconf-client.h
diff options
context:
space:
mode:
authorAllison Ryan Lortie <desrt@desrt.ca>2015-12-16 10:40:49 -0500
committerAllison Ryan Lortie <desrt@desrt.ca>2015-12-16 11:31:10 -0500
commit83aab3c11279c8a4cfe751f0f300ffdaa5c449e4 (patch)
tree54726fb6f98a05b2ad5f6b59bddebd665f7eddef /client/dconf-client.h
parent9d3acc130cde4b736f7c2980d0ee3b22d7a6477f (diff)
downloaddconf-83aab3c11279c8a4cfe751f0f300ffdaa5c449e4.tar.gz
client: restrict list_locks to work on dirs
This was always the intention, and is even documented that way in the gtk-doc block above. I'm not sure why I used paths. In any case, this API has never been released, so the change is safe.
Diffstat (limited to 'client/dconf-client.h')
-rw-r--r--client/dconf-client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dconf-client.h b/client/dconf-client.h
index 7ef709c..94c304a 100644
--- a/client/dconf-client.h
+++ b/client/dconf-client.h
@@ -44,7 +44,7 @@ gchar ** dconf_client_list (DConfCl
gint *length);
gchar ** dconf_client_list_locks (DConfClient *client,
- const gchar *path,
+ const gchar *dir,
gint *length);
gboolean dconf_client_is_writable (DConfClient *client,