diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-24 17:37:00 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-24 17:37:00 -0500 |
commit | 1d41b98cf8bfe8ad7a0693cdebb852ab97929e9c (patch) | |
tree | 420ae22e1384eeefd527b37dc1ec8ffffb14c5f4 /gdk/gdk.c | |
parent | 1e13b42b9b7820d8901b4696d61a03a060939656 (diff) | |
download | gtk+-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |