docs: Fix ‘Since’ line for new function to reference stable release

We only build API ‘since’ indexes for stable releases, so 2.59 needs to
be rounded up to 2.60.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2018-11-23 13:30:33 +00:00
parent 79aead142f
commit 3f2a5ee1cc

View File

@ -4548,7 +4548,7 @@ g_desktop_app_info_get_boolean (GDesktopAppInfo *info,
* a %NULL-terminated string array or %NULL if the specified
* key cannot be found. The array should be freed with g_strfreev().
*
* Since: 2.59.0
* Since: 2.60.0
*/
gchar **
g_desktop_app_info_get_string_list (GDesktopAppInfo *info,