docs: De-indent GtkRecentInfo.get_applications() return value

Otherwise the four spaces will be treated as a pre-formatted block by
Markdown.
This commit is contained in:
Emmanuele Bassi 2021-02-14 17:59:05 +00:00
parent a6da2db4ea
commit 3c0f047597

View File

@ -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,