[glib] Add Since: tags for new api



commit e5dd266c33509fe214dfa3a0b66f66e9f166ebc6
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Nov 24 15:57:40 2010 -0500

    Add Since: tags for new api
    
    Also, remove <!-- --> from things like #GAppInfo<!-- -->s.
    gtk-doc learned to deal with this a while ago.

 gio/gdesktopappinfo.c |   30 +++++++++++++++++-------------
 1 files changed, 17 insertions(+), 13 deletions(-)
---
diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c
index dfaefc3..ce3c8c9 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 #GAppInfo<!-- -->s 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 #GAppInfo<!-- -->s 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 #GAppInfo<!-- -->s 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 #GAppInfo<!-- -->s 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 #GAppInfo<!-- -->s for a given content type.
+ * Gets a list of all #GAppInfos for a given content type.
  *
- * Returns: (element-type GAppInfo) (transfer full): #GList of #GAppInfo<!-- -->s 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]