]> Pileus Git - ~andy/gtk/blobdiff - gdk/gdktypes.h
docs: Move documentation to inline comments: event_structs
[~andy/gtk] / gdk / gdktypes.h
index a7c1e5713e1ddd1e5dd8f1953bf34574a9cdda86..417aec211dc3142ef5196992e42997d6fb6ec778 100644 (file)
@@ -120,6 +120,12 @@ typedef struct _GdkAtom            *GdkAtom;
  */
 #define GDK_NONE            _GDK_MAKE_ATOM (0)
 
+/**
+ * GdkNativeWindow:
+ *
+ * Used to represent native windows (<type>Window</type>s for the X11
+ * backend, <type>HWND</type>s for Win32).
+ */
 #ifdef GDK_NATIVE_WINDOW_POINTER
 typedef gpointer GdkNativeWindow;
 #else