summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-24 17:37:00 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-12-24 17:37:00 -0500
commit1d41b98cf8bfe8ad7a0693cdebb852ab97929e9c (patch)
tree420ae22e1384eeefd527b37dc1ec8ffffb14c5f4 /gdk/gdk.c
parent1e13b42b9b7820d8901b4696d61a03a060939656 (diff)
downloadgtk+-1d41b98cf8bfe8ad7a0693cdebb852ab97929e9c.tar.gz
Add deprecation guards for deprecated GdkAppLaunchContext API
Also adapt the docs to not use deprecated API.
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r--gdk/gdk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdk.c b/gdk/gdk.c
index 79f0b84e9b..1667226ff5 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -57,7 +57,7 @@
* Use this macro to guard code that is specific to the X11-backend.
* Since GDK may be configured with multiple backends, an additional
* runtime check for the used backend is recommended:
- * </para>
+ *
* <example>
* <title>Backend-specific code</title>
* <programlisting>