ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/docs/statgrab.xml
(Generate patch)

Comparing projects/libstatgrab/docs/statgrab.xml (file contents):
Revision 1.9 by tdb, Tue May 4 19:28:06 2004 UTC vs.
Revision 1.12 by ats, Sun Jul 18 20:48:57 2004 UTC

# Line 43 | Line 43
43          <void/>
44        </funcprototype>
45        <funcprototype>
46 +        <funcdef>int<function>sg_get_error_errno</function></funcdef>
47 +        <void/>
48 +      </funcprototype>
49 +      <funcprototype>
50          <funcdef>const char *<function>sg_str_error</function></funcdef>
51          <paramdef>sg_error <parameter>code</parameter></paramdef>
52        </funcprototype>
# Line 70 | Line 74
74        </funcprototype>
75  
76        <funcprototype>
77 +        <funcdef>sg_fs_stats *<function>sg_get_fs_stats</function></funcdef>
78 +        <void/>
79 +      </funcprototype>
80 +
81 +      <funcprototype>
82          <funcdef>sg_host_info *<function>sg_get_host_info</function></funcdef>
83          <void/>
84        </funcprototype>
# Line 156 | Line 165
165        The first, <function>sg_get_error</function> returns an sg_error code
166        which relates to the last error generated by libstatgrab. This can be
167        converted to a string by calling <function>sg_str_error</function>
168 <      giving the sg_error code as an argument. Finally, an optional
168 >      giving the sg_error code as an argument. An optional
169        argument may be set when the error was generated. This can be
170 <      accessed by calling <function>sg_get_error_arg</function>.
170 >      accessed by calling <function>sg_get_error_arg</function>;
171 >      <constant>NULL</constant> will be returned if no argument has
172 >      been set. Some errors will also record the value of the system
173 >      errno variable when the error occurred; this can be retrieved by
174 >      calling <function>sg_get_error_errno</function>, which will
175 >      return <constant>0</constant> if no valid errno has been recorded.
176      </para>
177      <para>
178        It is the intended practice that whenever a libstatgrab function is
# Line 183 | Line 197
197          </citerefentry>
198          <citerefentry>
199            <refentrytitle>sg_get_disk_io_stats</refentrytitle>
200 +          <manvolnum>3</manvolnum>
201 +        </citerefentry>
202 +        <citerefentry>
203 +          <refentrytitle>sg_get_fs_stats</refentrytitle>
204            <manvolnum>3</manvolnum>
205          </citerefentry>
206          <citerefentry>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines