[gnome-devel-docs/wip/develguide-gtkapp: 2/6] Add introduction to new GtkApplication section



commit 6a7cbbc1b6ec84f264d9a916ddc388b19ac55cdd
Author: David King <amigadave amigadave com>
Date:   Wed Apr 30 12:37:34 2014 +0200

    Add introduction to new GtkApplication section

 devel-guide/C/gtkapplication.page |   38 +++++++++++++++++++++++++++++++++++++
 devel-guide/Makefile.am           |    1 +
 2 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/devel-guide/C/gtkapplication.page b/devel-guide/C/gtkapplication.page
new file mode 100644
index 0000000..063cf3a
--- /dev/null
+++ b/devel-guide/C/gtkapplication.page
@@ -0,0 +1,38 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="topic" style="task"
+      id="gtkapplication">
+
+  <info>
+    <link type="guide" xref="index" group="help"/>
+    <link type="next" xref="gtkapplication-helloworld"/>
+    <link type="seealso" xref="launching"/>
+
+    <revision pkgversion="3.14" date="2014-04-30" status="draft"/>
+
+    <credit type="author">
+      <name>David King</name>
+      <email its:translate="no">davidk gnome org</email>
+      <years>2014</years>
+    </credit>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+    <desc>The internals of your first GTK+ application.</desc>
+
+  </info>
+
+  <title>Introduction to GtkApplication</title>
+
+  <links type="series" style="floatend">
+    <title>Using GtkApplication</title>
+  </links>
+
+  <p><sys>GtkApplication</sys> is the GTK+ object which makes managing your
+  application lifecycle easier, and also gives you access to app menus,
+  notifications and application- and window-specific actions.</p>
+
+  <p>Use GtkApplication to build applications which integrate well with GNOME
+  and other desktop environments.</p>
+
+</page>
diff --git a/devel-guide/Makefile.am b/devel-guide/Makefile.am
index 65f62b1..ef41c7e 100644
--- a/devel-guide/Makefile.am
+++ b/devel-guide/Makefile.am
@@ -18,6 +18,7 @@ HELP_FILES = \
         extension-icon-working.page \
         extension-twitter.page \
         extension-widget.page \
+       gtkapplication.page \
         help-appmenu.page \
         help-build.page \
         help.page \


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