[librsvg: 9/15] Fix "##" duplicated hashes in the C docs
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 9/15] Fix "##" duplicated hashes in the C docs
- Date: Sat, 11 Sep 2021 01:09:43 +0000 (UTC)
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]