summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentmanager.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-02-14 17:59:05 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-11 16:37:30 +0000
commit3c0f047597b6234e8dbdd28b92c9fbfb3e2964b5 (patch)
tree7f6830e8641dfc8f5c8ed22f2fb567006a995bb3 /gtk/gtkrecentmanager.c
parenta6da2db4ea6c0e1b988b715af9434e6cbb87161e (diff)
downloadgtk+-3c0f047597b6234e8dbdd28b92c9fbfb3e2964b5.tar.gz
docs: De-indent GtkRecentInfo.get_applications() return value
Otherwise the four spaces will be treated as a pre-formatted block by Markdown.
Diffstat (limited to 'gtk/gtkrecentmanager.c')
-rw-r--r--gtk/gtkrecentmanager.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/gtkrecentmanager.c b/gtk/gtkrecentmanager.c
index 8c3fc12cac..6bbb95e347 100644
--- a/gtk/gtkrecentmanager.c
+++ b/gtk/gtkrecentmanager.c
@@ -1779,9 +1779,8 @@ gtk_recent_info_get_application_info (GtkRecentInfo *info,
*
* Retrieves the list of applications that have registered this resource.
*
- * Returns: (array length=length zero-terminated=1) (transfer full):
- * a newly allocated %NULL-terminated array of strings.
- * Use g_strfreev() to free it.
+ * Returns: (array length=length zero-terminated=1) (transfer full): a newly
+ * allocated %NULL-terminated array of strings. Use g_strfreev() to free it.
*/
char **
gtk_recent_info_get_applications (GtkRecentInfo *info,