[librsvg: 9/15] Fix "##" duplicated hashes in the C docs




commit 57cfb4cf84094db1bd81a72982129fae3cb81bde
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Sep 7 18:08:15 2021 -0500

    Fix "##" duplicated hashes in the C docs
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/585>

 include/librsvg/rsvg.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/include/librsvg/rsvg.h b/include/librsvg/rsvg.h
index 3831effd..d7a7ec42 100644
--- a/include/librsvg/rsvg.h
+++ b/include/librsvg/rsvg.h
@@ -638,7 +638,7 @@ GdkPixbuf *rsvg_handle_get_pixbuf (RsvgHandle *handle);
 /**
  * rsvg_handle_get_pixbuf_sub:
  * @handle: An #RsvgHandle
- * @id: (nullable): An element's id within the SVG, starting with "##" (a single
+ * @id: (nullable): An element's id within the SVG, starting with "#" (a single
  * hash character), for example, "##layer1".  This notation corresponds to a
  * URL's fragment ID.  Alternatively, pass %NULL to use the whole SVG.
  *
@@ -719,7 +719,7 @@ void rsvg_handle_get_dimensions (RsvgHandle *handle, RsvgDimensionData *dimensio
  * rsvg_handle_get_dimensions_sub:
  * @handle: A #RsvgHandle
  * @dimension_data: (out): A place to store the SVG's size
- * @id: (nullable): An element's id within the SVG, starting with "##" (a single
+ * @id: (nullable): An element's id within the SVG, starting with "#" (a single
  * hash character), for example, "##layer1".  This notation corresponds to a
  * URL's fragment ID.  Alternatively, pass %NULL to use the whole SVG.
  *
@@ -746,7 +746,7 @@ gboolean rsvg_handle_get_dimensions_sub (RsvgHandle        *handle,
  * rsvg_handle_get_position_sub:
  * @handle: A #RsvgHandle
  * @position_data: (out): A place to store the SVG fragment's position.
- * @id: (nullable): An element's id within the SVG, starting with "##" (a single
+ * @id: (nullable): An element's id within the SVG, starting with "#" (a single
  * hash character), for example, "##layer1".  This notation corresponds to a
  * URL's fragment ID.  Alternatively, pass %NULL to use the whole SVG.
  *
@@ -774,7 +774,7 @@ gboolean rsvg_handle_get_position_sub (RsvgHandle       *handle,
 /**
  * rsvg_handle_has_sub:
  * @handle: a #RsvgHandle
- * @id: An element's id within the SVG, starting with "##" (a single hash
+ * @id: An element's id within the SVG, starting with "#" (a single hash
  * character), for example, "##layer1".  This notation corresponds to a URL's
  * fragment ID.
  *


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