~ubuntu-branches/debian/experimental/gupnp/experimental

« back to all changes in this revision

Viewing changes to doc/xml/xdgmimeglob.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton
  • Date: 2008-06-30 09:32:18 UTC
  • mfrom: (1.2.1 upstream) (2.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080630093218-vmb4elru8cn18579
Tags: 0.12.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
]>
6
6
<refentry id="gupnp-xdgmimeglob">
7
7
<refmeta>
8
 
<refentrytitle role="top_of_page">xdgmimeglob</refentrytitle>
 
8
<refentrytitle role="top_of_page" id="gupnp-xdgmimeglob.top_of_page">xdgmimeglob</refentrytitle>
9
9
<manvolnum>3</manvolnum>
10
10
<refmiscinfo>GUPNP Library</refmiscinfo>
11
11
</refmeta>
16
16
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
17
17
</refnamediv>
18
18
 
19
 
<refsynopsisdiv role="synopsis">
 
19
<refsynopsisdiv id="gupnp-xdgmimeglob.synopsis" role="synopsis">
20
20
<title role="synopsis.title">Synopsis</title>
21
21
 
22
22
<synopsis>
23
 
 
24
 
 
25
 
 
26
 
typedef             <link linkend="XdgGlobHash">XdgGlobHash</link>;
27
 
enum                <link linkend="XdgGlobType">XdgGlobType</link>;
28
23
</synopsis>
29
24
</refsynopsisdiv>
30
25
 
36
31
 
37
32
 
38
33
 
39
 
<refsect1 role="desc">
 
34
<refsect1 id="gupnp-xdgmimeglob.description" role="desc">
40
35
<title role="desc.title">Description</title>
41
36
<para>
42
37
 
43
38
</para>
44
39
</refsect1>
45
40
 
46
 
<refsect1 role="details">
 
41
<refsect1 id="gupnp-xdgmimeglob.details" role="details">
47
42
<title role="details.title">Details</title>
48
 
<refsect2>
49
 
<title><anchor id="XdgGlobHash" role="typedef"/>XdgGlobHash</title>
50
 
<indexterm><primary>XdgGlobHash</primary></indexterm><programlisting>typedef struct XdgGlobHash XdgGlobHash;
51
 
</programlisting>
52
 
<para>
53
 
 
54
 
</para></refsect2>
55
 
<refsect2>
56
 
<title><anchor id="XdgGlobType" role="enum"/>enum XdgGlobType</title>
57
 
<indexterm><primary>XdgGlobType</primary></indexterm><programlisting>typedef enum
58
 
{
59
 
  XDG_GLOB_LITERAL, /* Makefile */
60
 
  XDG_GLOB_SIMPLE,  /* *.gif */
61
 
  XDG_GLOB_FULL     /* x*.[ch] */
62
 
} XdgGlobType;
63
 
</programlisting>
64
 
<para>
65
 
 
66
 
</para></refsect2>
67
43
 
68
44
</refsect1>
69
45