diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-11-15 03:55:43 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-11-16 16:20:47 +0900 |
commit | 0b61aaacd1f61a4b393c737621f54f9e029af900 (patch) | |
tree | d0470c7c4d2ca596d00442b197ae25084679b3da /gdk/gdktestutils.h | |
parent | 209afbbf1724056477c3748e4ff0eb77e987ad02 (diff) | |
download | gtk+-0b61aaacd1f61a4b393c737621f54f9e029af900.tar.gz |
docs: move documentation to inline comments: gdktesting
Diffstat (limited to 'gdk/gdktestutils.h')
-rw-r--r-- | gdk/gdktestutils.h | 11 |
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, |