summaryrefslogtreecommitdiff
path: root/rsvg-file-util.c
diff options
context:
space:
mode:
authorDom Lachowicz <doml@src.gnome.org>2003-06-21 21:34:41 +0000
committerDom Lachowicz <doml@src.gnome.org>2003-06-21 21:34:41 +0000
commit3791f602571e1a5d1e60b0d56240ba2016e62724 (patch)
tree1248a91d8210e514376707011a67d44ccd95841a /rsvg-file-util.c
parent3cc918b282941dcb875fcbdc193a29872a138aa0 (diff)
downloadlibrsvg-3791f602571e1a5d1e60b0d56240ba2016e62724.tar.gz
add support for the title and desc elements
Diffstat (limited to 'rsvg-file-util.c')
-rw-r--r--rsvg-file-util.c20
1 files changed, 15 insertions, 5 deletions
diff --git a/rsvg-file-util.c b/rsvg-file-util.c
index da5971bb..53e7c6d1 100644
--- a/rsvg-file-util.c
+++ b/rsvg-file-util.c
@@ -208,7 +208,9 @@ rsvg_pixbuf_from_file_with_size_data (const gchar * file_name,
* by this call and must be freed by the caller.
*
* Return value: A newly allocated #GdkPixbuf, or %NULL
- **/
+ *
+ * Since: 2.4
+ */
GdkPixbuf *
rsvg_pixbuf_from_file_at_size_ex (RsvgHandle * handle,
const gchar *file_name,
@@ -237,7 +239,9 @@ rsvg_pixbuf_from_file_at_size_ex (RsvgHandle * handle,
* freed by the caller.
*
* Return value: A newly allocated #GdkPixbuf, or %NULL
- **/
+ *
+ * Since: 2.4
+ */
GdkPixbuf *
rsvg_pixbuf_from_file_ex (RsvgHandle * handle,
const gchar *file_name,
@@ -261,7 +265,9 @@ rsvg_pixbuf_from_file_ex (RsvgHandle * handle,
* call and must be freed by the caller.
*
* Return value: A newly allocated #GdkPixbuf, or %NULL
- **/
+ *
+ * Since: 2.4
+ */
GdkPixbuf *
rsvg_pixbuf_from_file_at_zoom_ex (RsvgHandle * handle,
const gchar *file_name,
@@ -296,7 +302,9 @@ rsvg_pixbuf_from_file_at_zoom_ex (RsvgHandle * handle,
* must be freed by the caller.
*
* Return value: A newly allocated #GdkPixbuf, or %NULL
- **/
+ *
+ * Since: 2.4
+ */
GdkPixbuf *
rsvg_pixbuf_from_file_at_max_size_ex (RsvgHandle * handle,
const gchar *file_name,
@@ -331,7 +339,9 @@ rsvg_pixbuf_from_file_at_max_size_ex (RsvgHandle * handle,
* Returned handle is closed by this call and must be freed by the caller.
*
* Return value: A newly allocated #GdkPixbuf, or %NULL
- **/
+ *
+ * Since: 2.4
+ */
GdkPixbuf *
rsvg_pixbuf_from_file_at_zoom_with_max_ex (RsvgHandle * handle,
const gchar *file_name,