Doc: Mark a few things as private

This commit is contained in:
Xavier Claessens
2015-02-05 13:10:14 -05:00
committed by Ryan Lortie
parent 8b654e24a5
commit 15a4af545e
4 changed files with 8 additions and 1 deletions

View File

@@ -110,6 +110,7 @@ struct _GSettingsBackendClass
const gchar *key,
const GVariantType *expected_type);
/*< private >*/
gpointer padding[23];
};