docs: Move documentation to inline comments: gdkevents

This commit is contained in:
Javier Jardón
2010-11-15 19:15:00 +01:00
parent d2915ed9d1
commit 4400f997a8
5 changed files with 150 additions and 455 deletions

View File

@ -31,6 +31,23 @@
#include <string.h>
#include <math.h>
/**
* SECTION:events
* @Short_description: Functions for handling events from the window system
* @Title: Events
* @See_also: <link linkend="gdk-Event-Structures">Event Structures</link>
*
* This section describes functions dealing with events from the window
* system.
*
* In GTK+ applications the events are handled automatically in
* gtk_main_do_event() and passed on to the appropriate widgets, so these
* functions are rarely needed. Though some of the fields in the
* <link linkend="gdk-Event-Structures">Event Structures</link> are useful.
*/
typedef struct _GdkIOClosure GdkIOClosure;
struct _GdkIOClosure