/usr/share/doc/libtifiles-dev/html/tifiles.c.html is in libtifiles-dev 1.1.2-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | <html>
<head>
<title>Header File Index</title>
<link rel="STYLESHEET" type="TEXT/CSS" href="style.css">
</head>
<body bgcolor="#fffff8">
<table class="INVTABLE" width="100%">
<tbody>
<tr>
<td class="NOBORDER" width="40"><img src="info.gif" border="0"
height="32" width="32"> </td>
<td class="TITLE">Entry Points
<br>
</td>
</tr>
</tbody>
</table>
<hr>
<h3><a name="tifiles_library_init"></a>tifiles_library_init</h3>
<table style="width: 100%; text-align: left;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top;">TIEXPORT2 int TICALL tifiles_library_init()
</td>
</tr>
</tbody>
</table>
<br>
This function must be the first one to call. It inits library internals.
<br>
<br>
<table style="width: 100%; text-align: left;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top;">Return value :<br></td>
<td style="vertical-align: top;">the handle count.
<br></td>
</tr>
</tbody>
</table>
<br>
<h3><a name="tifiles_library_exit"></a>tifiles_library_exit</h3>
<table style="width: 100%; text-align: left;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top;">TIEXPORT2 int TICALL tifiles_library_exit()
</td>
</tr>
</tbody>
</table>
<br>
This function must be the last one to call. Used to release internal resources.
<br>
<br>
<table style="width: 100%; text-align: left;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top;">Return value :<br></td>
<td style="vertical-align: top;">the handle count.
<br></td>
</tr>
</tbody>
</table>
<br>
<h3><a name="tifiles_version_get"></a>tifiles_version_get</h3>
<table style="width: 100%; text-align: left;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top;">TIEXPORT2 const char *TICALL tifiles_version_get(void)
</td>
</tr>
</tbody>
</table>
<br>
This function returns the library version like "X.Y.Z".
<br>
<br>
<table style="width: 100%; text-align: left;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top;">Return value :<br></td>
<td style="vertical-align: top;">a string.
<br></td>
</tr>
</tbody>
</table>
<br>
<h3><a href="file:index.html">Return to the main index</a> </h3><br><br><br></body>
</html>
|