2008-03-26 Neil Roberts <neil@o-hand.com>

* clutter/win32/clutter-win32.h: Added gtk-doc documentation for
	the Win32 backend section.

	* clutter/win32/clutter-stage-win32.c
	(clutter_win32_get_stage_window): Fixed punctuation in the
	documentation.

	* README: Added notes about the Win32 backend.

2008-03-26  Neil Roberts  <neil@o-hand.com>

	* clutter-sections.txt: Added a section for the Win32 specific
	API.

	* clutter-docs.sgml: Added comments about the Win32 backend.

	* Makefile.am: Added bits to ignore the headers for the Win32
	backend.
This commit is contained in:
Neil Roberts
2008-03-26 22:22:32 +00:00
parent 9b52136be4
commit dd7ff3e829
8 changed files with 68 additions and 9 deletions

View File

@ -23,6 +23,17 @@
* Boston, MA 02111-1307, USA.
*/
/**
* SECTION:clutter-win32
* @short_description: Win32 specific API
*
* The Win32 backend for Clutter provides some specific API, allowing
* integration with the Win32 API for embedding and manipulating the
* stage window.
*
* The ClutterWin32 API is available since Clutter 0.8
*/
#ifndef __CLUTTER_WIN32_H__
#define __CLUTTER_WIN32_H__