mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
gdesktopappinfo: Fix an overly-specific ‘Since’ documentation line
This was causing gtk-doc to try and link to an API deprecation index which doesn’t exist. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -4710,7 +4710,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.60.0
|
||||
* Since: 2.60
|
||||
*/
|
||||
gchar **
|
||||
g_desktop_app_info_get_string_list (GDesktopAppInfo *info,
|
||||
|
Reference in New Issue
Block a user