summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-02-15 11:06:36 +0000
committerMatthias Clasen <mclasen@redhat.com>2017-04-08 00:57:28 -0400
commit7fc77e1c5a9b04da172d032f8d1a2bd04a1c92a1 (patch)
tree4a69d86b31c2806fee367237bca8c460a1ed09e1
parent6df7fcde9cde8c808344cd7242b0492e92ec10f1 (diff)
downloadpango-7fc77e1c5a9b04da172d032f8d1a2bd04a1c92a1.tar.gz
docs: Fix some introspection annotation syntax
Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=778663
-rw-r--r--pango/pango-engine.h4
-rw-r--r--pango/pango-layout.h2
-rw-r--r--pango/pangofc-fontmap.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-engine.h b/pango/pango-engine.h
index fe0c5a7c..a5c92d88 100644
--- a/pango/pango-engine.h
+++ b/pango/pango-engine.h
@@ -169,7 +169,7 @@ GType pango_engine_lang_get_type (void) G_GNUC_CONST;
typedef struct _PangoEngineShapeClass PangoEngineShapeClass;
/**
- * PangoEngineShape
+ * PangoEngineShape:
*
* The #PangoEngineShape class is implemented by engines that
* customize the rendering-system dependent part of the
@@ -241,7 +241,7 @@ typedef struct _PangoEngineInfo PangoEngineInfo;
typedef struct _PangoEngineScriptInfo PangoEngineScriptInfo;
/**
- * PangoEngineScriptInfo
+ * PangoEngineScriptInfo:
* @script: a #PangoScript. The value %PANGO_SCRIPT_COMMON has
* the special meaning here of "all scripts"
* @langs: a semicolon separated list of languages that this
diff --git a/pango/pango-layout.h b/pango/pango-layout.h
index 208e6352..b095a303 100644
--- a/pango/pango-layout.h
+++ b/pango/pango-layout.h
@@ -99,7 +99,7 @@ typedef enum {
* @layout: (allow-none): the layout this line belongs to, might be %NULL
* @start_index: start of line as byte index into layout->text
* @length: length of line in bytes
- * @runs: (allow-none) (element-type: Pango.LayoutRun): list of runs in the
+ * @runs: (allow-none) (element-type Pango.LayoutRun): list of runs in the
* line, from left to right
* @is_paragraph_start: #TRUE if this is the first line of the paragraph
* @resolved_dir: #Resolved PangoDirection of line
diff --git a/pango/pangofc-fontmap.c b/pango/pangofc-fontmap.c
index da1738ad..70e9ee7e 100644
--- a/pango/pangofc-fontmap.c
+++ b/pango/pangofc-fontmap.c
@@ -1831,7 +1831,7 @@ pango_fc_font_map_config_changed (PangoFcFontMap *fcfontmap)
/**
* pango_fc_font_map_set_config:
* @fcfontmap: a #PangoFcFontMap
- * @fcconfig: (nullable) a #FcConfig, or %NULL
+ * @fcconfig: (nullable): a #FcConfig, or %NULL
*
* Set the FcConfig for this font map to use. The default value
* is %NULL, which causes Fontconfig to use its global "current config".