opensc/doc/api/apps/sc_free_apps.xml

35 lines
833 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<refentry id="scfreeapps">
<refentryinfo><title>OpenSC API Reference</title></refentryinfo>
<refmeta>
<refentrytitle>sc_free_apps</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>opensc</refmiscinfo>
</refmeta>
<refnamediv>
<refname>sc_free_apps</refname>
<refpurpose>Free application list</refpurpose>
</refnamediv>
<refsect1>
<title>Synopsis</title>
<para>
<programlisting>
#include &lt;opensc.h&gt;
void sc_free_apps(struct sc_card *card);
</programlisting>
</para>
</refsect1>
<refsect1>
<title>Description</title>
<para>
This functions releases all memory associated with the list of applications
on <emphasis>card</emphasis>, as obtained by a call to <link
linkend="scenumapps">sc_enum_apps()</link>.
</para>
</refsect1>
</refentry>