File: ubuntu-appinstall.xml

package info (click to toggle)
appstream 0.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,660 kB
  • ctags: 2,618
  • sloc: xml: 10,142; ansic: 8,362; cpp: 1,905; python: 236; sh: 58; makefile: 13
file content (121 lines) | stat: -rw-r--r-- 5,415 bytes parent folder | download
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
<?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="appstream-AsProviderUbuntuAppinstall">
<refmeta>
<refentrytitle role="top_of_page" id="appstream-AsProviderUbuntuAppinstall.top_of_page">AsProviderUbuntuAppinstall</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>
  APPSTREAM Library
</refmiscinfo>
</refmeta>
<refnamediv>
<refname>AsProviderUbuntuAppinstall</refname>
<refpurpose></refpurpose>
</refnamediv>

<refsect1 id="appstream-AsProviderUbuntuAppinstall.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="function_type"><link linkend="AsProviderUbuntuAppinstall"><returnvalue>AsProviderUbuntuAppinstall</returnvalue></link>&#160;*
</entry><entry role="function_name"><link linkend="as-provider-ubuntu-appinstall-new">as_provider_ubuntu_appinstall_new</link>&#160;<phrase role="c_punctuation">()</phrase></entry></row>
<row><entry role="function_type"><link linkend="AsProviderUbuntuAppinstall"><returnvalue>AsProviderUbuntuAppinstall</returnvalue></link>&#160;*
</entry><entry role="function_name"><link linkend="as-provider-ubuntu-appinstall-construct">as_provider_ubuntu_appinstall_construct</link>&#160;<phrase role="c_punctuation">()</phrase></entry></row>

</tbody>
</tgroup>
</informaltable>
</refsect1>
<refsect1 id="appstream-AsProviderUbuntuAppinstall.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="AsProviderUbuntuAppinstall">AsProviderUbuntuAppinstall</link></entry></row>
<row><entry role="datatype_keyword">struct</entry><entry role="function_name"><link linkend="AsProviderUbuntuAppinstallClass">AsProviderUbuntuAppinstallClass</link></entry></row>
<row><entry role="datatype_keyword"></entry><entry role="function_name"><link linkend="AsProviderUbuntuAppinstallPrivate">AsProviderUbuntuAppinstallPrivate</link></entry></row>

</tbody>
</tgroup>
</informaltable>
</refsect1>


<refsect1 id="appstream-AsProviderUbuntuAppinstall.description" role="desc">
<title role="desc.title">Description</title>
<para>
</para>

</refsect1>
<refsect1 id="appstream-AsProviderUbuntuAppinstall.functions_details" role="details">
<title role="details.title">Functions</title>
<refsect2 id="as-provider-ubuntu-appinstall-new" role="function">
<title>as_provider_ubuntu_appinstall_new&#160;()</title>
<indexterm zone="as-provider-ubuntu-appinstall-new"><primary>as_provider_ubuntu_appinstall_new</primary></indexterm>
<programlisting language="C"><link linkend="AsProviderUbuntuAppinstall"><returnvalue>AsProviderUbuntuAppinstall</returnvalue></link>&#160;*
as_provider_ubuntu_appinstall_new (<parameter><type>void</type></parameter>);</programlisting>
<para>
</para>
<refsect3 role="returns">
<title>Returns</title>

<para></para>
</refsect3></refsect2>
<refsect2 id="as-provider-ubuntu-appinstall-construct" role="function">
<title>as_provider_ubuntu_appinstall_construct&#160;()</title>
<indexterm zone="as-provider-ubuntu-appinstall-construct"><primary>as_provider_ubuntu_appinstall_construct</primary></indexterm>
<programlisting language="C"><link linkend="AsProviderUbuntuAppinstall"><returnvalue>AsProviderUbuntuAppinstall</returnvalue></link>&#160;*
as_provider_ubuntu_appinstall_construct
                               (<parameter><link linkend="GType"><type>GType</type></link> object_type</parameter>);</programlisting>
<para>
</para>
<refsect3 role="returns">
<title>Returns</title>

<para></para>
</refsect3></refsect2>

</refsect1>
<refsect1 id="appstream-AsProviderUbuntuAppinstall.other_details" role="details">
<title role="details.title">Types and Values</title>
<refsect2 id="AsProviderUbuntuAppinstall" role="struct">
<title>struct AsProviderUbuntuAppinstall</title>
<indexterm zone="AsProviderUbuntuAppinstall"><primary>AsProviderUbuntuAppinstall</primary></indexterm>
<programlisting language="C">struct AsProviderUbuntuAppinstall {
	AsDataProvider parent_instance;
	AsProviderUbuntuAppinstallPrivate * priv;
};
</programlisting>
<para>
</para>
</refsect2>
<refsect2 id="AsProviderUbuntuAppinstallClass" role="struct">
<title>struct AsProviderUbuntuAppinstallClass</title>
<indexterm zone="AsProviderUbuntuAppinstallClass"><primary>AsProviderUbuntuAppinstallClass</primary></indexterm>
<programlisting language="C">struct AsProviderUbuntuAppinstallClass {
	AsDataProviderClass parent_class;
};
</programlisting>
<para>
</para>
</refsect2>
<refsect2 id="AsProviderUbuntuAppinstallPrivate" role="struct">
<title>AsProviderUbuntuAppinstallPrivate</title>
<indexterm zone="AsProviderUbuntuAppinstallPrivate"><primary>AsProviderUbuntuAppinstallPrivate</primary></indexterm>
<programlisting language="C">typedef struct _AsProviderUbuntuAppinstallPrivate AsProviderUbuntuAppinstallPrivate;</programlisting>
<para>
</para>
</refsect2>

</refsect1>

</refentry>