diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 4 | ||||
-rw-r--r-- | docs/tmpl/layout.sgml | 1 | ||||
-rw-r--r-- | docs/tmpl/text-attributes.sgml | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index e195d3df..a8989601 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -43,6 +43,7 @@ PANGO_CONTEXT_CLASS PANGO_IS_CONTEXT PANGO_IS_CONTEXT_CLASS PANGO_CONTEXT_GET_CLASS +PANGO_TYPE_ITEM <SUBSECTION> pango_break pango_get_log_attrs @@ -55,6 +56,7 @@ pango_shape <SUBSECTION Private> pango_direction_get_type pango_context_get_type +pango_item_get_type </SECTION> <SECTION> @@ -490,10 +492,12 @@ PANGO_LAYOUT_CLASS PANGO_IS_LAYOUT_CLASS PANGO_LAYOUT_GET_CLASS PANGO_TYPE_LAYOUT_ITER +PANGO_TYPE_LAYOUT_LINE <SUBSECTION Private> pango_layout_get_type pango_layout_iter_get_type +pango_layout_line_get_type pango_alignment_get_type pango_wrap_mode_get_type pango_ellipsize_mode_get_type diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml index 43fdfa55..8b84b65d 100644 --- a/docs/tmpl/layout.sgml +++ b/docs/tmpl/layout.sgml @@ -725,6 +725,7 @@ See the #PangoGlyphItem docs for details on the fields. </para> @line: +@Returns: <!-- ##### FUNCTION pango_layout_line_unref ##### --> diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml index 70245462..f69700f7 100644 --- a/docs/tmpl/text-attributes.sgml +++ b/docs/tmpl/text-attributes.sgml @@ -638,6 +638,7 @@ The GObject type for #PangoAttrList. </para> @list: +@Returns: <!-- ##### FUNCTION pango_attr_list_unref ##### --> |