introspection: Skip some C-only structures
authorEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 10 Dec 2010 17:15:39 +0000 (17:15 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 10 Dec 2010 17:15:39 +0000 (17:15 +0000)
commitae4e06d8c4ca2bd93a12e4ace38c0c888edcddf1
treef795cc921fe5613490ac49f3689730d1a07b12c6
parentd5a418304712e38c7055114fa5b13a904fae9883
introspection: Skip some C-only structures

The ParamSpec sub-classes we define are meant to be used only from the C
API, as high-level languages completely ignore them.

The ClutterStageWindow interface is an internal type that escaped into
the public headers; all its methods are private, but we cannot remove
the type until we break for 2.0.
clutter/clutter-color.h
clutter/clutter-fixed.h
clutter/clutter-stage-window.h
clutter/clutter-units.h