diff options
author | Ryan Lortie <desrt@desrt.ca> | 2010-05-23 18:49:29 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2010-05-23 18:49:29 -0400 |
commit | 38b839bf31a841c4c27a69893e476164f639187c (patch) | |
tree | 5d81e3efbd227a18241585972917ba3b895992de /engine/dconf-engine.h | |
parent | 26b6477e9a9b2730b082dd9fec4df1b645d375c6 (diff) | |
download | dconf-38b839bf31a841c4c27a69893e476164f639187c.tar.gz |
begin laying async support for DConfClient
Diffstat (limited to 'engine/dconf-engine.h')
-rw-r--r-- | engine/dconf-engine.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/engine/dconf-engine.h b/engine/dconf-engine.h index 9d9a77f..785fced 100644 --- a/engine/dconf-engine.h +++ b/engine/dconf-engine.h @@ -9,13 +9,13 @@ typedef struct _DConfEngineResetList DConfEngineResetList; typedef struct { - gint bus_type; - const gchar *destination; - const gchar *object_path; - const gchar *interface; - const gchar *method; - const GVariantType *reply_type; - GVariant *body; + gint bus_type; + const gchar *destination; + const gchar *object_path; + const gchar *interface; + const gchar *method; + const gchar *reply_type; + GVariant *body; } DConfEngineMessage; |