[gtk+] docs: move documentation to inline comments: gdktesting



commit 44ff1d86b43b43fefb7dd53afbdddd70ef73ca75
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Nov 15 03:55:43 2010 +0100

    docs: move documentation to inline comments: gdktesting

 docs/reference/gdk/tmpl/.gitignore      |    1 +
 docs/reference/gdk/tmpl/gdktesting.sgml |   59 -------------------------------
 gdk/gdktestutils.h                      |   11 ++++++
 3 files changed, 12 insertions(+), 59 deletions(-)
---
diff --git a/docs/reference/gdk/tmpl/.gitignore b/docs/reference/gdk/tmpl/.gitignore
index 902309a..a9b43a3 100644
--- a/docs/reference/gdk/tmpl/.gitignore
+++ b/docs/reference/gdk/tmpl/.gitignore
@@ -5,6 +5,7 @@ gdkapplaunchcontext.sgml
 gdkdisplay.sgml
 gdkdisplaymanager.sgml
 gdkscreen.sgml
+gdktesting.sgml
 pixbufs.sgml
 regions.sgml
 windows.sgml
diff --git a/gdk/gdktestutils.h b/gdk/gdktestutils.h
index e9762a4..f88c68b 100644
--- a/gdk/gdktestutils.h
+++ b/gdk/gdktestutils.h
@@ -29,6 +29,17 @@
 
 G_BEGIN_DECLS
 
+
+/**
+ * SECTION:gdktesting
+ * @Short_description: Test utilities
+ * @Title: Testing
+ *
+ * The functions in this section are intended to be used in test programs.
+ * They allow to simulate some user input.
+ */
+
+
 /* --- Gdk Test Utility API --- */
 void            gdk_test_render_sync            (GdkWindow      *window);
 gboolean        gdk_test_simulate_key           (GdkWindow      *window,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]