~ubuntu-branches/ubuntu/utopic/yelp/utopic-proposed

« back to all changes in this revision

Viewing changes to docs/libyelp/html/libyelp-yelp-error.html

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-25 10:21:18 UTC
  • mfrom: (1.1.64)
  • Revision ID: package-import@ubuntu.com-20120925102118-pk0ohv96zx2goxk7
Tags: 3.6.0-0ubuntu1
New upstream stable release

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>yelp-error</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="Yelp Reference Manual">
8
8
<link rel="up" href="ch01.html" title="API Reference">
9
9
<link rel="prev" href="YelpSettings.html" title="YelpSettings">
10
10
<link rel="next" href="object-tree.html" title="Object Hierarchy">
11
 
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
26
26
                  <a href="#libyelp-yelp-error.description" class="shortcut">Description</a>
27
27
</td></tr>
28
28
</table>
29
 
<div class="refentry" title="yelp-error">
 
29
<div class="refentry">
30
30
<a name="libyelp-yelp-error"></a><div class="titlepage"></div>
31
31
<div class="refnamediv"><table width="100%"><tr>
32
32
<td valign="top">
35
35
</td>
36
36
<td valign="top" align="right"></td>
37
37
</tr></table></div>
38
 
<div class="refsynopsisdiv" title="Synopsis">
 
38
<div class="refsynopsisdiv">
39
39
<a name="libyelp-yelp-error.synopsis"></a><h2>Synopsis</h2>
40
40
<pre class="synopsis">#define             <a href="libyelp-yelp-error.html#YELP-ERROR:CAPS">YELP_ERROR</a>
41
41
enum                <a href="libyelp-yelp-error.html#YelpError">YelpError</a>;
42
 
<span class="returnvalue">GError</span> *            <a href="libyelp-yelp-error.html#yelp-error-copy">yelp_error_copy</a>                     (<em class="parameter"><code><span class="type">GError</span> *error</code></em>);
43
 
const <span class="returnvalue">gchar</span> *       <a href="libyelp-yelp-error.html#yelp-error-get-title">yelp_error_get_title</a>                (<em class="parameter"><code><span class="type">GError</span> *error</code></em>);
 
42
<a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="returnvalue">GError</span></a> *            <a href="libyelp-yelp-error.html#yelp-error-copy">yelp_error_copy</a>                     (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);
 
43
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a href="libyelp-yelp-error.html#yelp-error-get-title">yelp_error_get_title</a>                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);
44
44
</pre>
45
45
</div>
46
 
<div class="refsect1" title="Description">
 
46
<div class="refsect1">
47
47
<a name="libyelp-yelp-error.description"></a><h2>Description</h2>
48
48
</div>
49
 
<div class="refsect1" title="Details">
 
49
<div class="refsect1">
50
50
<a name="libyelp-yelp-error.details"></a><h2>Details</h2>
51
 
<div class="refsect2" title="YELP_ERROR">
 
51
<div class="refsect2">
52
52
<a name="YELP-ERROR:CAPS"></a><h3>YELP_ERROR</h3>
53
53
<pre class="programlisting">#define YELP_ERROR g_quark_from_static_string ("yelp-error")
54
54
</pre>
55
55
</div>
56
56
<hr>
57
 
<div class="refsect2" title="enum YelpError">
 
57
<div class="refsect2">
58
58
<a name="YelpError"></a><h3>enum YelpError</h3>
59
59
<pre class="programlisting">typedef enum {
60
60
    YELP_ERROR_NOT_FOUND,
65
65
</pre>
66
66
</div>
67
67
<hr>
68
 
<div class="refsect2" title="yelp_error_copy ()">
 
68
<div class="refsect2">
69
69
<a name="yelp-error-copy"></a><h3>yelp_error_copy ()</h3>
70
 
<pre class="programlisting"><span class="returnvalue">GError</span> *            yelp_error_copy                     (<em class="parameter"><code><span class="type">GError</span> *error</code></em>);</pre>
 
70
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="returnvalue">GError</span></a> *            yelp_error_copy                     (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);</pre>
71
71
</div>
72
72
<hr>
73
 
<div class="refsect2" title="yelp_error_get_title ()">
 
73
<div class="refsect2">
74
74
<a name="yelp-error-get-title"></a><h3>yelp_error_get_title ()</h3>
75
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       yelp_error_get_title                (<em class="parameter"><code><span class="type">GError</span> *error</code></em>);</pre>
 
75
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       yelp_error_get_title                (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);</pre>
76
76
</div>
77
77
</div>
78
78
</div>
79
79
<div class="footer">
80
80
<hr>
81
 
          Generated by GTK-Doc V1.15</div>
 
81
          Generated by GTK-Doc V1.18</div>
82
82
</body>
83
83
</html>
 
 
b'\\ No newline at end of file'