From e5dd266c33509fe214dfa3a0b66f66e9f166ebc6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 24 Nov 2010 15:57:40 -0500 Subject: [PATCH] Add Since: tags for new api Also, remove from things like #GAppInfos. gtk-doc learned to deal with this a while ago. --- gio/gdesktopappinfo.c | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c index dfaefc36e..ce3c8c9ac 100644 --- a/gio/gdesktopappinfo.c +++ b/gio/gdesktopappinfo.c @@ -1727,12 +1727,14 @@ app_info_in_list (GAppInfo *info, * g_app_info_get_recommended_for_type: * @content_type: the content type to find a #GAppInfo for * - * Gets a list of recommended #GAppInfos for a given content type, i.e. - * those applications which claim to support the given content type exactly, and - * not by MIME type subclassing. + * Gets a list of recommended #GAppInfos for a given content type, i.e. + * those applications which claim to support the given content type exactly, + * and not by MIME type subclassing. * - * Returns: (element-type GAppInfo) (transfer full): #GList of #GAppInfos for given @content_type - * or %NULL on error. + * Returns: (element-type GAppInfo) (transfer full): #GList of #GAppInfos + * for given @content_type or %NULL on error. + * + * Since: 2.28 **/ GList * g_app_info_get_recommended_for_type (const gchar *content_type) @@ -1770,12 +1772,14 @@ g_app_info_get_recommended_for_type (const gchar *content_type) * g_app_info_get_fallback_for_type: * @content_type: the content type to find a #GAppInfo for * - * Gets a list of fallback #GAppInfos for a given content type, i.e. - * those applications which claim to support the given content type by MIME type - * subclassing and not directly. + * Gets a list of fallback #GAppInfos for a given content type, i.e. + * those applications which claim to support the given content type + * by MIME type subclassing and not directly. * - * Returns: (element-type GAppInfo) (transfer full): #GList of #GAppInfos for given @content_type - * or %NULL on error. + * Returns: (element-type GAppInfo) (transfer full): #GList of #GAppInfos + * for given @content_type or %NULL on error. + * + * Since: 2.28 **/ GList * g_app_info_get_fallback_for_type (const gchar *content_type) @@ -1816,10 +1820,10 @@ g_app_info_get_fallback_for_type (const gchar *content_type) * g_app_info_get_all_for_type: * @content_type: the content type to find a #GAppInfo for * - * Gets a list of all #GAppInfos for a given content type. + * Gets a list of all #GAppInfos for a given content type. * - * Returns: (element-type GAppInfo) (transfer full): #GList of #GAppInfos for given @content_type - * or %NULL on error. + * Returns: (element-type GAppInfo) (transfer full): #GList of #GAppInfos + * for given @content_type or %NULL on error. **/ GList * g_app_info_get_all_for_type (const char *content_type)