⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.91
Server IP:
157.245.101.34
Server:
Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
gir-1.0
/
View File Name :
PangoFT2-1.0.gir
<?xml version="1.0"?> <!-- This file was automatically generated from C sources - DO NOT EDIT! To affect the contents of this file, edit the original C definitions, and/or use gtk-doc annotations. --> <repository version="1.2" xmlns="http://www.gtk.org/introspection/core/1.0" xmlns:c="http://www.gtk.org/introspection/c/1.0" xmlns:glib="http://www.gtk.org/introspection/glib/1.0"> <include name="PangoFc" version="1.0"/> <include name="freetype2" version="2.0"/> <package name="pangoft2"/> <c:include name="pango/pangoft2.h"/> <namespace name="PangoFT2" version="1.0" shared-library="libpangoft2-1.0.so.0" c:identifier-prefixes="PangoFT2" c:symbol-prefixes="pango_ft2"> <function-macro name="FONT_MAP" c:identifier="PANGO_FT2_FONT_MAP" introspectable="0"> <source-position filename="../pango/pangoft2.h" line="47"/> <parameters> <parameter name="object"> </parameter> </parameters> </function-macro> <class name="FontMap" c:symbol-prefix="font_map" c:type="PangoFT2FontMap" parent="PangoFc.FontMap" glib:type-name="PangoFT2FontMap" glib:get-type="pango_ft2_font_map_get_type"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="40">The #PangoFT2FontMap is the #PangoFontMap implementation for FreeType fonts.</doc> <constructor name="new" c:identifier="pango_ft2_font_map_new" version="1.2"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="128">Create a new #PangoFT2FontMap object; a fontmap is used to cache information about available fonts, and holds certain global parameters such as the resolution and the default substitute function (see pango_ft2_font_map_set_default_substitute()).</doc> <source-position filename="../pango/pangoft2.h" line="103"/> <return-value transfer-ownership="full"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="137">the newly created fontmap object. Unref with g_object_unref() when you are finished with it.</doc> <type name="Pango.FontMap" c:type="PangoFontMap*"/> </return-value> </constructor> <function name="for_display" c:identifier="pango_ft2_font_map_for_display" introspectable="0"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="292">Returns a #PangoFT2FontMap. This font map is cached and should not be freed. If the font map is no longer needed, it can be released with pango_ft2_shutdown_display(). Use of the global PangoFT2 fontmap is deprecated; use pango_ft2_font_map_new() instead.</doc> <source-position filename="../pango/pangoft2.h" line="128"/> <return-value transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="301">a #PangoFT2FontMap.</doc> <type name="Pango.FontMap" c:type="PangoFontMap*"/> </return-value> </function> <method name="create_context" c:identifier="pango_ft2_font_map_create_context" version="1.2" introspectable="0" deprecated="1" deprecated-version="1.22"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="245">Create a #PangoContext for the given fontmap.</doc> <doc-deprecated xml:space="preserve">Use pango_font_map_create_context() instead.</doc-deprecated> <source-position filename="../pango/pangoft2.h" line="117"/> <return-value transfer-ownership="full"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="251">the newly created context; free with g_object_unref().</doc> <type name="Pango.Context" c:type="PangoContext*"/> </return-value> <parameters> <instance-parameter name="fontmap" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="247">a #PangoFT2FontMap</doc> <type name="FontMap" c:type="PangoFT2FontMap*"/> </instance-parameter> </parameters> </method> <method name="set_default_substitute" c:identifier="pango_ft2_font_map_set_default_substitute" version="1.2"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="166">Sets a function that will be called to do final configuration substitution on a #FcPattern before it is used to load the font. This function can be used to do things like set hinting and antialiasing options.</doc> <source-position filename="../pango/pangoft2.h" line="109"/> <return-value transfer-ownership="none"> <type name="none" c:type="void"/> </return-value> <parameters> <instance-parameter name="fontmap" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="168">a #PangoFT2FontMap</doc> <type name="FontMap" c:type="PangoFT2FontMap*"/> </instance-parameter> <parameter name="func" transfer-ownership="none" scope="notified" closure="1" destroy="2"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="169">function to call to to do final config tweaking on #FcPattern objects.</doc> <type name="SubstituteFunc" c:type="PangoFT2SubstituteFunc"/> </parameter> <parameter name="data" transfer-ownership="none" nullable="1" allow-none="1"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="171">data to pass to @func</doc> <type name="gpointer" c:type="gpointer"/> </parameter> <parameter name="notify" transfer-ownership="none" scope="async"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="172">function to call when @data is no longer used.</doc> <type name="GLib.DestroyNotify" c:type="GDestroyNotify"/> </parameter> </parameters> </method> <method name="set_resolution" c:identifier="pango_ft2_font_map_set_resolution" version="1.2"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="222">Sets the horizontal and vertical resolutions for the fontmap.</doc> <source-position filename="../pango/pangoft2.h" line="105"/> <return-value transfer-ownership="none"> <type name="none" c:type="void"/> </return-value> <parameters> <instance-parameter name="fontmap" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="224">a #PangoFT2FontMap</doc> <type name="FontMap" c:type="PangoFT2FontMap*"/> </instance-parameter> <parameter name="dpi_x" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="225">dots per inch in the X direction</doc> <type name="gdouble" c:type="double"/> </parameter> <parameter name="dpi_y" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="226">dots per inch in the Y direction</doc> <type name="gdouble" c:type="double"/> </parameter> </parameters> </method> <method name="substitute_changed" c:identifier="pango_ft2_font_map_substitute_changed" version="1.2"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="201">Call this function any time the results of the default substitution function set with pango_ft2_font_map_set_default_substitute() change. That is, if your substitution function will return different results for the same input pattern, you must call this function.</doc> <source-position filename="../pango/pangoft2.h" line="114"/> <return-value transfer-ownership="none"> <type name="none" c:type="void"/> </return-value> <parameters> <instance-parameter name="fontmap" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="203">a #PangoFT2FontMap</doc> <type name="FontMap" c:type="PangoFT2FontMap*"/> </instance-parameter> </parameters> </method> </class> <function-macro name="IS_FONT_MAP" c:identifier="PANGO_FT2_IS_FONT_MAP" introspectable="0"> <source-position filename="../pango/pangoft2.h" line="48"/> <parameters> <parameter name="object"> </parameter> </parameters> </function-macro> <callback name="SubstituteFunc" c:type="PangoFT2SubstituteFunc"> <doc xml:space="preserve" filename="../pango/pangoft2.h" line="52">Function type for doing final config tweaking on prepared FcPatterns.</doc> <source-position filename="../pango/pangoft2.h" line="59"/> <return-value transfer-ownership="none"> <type name="none" c:type="void"/> </return-value> <parameters> <parameter name="pattern" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2.h" line="54">the <type>FcPattern</type> to tweak.</doc> <type name="fontconfig.Pattern" c:type="FcPattern*"/> </parameter> <parameter name="data" transfer-ownership="none" nullable="1" allow-none="1"> <doc xml:space="preserve" filename="../pango/pangoft2.h" line="55">user data.</doc> <type name="gpointer" c:type="gpointer"/> </parameter> </parameters> </callback> <function name="font_get_coverage" c:identifier="pango_ft2_font_get_coverage"> <doc xml:space="preserve" filename="../pango/pangoft2.c" line="477">Gets the #PangoCoverage for a <type>PangoFT2Font</type>. Use pango_font_get_coverage() instead.</doc> <source-position filename="../pango/pangoft2.h" line="141"/> <return-value transfer-ownership="full"> <doc xml:space="preserve" filename="../pango/pangoft2.c" line="485">a #PangoCoverage.</doc> <type name="Pango.Coverage" c:type="PangoCoverage*"/> </return-value> <parameters> <parameter name="font" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2.c" line="479">a <type>PangoFT2Font</type>.</doc> <type name="Pango.Font" c:type="PangoFont*"/> </parameter> <parameter name="language" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2.c" line="480">a language tag.</doc> <type name="Pango.Language" c:type="PangoLanguage*"/> </parameter> </parameters> </function> <function name="font_get_face" c:identifier="pango_ft2_font_get_face" introspectable="0"> <doc xml:space="preserve" filename="../pango/pangoft2.c" line="161">Returns the native FreeType2 <type>FT_Face</type> structure used for this #PangoFont. This may be useful if you want to use FreeType2 functions directly. Use pango_fc_font_lock_face() instead; when you are done with a face from pango_fc_font_lock_face() you must call pango_fc_font_unlock_face().</doc> <source-position filename="../pango/pangoft2.h" line="139"/> <return-value nullable="1"> <doc xml:space="preserve" filename="../pango/pangoft2.c" line="172">a pointer to a <type>FT_Face</type> structure, with the size set correctly, or %NULL if @font is %NULL.</doc> <type name="freetype2.Face" c:type="FT_Face"/> </return-value> <parameters> <parameter name="font" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2.c" line="163">a #PangoFont</doc> <type name="Pango.Font" c:type="PangoFont*"/> </parameter> </parameters> </function> <function name="font_get_kerning" c:identifier="pango_ft2_font_get_kerning"> <doc xml:space="preserve" filename="../pango/pangoft2.c" line="388">Retrieves kerning information for a combination of two glyphs. Use pango_fc_font_kern_glyphs() instead.</doc> <source-position filename="../pango/pangoft2.h" line="135"/> <return-value transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2.c" line="398">The amount of kerning (in Pango units) to apply for the given combination of glyphs.</doc> <type name="gint" c:type="int"/> </return-value> <parameters> <parameter name="font" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2.c" line="390">a #PangoFont</doc> <type name="Pango.Font" c:type="PangoFont*"/> </parameter> <parameter name="left" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2.c" line="391">the left #PangoGlyph</doc> <type name="Pango.Glyph" c:type="PangoGlyph"/> </parameter> <parameter name="right" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2.c" line="392">the right #PangoGlyph</doc> <type name="Pango.Glyph" c:type="PangoGlyph"/> </parameter> </parameters> </function> <function name="get_context" c:identifier="pango_ft2_get_context" introspectable="0" deprecated="1" deprecated-version="1.22"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="266">Retrieves a #PangoContext for the default PangoFT2 fontmap (see pango_ft2_font_map_for_display()) and sets the resolution for the default fontmap to @dpi_x by @dpi_y.</doc> <doc-deprecated xml:space="preserve">Use pango_font_map_create_context() instead.</doc-deprecated> <source-position filename="../pango/pangoft2.h" line="125"/> <return-value transfer-ownership="full"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="275">the new #PangoContext</doc> <type name="Pango.Context" c:type="PangoContext*"/> </return-value> <parameters> <parameter name="dpi_x" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="268">the horizontal DPI of the target device</doc> <type name="gdouble" c:type="double"/> </parameter> <parameter name="dpi_y" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="269">the vertical DPI of the target device</doc> <type name="gdouble" c:type="double"/> </parameter> </parameters> </function> <function name="get_unknown_glyph" c:identifier="pango_ft2_get_unknown_glyph"> <doc xml:space="preserve" filename="../pango/pangoft2.c" line="496">Return the index of a glyph suitable for drawing unknown characters with @font, or %PANGO_GLYPH_EMPTY if no suitable glyph found. If you want to draw an unknown-box for a character that is not covered by the font, use PANGO_GET_UNKNOWN_GLYPH() instead.</doc> <source-position filename="../pango/pangoft2.h" line="133"/> <return-value transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2.c" line="507">a glyph index into @font, or %PANGO_GLYPH_EMPTY</doc> <type name="Pango.Glyph" c:type="PangoGlyph"/> </return-value> <parameters> <parameter name="font" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2.c" line="498">a #PangoFont</doc> <type name="Pango.Font" c:type="PangoFont*"/> </parameter> </parameters> </function> <function name="render" c:identifier="pango_ft2_render"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="745">Renders a #PangoGlyphString onto a FreeType2 bitmap.</doc> <source-position filename="../pango/pangoft2.h" line="65"/> <return-value transfer-ownership="none"> <type name="none" c:type="void"/> </return-value> <parameters> <parameter name="bitmap" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="747">the FreeType2 bitmap onto which to draw the string</doc> <type name="freetype2.Bitmap" c:type="FT_Bitmap*"/> </parameter> <parameter name="font" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="748">the font in which to draw the string</doc> <type name="Pango.Font" c:type="PangoFont*"/> </parameter> <parameter name="glyphs" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="749">the glyph string to draw</doc> <type name="Pango.GlyphString" c:type="PangoGlyphString*"/> </parameter> <parameter name="x" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="750">the x position of the start of the string (in pixels)</doc> <type name="gint" c:type="gint"/> </parameter> <parameter name="y" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="751">the y position of the baseline (in pixels)</doc> <type name="gint" c:type="gint"/> </parameter> </parameters> </function> <function name="render_layout" c:identifier="pango_ft2_render_layout"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="627">Render a #PangoLayout onto a FreeType2 bitmap</doc> <source-position filename="../pango/pangoft2.h" line="89"/> <return-value transfer-ownership="none"> <type name="none" c:type="void"/> </return-value> <parameters> <parameter name="bitmap" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="629">a <type>FT_Bitmap</type> to render the layout onto</doc> <type name="freetype2.Bitmap" c:type="FT_Bitmap*"/> </parameter> <parameter name="layout" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="630">a #PangoLayout</doc> <type name="Pango.Layout" c:type="PangoLayout*"/> </parameter> <parameter name="x" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="631">the X position of the left of the layout (in pixels)</doc> <type name="gint" c:type="int"/> </parameter> <parameter name="y" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="632">the Y position of the top of the layout (in pixels)</doc> <type name="gint" c:type="int"/> </parameter> </parameters> </function> <function name="render_layout_line" c:identifier="pango_ft2_render_layout_line"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="682">Render a #PangoLayoutLine onto a FreeType2 bitmap</doc> <source-position filename="../pango/pangoft2.h" line="79"/> <return-value transfer-ownership="none"> <type name="none" c:type="void"/> </return-value> <parameters> <parameter name="bitmap" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="684">a <type>FT_Bitmap</type> to render the line onto</doc> <type name="freetype2.Bitmap" c:type="FT_Bitmap*"/> </parameter> <parameter name="line" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="685">a #PangoLayoutLine</doc> <type name="Pango.LayoutLine" c:type="PangoLayoutLine*"/> </parameter> <parameter name="x" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="686">the x position of start of string (in pixels)</doc> <type name="gint" c:type="int"/> </parameter> <parameter name="y" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="687">the y position of baseline (in pixels)</doc> <type name="gint" c:type="int"/> </parameter> </parameters> </function> <function name="render_layout_line_subpixel" c:identifier="pango_ft2_render_layout_line_subpixel" version="1.6"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="645">Render a #PangoLayoutLine onto a FreeType2 bitmap, with he location specified in fixed-point Pango units rather than pixels. (Using this will avoid extra inaccuracies from rounding to integer pixels multiple times, even if the final glyph positions are integers.)</doc> <source-position filename="../pango/pangoft2.h" line="84"/> <return-value transfer-ownership="none"> <type name="none" c:type="void"/> </return-value> <parameters> <parameter name="bitmap" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="647">a <type>FT_Bitmap</type> to render the line onto</doc> <type name="freetype2.Bitmap" c:type="FT_Bitmap*"/> </parameter> <parameter name="line" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="648">a #PangoLayoutLine</doc> <type name="Pango.LayoutLine" c:type="PangoLayoutLine*"/> </parameter> <parameter name="x" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="649">the x position of start of string (in Pango units)</doc> <type name="gint" c:type="int"/> </parameter> <parameter name="y" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="650">the y position of baseline (in Pango units)</doc> <type name="gint" c:type="int"/> </parameter> </parameters> </function> <function name="render_layout_subpixel" c:identifier="pango_ft2_render_layout_subpixel" version="1.6"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="590">Render a #PangoLayout onto a FreeType2 bitmap, with he location specified in fixed-point Pango units rather than pixels. (Using this will avoid extra inaccuracies from rounding to integer pixels multiple times, even if the final glyph positions are integers.)</doc> <source-position filename="../pango/pangoft2.h" line="94"/> <return-value transfer-ownership="none"> <type name="none" c:type="void"/> </return-value> <parameters> <parameter name="bitmap" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="592">a <type>FT_Bitmap</type> to render the layout onto</doc> <type name="freetype2.Bitmap" c:type="FT_Bitmap*"/> </parameter> <parameter name="layout" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="593">a #PangoLayout</doc> <type name="Pango.Layout" c:type="PangoLayout*"/> </parameter> <parameter name="x" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="594">the X position of the left of the layout (in Pango units)</doc> <type name="gint" c:type="int"/> </parameter> <parameter name="y" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="595">the Y position of the top of the layout (in Pango units)</doc> <type name="gint" c:type="int"/> </parameter> </parameters> </function> <function name="render_transformed" c:identifier="pango_ft2_render_transformed" version="1.6"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="700">Renders a #PangoGlyphString onto a FreeType2 bitmap, possibly transforming the layed-out coordinates through a transformation matrix. Note that the transformation matrix for @font is not changed, so to produce correct rendering results, the @font must have been loaded using a #PangoContext with an identical transformation matrix to that passed in to this function.</doc> <source-position filename="../pango/pangoft2.h" line="71"/> <return-value transfer-ownership="none"> <type name="none" c:type="void"/> </return-value> <parameters> <parameter name="bitmap" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="702">the FreeType2 bitmap onto which to draw the string</doc> <type name="freetype2.Bitmap" c:type="FT_Bitmap*"/> </parameter> <parameter name="matrix" transfer-ownership="none" nullable="1" allow-none="1"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="704">a #PangoMatrix, or %NULL to use an identity transformation</doc> <type name="Pango.Matrix" c:type="const PangoMatrix*"/> </parameter> <parameter name="font" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="703">the font in which to draw the string</doc> <type name="Pango.Font" c:type="PangoFont*"/> </parameter> <parameter name="glyphs" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="706">the glyph string to draw</doc> <type name="Pango.GlyphString" c:type="PangoGlyphString*"/> </parameter> <parameter name="x" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="707">the x position of the start of the string (in Pango units in user space coordinates)</doc> <type name="gint" c:type="int"/> </parameter> <parameter name="y" transfer-ownership="none"> <doc xml:space="preserve" filename="../pango/pangoft2-render.c" line="709">the y position of the baseline (in Pango units in user space coordinates)</doc> <type name="gint" c:type="int"/> </parameter> </parameters> </function> <function name="shutdown_display" c:identifier="pango_ft2_shutdown_display"> <doc xml:space="preserve" filename="../pango/pangoft2-fontmap.c" line="312">Free the global fontmap. (See pango_ft2_font_map_for_display()) Use of the global PangoFT2 fontmap is deprecated.</doc> <source-position filename="../pango/pangoft2.h" line="130"/> <return-value transfer-ownership="none"> <type name="none" c:type="void"/> </return-value> </function> </namespace> </repository>