~compiz-team/compiz/compiz.ccs_gsettings_conformance_test

« back to all changes in this revision

Viewing changes to compizconfig/gsettings/gsettings_backend_shared/gsettings_util.h

  • Committer: Sam Spilsbury
  • Date: 2012-08-09 09:22:53 UTC
  • Revision ID: sam.spilsbury@canonical.com-20120809092253-ezpdf94g7nm607dw
Started on a separate GNOME integration object, so we can re-use the logic etc

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
#include "ccs_gsettings_interface.h"
14
14
 
 
15
CCSIntegrationBackend *
 
16
ccsGConfIntegrationBackendNew (CCSBackend *backend,
 
17
                               CCSObjectAllocationInterface *ai);
 
18
 
 
19
void
 
20
ccsGConfIntegrationBackendFree (CCSIntegrationBackend *integration);
 
21
 
15
22
#ifdef USE_GCONF
16
23
 
17
24
#include <gconf/gconf.h>