~muktupavels/compiz/gwd-improve-settings-storage

« back to all changes in this revision

Viewing changes to gtk/window-decorator/gwd-settings-xproperty-storage.h

  • Committer: CI Train Bot
  • Author(s): Alberts Muktupāvels
  • Date: 2016-05-25 14:20:28 UTC
  • mfrom: (4010.20.7 gwd-remove-settings-writable)
  • Revision ID: ci-train-bot@canonical.com-20160525142028-6pu2qyxof8ji4uds
Remove GWDSettingsWritable.
Approved by: Sam Spilsbury

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define GWD_SETTINGS_XPROPERTY_STORAGE_H
23
23
 
24
24
#include <glib-object.h>
 
25
#include <gwd-fwd.h>
25
26
 
26
27
G_BEGIN_DECLS
27
28
 
30
31
                      GWD, SETTINGS_XPROPERTY_STORAGE, GObject)
31
32
 
32
33
GWDSettingsXPropertyStorage *
33
 
gwd_settings_xproperty_storage_new        (GWDSettingsWritable         *writable);
 
34
gwd_settings_xproperty_storage_new        (GWDSettings                 *settings);
34
35
 
35
36
gboolean
36
37
gwd_settings_xproperty_storage_update_all (GWDSettingsXPropertyStorage *storage);