GtkThemingEngine: Documents that engines must only use this API.

It was a bit unclear in the documentation, even if it was from the
API POV.
This commit is contained in:
Carlos Garnacho 2010-10-29 14:17:03 -04:00
parent c5b38121ec
commit 1bfb169ce6

View File

@ -45,6 +45,10 @@
* must be created, alongside the CSS file that will reference it, the
* theming engine would be created as an .so library, and installed in
* $(gtk-modules-dir)/theming-engines/.
*
* #GtkThemingEngine<!-- -->s have limited access to the object they are
* rendering, the #GtkThemingEngine API has read-only accessors to the
* style information contained in the rendered object's #GtkStyleContext.
*/
typedef struct GtkThemingEnginePrivate GtkThemingEnginePrivate;