summaryrefslogtreecommitdiff
path: root/gdk/gdktestutils.h
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-11-15 03:55:43 +0100
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-11-16 16:20:47 +0900
commit0b61aaacd1f61a4b393c737621f54f9e029af900 (patch)
treed0470c7c4d2ca596d00442b197ae25084679b3da /gdk/gdktestutils.h
parent209afbbf1724056477c3748e4ff0eb77e987ad02 (diff)
downloadgtk+-0b61aaacd1f61a4b393c737621f54f9e029af900.tar.gz
docs: move documentation to inline comments: gdktesting
Diffstat (limited to 'gdk/gdktestutils.h')
-rw-r--r--gdk/gdktestutils.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdk/gdktestutils.h b/gdk/gdktestutils.h
index e9762a4b9d..f88c68b207 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,