[librsvg: 4/9] Hint at what to do after calling rsvg_handle_new_from_file()



commit a0409e5024b75bb86908af8951bdd943f0fc940c
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Jul 24 12:36:33 2019 -0500

    Hint at what to do after calling rsvg_handle_new_from_file()

 librsvg/rsvg-handle.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/librsvg/rsvg-handle.c b/librsvg/rsvg-handle.c
index 0d597c77..bfa6ccd3 100644
--- a/librsvg/rsvg-handle.c
+++ b/librsvg/rsvg-handle.c
@@ -498,7 +498,9 @@ rsvg_handle_new_from_file (const gchar *filename, GError **error)
  * rsvg_handle_new_with_flags:
  * @flags: flags from #RsvgHandleFlags
  *
- * Creates a new #RsvgHandle with flags @flags.
+ * Creates a new #RsvgHandle with flags @flags.  After calling this function,
+ * you can feed the resulting handle with SVG data by using
+ * rsvg_handle_read_stream_sync().
  *
  * Returns: (transfer full): a new #RsvgHandle
  *


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