summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-07-22 15:33:12 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-07-22 15:33:12 +0000
commitc040d51c9c76932fea029a6e1faf14f6ebc26168 (patch)
tree2f454f8b8f8f63b8d999b6fe7c2568cdca91dd37 /docs
parenta7507ca9d7d0679083242cec0c75a973df8ea181 (diff)
downloadpango-c040d51c9c76932fea029a6e1faf14f6ebc26168.tar.gz
Based on patch from Gustavo J. A. M. Carneiro (#305975)
2005-07-21 Owen Taylor <otaylor@redhat.com> Based on patch from Gustavo J. A. M. Carneiro (#305975) * pango/pango-layout.[ch] (pango_layout_line_ref) pango/pango-attributes.[ch] (pango_attr_list_ref): Return the argument to _ref() functions. * pango/pango-item.[ch]: Register PangoItem boxed type. * pango/pango-layout.[ch]: Register PangoLayoutLine boxed type.
Diffstat (limited to 'docs')
-rw-r--r--docs/pango-sections.txt4
-rw-r--r--docs/tmpl/layout.sgml1
-rw-r--r--docs/tmpl/text-attributes.sgml1
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 ##### -->