summaryrefslogtreecommitdiff
path: root/pango/pango-gravity.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-20 00:43:29 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-05-20 00:43:29 +0000
commite2d1a595b84ca31d89ae20734155e6d1de635502 (patch)
tree51fdf2d97b85ef4a3e7c870389b92130c9b1a491 /pango/pango-gravity.c
parent3940a1714e84b076d04d4638c88df3dba7d8014e (diff)
parent7f04ed9259fd91cdb3dc61c5aa43d196ec6a965f (diff)
downloadpango-e2d1a595b84ca31d89ae20734155e6d1de635502.tar.gz
Merge branch 'docs-cleanup' into 'master'
introspection: Stop using allow-none See merge request GNOME/pango!333
Diffstat (limited to 'pango/pango-gravity.c')
-rw-r--r--pango/pango-gravity.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-gravity.c b/pango/pango-gravity.c
index a21749b6..f01a7349 100644
--- a/pango/pango-gravity.c
+++ b/pango/pango-gravity.c
@@ -29,7 +29,7 @@
* pango_gravity_to_rotation:
* @gravity: gravity to query, should not be %PANGO_GRAVITY_AUTO
*
- * Converts a #PangoGravity value to its natural rotation in radians.
+ * Converts a `PangoGravity` value to its natural rotation in radians.
*
* Note that [method@Pango.Matrix.rotate] takes angle in degrees, not radians.
* So, to call [method@Pango.Matrix,rotate] with the output of this function
@@ -232,7 +232,7 @@ get_script_properties (PangoScript script)
/**
* pango_gravity_get_for_script:
- * @script: #PangoScript to query
+ * @script: `PangoScript` to query
* @base_gravity: base gravity of the paragraph
* @hint: orientation hint
*
@@ -245,7 +245,7 @@ get_script_properties (PangoScript script)
* pass %PANGO_GRAVITY_AUTO and %PANGO_GRAVITY_HINT_STRONG in.
*
* Return value: resolved gravity suitable to use for a run of text
- * with @script.
+ * with @script
*
* Since: 1.16
*/
@@ -265,7 +265,7 @@ pango_gravity_get_for_script (PangoScript script,
/**
* pango_gravity_get_for_script_and_width:
- * @script: #PangoScript to query
+ * @script: `PangoScript` to query
* @wide: %TRUE for wide characters as returned by g_unichar_iswide()
* @base_gravity: base gravity of the paragraph
* @hint: orientation hint