summaryrefslogtreecommitdiff
path: root/engine/dconf-engine.h
diff options
context:
space:
mode:
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);