/usr/share/doc/libzvbi-doc/html/deprecated.html is in libzvbi-doc 0.2.35-2.
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 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.4"/>
<title>ZVBI Library: Deprecated List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">ZVBI Library
 <span id="projectnumber">0.2.35</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.4 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Deprecated List </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt><a class="anchor" id="_deprecated000009"></a>Global <a class="el" href="group__Cache.html#ga4acead5ea36aa202d79c097f4cfa74eb">vbi_cache_hi_subno</a> (<a class="el" href="structvbi__decoder.html">vbi_decoder</a> *vbi, int pgno)</dt>
<dd>Rationale same as <a class="el" href="group__Cache.html#ga6bef9040725203946cd78656319c3f23">vbi_is_cached()</a>. </dd>
<dt><a class="anchor" id="_deprecated000003"></a>Global <a class="el" href="group__Device.html#gaf211fb350558cde9ce0905f614283769">vbi_capture_dvb_new</a> (char *dev, int scanning, unsigned int *services, int strict, char **errstr, vbi_bool trace) _vbi_deprecated</dt>
<dd>This function is deprecated. Use <a class="el" href="group__Device.html#ga5e3db7d41909ec8d8da30c8712d8cfdf">vbi_capture_dvb_new2()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000006"></a>Global <a class="el" href="group__Event.html#gacd13f9d8a2d47a4393541b7411fe426a">vbi_event_handler_add</a> (<a class="el" href="structvbi__decoder.html">vbi_decoder</a> *vbi, int event_mask, vbi_event_handler handler, void *user_data)</dt>
<dd>Replaces all existing handlers with this <em>handler</em> function, ignoring <em>user_data</em>. Use <a class="el" href="group__Event.html#ga6692bb41583ca67af5701360f321e3d7">vbi_event_handler_register()</a> in new code. </dd>
<dt><a class="anchor" id="_deprecated000007"></a>Global <a class="el" href="group__Event.html#gafe1402773aeb3b23243ba56949461ac6">vbi_event_handler_remove</a> (<a class="el" href="structvbi__decoder.html">vbi_decoder</a> *vbi, vbi_event_handler handler)</dt>
<dd>This functions lacks a user_data parameter. Use <a class="el" href="group__Event.html#ga6692bb41583ca67af5701360f321e3d7">vbi_event_handler_register()</a> in new code. </dd>
<dt><a class="anchor" id="_deprecated000001"></a>Global <a class="el" href="group__Render.html#ga6e6e2bde8336906e8b87355205a551f6">vbi_get_max_rendered_size</a> (int *w, int *h)</dt>
<dd>Character cells are 12 x 10 for Teletext and 16 x 26 for Caption. Page size is in <a class="el" href="structvbi__page.html" title="Formatted Teletext or Closed Caption page. ">vbi_page</a>. </dd>
<dt><a class="anchor" id="_deprecated000002"></a>Global <a class="el" href="group__Render.html#ga5d9268821b645b87e609de0f7410325c">vbi_get_vt_cell_size</a> (int *w, int *h)</dt>
<dd>Character cells are 12 x 10 for Teletext and 16 x 26 for Caption. </dd>
<dt><a class="anchor" id="_deprecated000008"></a>Global <a class="el" href="group__Cache.html#ga6bef9040725203946cd78656319c3f23">vbi_is_cached</a> (<a class="el" href="structvbi__decoder.html">vbi_decoder</a> *, int pgno, int subno)</dt>
<dd>At the moment pages can only be added to the cache but not removed unless the decoder is reset. That will change, making the result volatile in a multithreaded environment.</dd>
</dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Oct 23 2013 04:20:01 for ZVBI Library by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
</small></address>
</body>
</html>
|