summaryrefslogtreecommitdiff
path: root/engine/dconf-engine.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-07-11 11:31:09 -0400
committerRyan Lortie <desrt@desrt.ca>2012-07-11 11:32:04 -0400
commit9b5e43dc84740ac4ee2897a87d79c820e0c25ccf (patch)
treecfac7592a40dee840b69312d1dfb2865464a2c29 /engine/dconf-engine.h
parent334daf4624fcb6bc72f4b19f3bb7ecaf9b4ee347 (diff)
downloaddconf-9b5e43dc84740ac4ee2897a87d79c820e0c25ccf.tar.gz
engine: add dconf_call_handle_get_expected_type()
We were storing the expected type of the reply in the call handle already but not really doing anything with it. Provide an API to access it.
Diffstat (limited to 'engine/dconf-engine.h')
-rw-r--r--engine/dconf-engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/dconf-engine.h b/engine/dconf-engine.h
index 96ac42b..9335e02 100644
--- a/engine/dconf-engine.h
+++ b/engine/dconf-engine.h
@@ -88,6 +88,8 @@ void dconf_engine_change_notify (DConfEn
/* These functions are implemented by the engine */
G_GNUC_INTERNAL
+const GVariantType * dconf_engine_call_handle_get_expected_type (DConfEngineCallHandle *handle);
+G_GNUC_INTERNAL
void dconf_engine_call_handle_reply (DConfEngineCallHandle *handle,
GVariant *parameters,
const GError *error);