mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-28 00:03:52 +01:00
Move library tree where it belongs
This commit is contained in:
97
lib-src/redland/raptor/docs/tmpl/section-locator.sgml
Normal file
97
lib-src/redland/raptor/docs/tmpl/section-locator.sgml
Normal file
@@ -0,0 +1,97 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
Locator
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Location information for errors, warnings and messages.
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
A small structure that can be optionally filled in when
|
||||
errors, warnings or other messages are generated and returned
|
||||
to user code.
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT raptor_locator ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@uri:
|
||||
@file:
|
||||
@line:
|
||||
@column:
|
||||
@byte:
|
||||
|
||||
<!-- ##### FUNCTION raptor_print_locator ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@stream:
|
||||
@locator:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION raptor_format_locator ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@buffer:
|
||||
@length:
|
||||
@locator:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION raptor_locator_line ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@locator:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION raptor_locator_column ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@locator:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION raptor_locator_byte ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@locator:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION raptor_locator_file ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@locator:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION raptor_locator_uri ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@locator:
|
||||
@Returns:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user