docs: Various fixes

This commit is contained in:
Emmanuele Bassi
2010-06-30 11:30:45 +01:00
parent 6341ba98f9
commit 286f307c10
4 changed files with 28 additions and 8 deletions

View File

@ -34,6 +34,14 @@
typedef struct _ClutterSettingsClass ClutterSettingsClass;
/**
* ClutterSettings:
*
* <structname>ClutterSettings</structname> is an opaque structure whose
* members cannot be directly accessed.
*
* Since: 1.4
*/
struct _ClutterSettings
{
GObject parent_instance;