From 44ff1d86b43b43fefb7dd53afbdddd70ef73ca75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 15 Nov 2010 03:55:43 +0100 Subject: [PATCH] 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(-) delete mode 100644 docs/reference/gdk/tmpl/gdktesting.sgml diff --git a/docs/reference/gdk/tmpl/.gitignore b/docs/reference/gdk/tmpl/.gitignore index 902309a258..a9b43a3d02 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/docs/reference/gdk/tmpl/gdktesting.sgml b/docs/reference/gdk/tmpl/gdktesting.sgml deleted file mode 100644 index f8e787a4a5..0000000000 --- a/docs/reference/gdk/tmpl/gdktesting.sgml +++ /dev/null @@ -1,59 +0,0 @@ - -Testing - - -Test utilities - - - -The functions in this section are intended to be used in test programs. -They allow to simulate some user input. - - - - - - - - - - - - - - - - - - -@window: - - - - - - - -@window: -@x: -@y: -@button: -@modifiers: -@button_pressrelease: -@Returns: - - - - - - - -@window: -@x: -@y: -@keyval: -@modifiers: -@key_pressrelease: -@Returns: - - 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,