diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 16:57:57 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 16:58:54 -0500 |
commit | 63e887e165a308cfc5899123d9572ffc3b6da92a (patch) | |
tree | da5a3489443cde66aceeeb77a29e69004b6842c1 /gdk/gdkapplaunchcontext.c | |
parent | 28376c26002cd7e9d353a9aadb880a54b7d3374d (diff) | |
download | gtk+-63e887e165a308cfc5899123d9572ffc3b6da92a.tar.gz |
docs: replace all <examples> with markdown headings
Diffstat (limited to 'gdk/gdkapplaunchcontext.c')
-rw-r--r-- | gdk/gdkapplaunchcontext.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk/gdkapplaunchcontext.c b/gdk/gdkapplaunchcontext.c index 22e517790c..f84367da55 100644 --- a/gdk/gdkapplaunchcontext.c +++ b/gdk/gdkapplaunchcontext.c @@ -34,8 +34,9 @@ * handles launching an application in a graphical context. It provides * startup notification and allows to launch applications on a specific * screen or workspace. - * <example> - * <title>Launching an application</title> + * + * ## Launching an application + * * |[<!-- language="C" --> * GdkAppLaunchContext *context; * @@ -49,7 +50,6 @@ * * g_object_unref (context); * ]| - * </example> */ |