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 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
|
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
]>
<refentry id="ListallerIPKChangelog">
<refmeta>
<refentrytitle role="top_of_page" id="ListallerIPKChangelog.top_of_page">ListallerIPKChangelog</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>
LISTALLER Library
</refmiscinfo>
</refmeta>
<refnamediv>
<refname>ListallerIPKChangelog</refname>
<refpurpose>Retrieve information from application changelogs</refpurpose>
</refnamediv>
<refsect1 id="ListallerIPKChangelog.functions" role="functions_proto">
<title role="functions_proto.title">Functions</title>
<informaltable pgwide="1" frame="none">
<tgroup cols="2">
<colspec colname="functions_return" colwidth="150px"/>
<colspec colname="functions_name"/>
<tbody>
<row><entry role="define_keyword">#define</entry><entry role="function_name"><link linkend="LISTALLER-IPK-TYPE-CHANGELOG:CAPS">LISTALLER_IPK_TYPE_CHANGELOG</link></entry></row>
<row><entry role="function_type"><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>
</entry><entry role="function_name"><link linkend="listaller-ipk-changelog-open">listaller_ipk_changelog_open</link> <phrase role="c_punctuation">()</phrase></entry></row>
<row><entry role="function_type"><link linkend="ListallerIPKChangelog"><returnvalue>ListallerIPKChangelog</returnvalue></link> *
</entry><entry role="function_name"><link linkend="listaller-ipk-changelog-new">listaller_ipk_changelog_new</link> <phrase role="c_punctuation">()</phrase></entry></row>
</tbody>
</tgroup>
</informaltable>
</refsect1>
<refsect1 id="ListallerIPKChangelog.other" role="other_proto">
<title role="other_proto.title">Types and Values</title>
<informaltable role="enum_members_table" pgwide="1" frame="none">
<tgroup cols="2">
<colspec colname="name" colwidth="150px"/>
<colspec colname="description"/>
<tbody>
<row><entry role="datatype_keyword">struct</entry><entry role="function_name"><link linkend="ListallerIPKChangelog-struct">ListallerIPKChangelog</link></entry></row>
<row><entry role="datatype_keyword">struct</entry><entry role="function_name"><link linkend="ListallerIPKChangelogClass">ListallerIPKChangelogClass</link></entry></row>
</tbody>
</tgroup>
</informaltable>
</refsect1>
<refsect1 id="ListallerIPKChangelog.object-hierarchy" role="object_hierarchy">
<title role="object_hierarchy.title">Object Hierarchy</title>
<screen> <link linkend="GObject">GObject</link>
<phrase role="lineart">╰──</phrase> ListallerIPKChangelog
</screen>
</refsect1>
<refsect1 id="ListallerIPKChangelog.description" role="desc">
<title role="desc.title">Description</title>
</refsect1>
<refsect1 id="ListallerIPKChangelog.functions_details" role="details">
<title role="details.title">Functions</title>
<refsect2 id="LISTALLER-IPK-TYPE-CHANGELOG:CAPS" role="macro">
<title>LISTALLER_IPK_TYPE_CHANGELOG</title>
<indexterm zone="LISTALLER-IPK-TYPE-CHANGELOG:CAPS"><primary sortas="IPK_TYPE_CHANGELOG">LISTALLER_IPK_TYPE_CHANGELOG</primary></indexterm>
<programlisting language="C">#define LISTALLER_IPK_TYPE_CHANGELOG (listaller_ipk_changelog_get_type ())
</programlisting>
<para>The type for <link linkend="ListallerIPKChangelog"><type>ListallerIPKChangelog</type></link>.</para>
</refsect2>
<refsect2 id="listaller-ipk-changelog-open" role="function">
<title>listaller_ipk_changelog_open ()</title>
<indexterm zone="listaller-ipk-changelog-open"><primary sortas="ipk_changelog_open">listaller_ipk_changelog_open</primary></indexterm>
<programlisting language="C"><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>
listaller_ipk_changelog_open (<parameter><link linkend="ListallerIPKChangelog"><type>ListallerIPKChangelog</type></link> *self</parameter>,
<parameter>const <link linkend="gchar"><type>gchar</type></link> *fname</parameter>);</programlisting>
<refsect3 role="parameters">
<title>Parameters</title>
<informaltable role="parameters_table" pgwide="1" frame="none">
<tgroup cols="3">
<colspec colname="parameters_name" colwidth="150px"/>
<colspec colname="parameters_description"/>
<colspec colname="parameters_annotations" colwidth="200px"/>
<tbody>
<row><entry role="parameter_name"><para>self</para></entry>
<entry role="parameter_description"><para>the <link linkend="ListallerIPKChangelog"><type>ListallerIPKChangelog</type></link> instance</para></entry>
<entry role="parameter_annotations"></entry></row>
<row><entry role="parameter_name"><para>fname</para></entry>
<entry role="parameter_description"><para> </para></entry>
<entry role="parameter_annotations"></entry></row>
</tbody></tgroup></informaltable>
</refsect3></refsect2>
<refsect2 id="listaller-ipk-changelog-new" role="function">
<title>listaller_ipk_changelog_new ()</title>
<indexterm zone="listaller-ipk-changelog-new"><primary sortas="ipk_changelog_new">listaller_ipk_changelog_new</primary></indexterm>
<programlisting language="C"><link linkend="ListallerIPKChangelog"><returnvalue>ListallerIPKChangelog</returnvalue></link> *
listaller_ipk_changelog_new (<parameter><type>void</type></parameter>);</programlisting>
</refsect2>
</refsect1>
<refsect1 id="ListallerIPKChangelog.other_details" role="details">
<title role="details.title">Types and Values</title>
<refsect2 id="ListallerIPKChangelog-struct" role="struct">
<title>struct ListallerIPKChangelog</title>
<indexterm zone="ListallerIPKChangelog-struct"><primary sortas="IPKChangelog">ListallerIPKChangelog</primary></indexterm>
<programlisting language="C">struct ListallerIPKChangelog;</programlisting>
<para>Retrieve information from application changelogs</para>
</refsect2>
<refsect2 id="ListallerIPKChangelogClass" role="struct">
<title>struct ListallerIPKChangelogClass</title>
<indexterm zone="ListallerIPKChangelogClass"><primary sortas="IPKChangelogClass">ListallerIPKChangelogClass</primary></indexterm>
<programlisting language="C">struct ListallerIPKChangelogClass {
GObjectClass parent_class;
};
</programlisting>
<para>The class structure for <link linkend="LISTALLER-IPK-TYPE-CHANGELOG:CAPS"><literal>LISTALLER_IPK_TYPE_CHANGELOG</literal></link>. All the fields in this structure are private and should never be accessed directly.</para>
<refsect3 role="struct_members">
<title>Members</title>
<informaltable role="struct_members_table" pgwide="1" frame="none">
<tgroup cols="3">
<colspec colname="struct_members_name" colwidth="300px"/>
<colspec colname="struct_members_description"/>
<colspec colname="struct_members_annotations" colwidth="200px"/>
<tbody>
<row><entry role="struct_member_name"><para><link linkend="GObjectClass"><type>GObjectClass</type></link> <structfield id="ListallerIPKChangelogClass.parent-class">parent_class</structfield>;</para></entry>
<listitem><para>the parent class structure</para></listitem>
<entry role="struct_member_description"><para>the parent class structure</para></entry>
<entry role="struct_member_annotations"></entry>
</row>
</tbody></tgroup></informaltable>
</refsect3>
</refsect2>
</refsect1>
</refentry>
|