[gtk+/treeview-refactor: 232/257] docs: move documentation to inline comments: gdktesting
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/treeview-refactor: 232/257] docs: move documentation to inline comments: gdktesting
- Date: Tue, 16 Nov 2010 07:17:31 +0000 (UTC)
commit 0b61aaacd1f61a4b393c737621f54f9e029af900
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]