~ubuntu-branches/ubuntu/trusty/gnome-online-accounts/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/html/goa-GoaError.html

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Thomas Bechtold, Tim Lunn, Jeremy Bicha, Michael Biebl
  • Date: 2013-05-24 17:59:18 UTC
  • mfrom: (0.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20130524175918-fd3s69zy2ow3g4af
Tags: 3.8.2-1
[ Thomas Bechtold ]
* New upstream release.

[ Tim Lunn ]
* debian/rules:
  - Explicitly enable owncloud
  - Don't try to enable Twitter or Yahoo support as they are not currently
    included
* debian/libgoa-1.0-common: install arch-independent css file here rather
  than in libgoa-1.0-0

[ Jeremy Bicha ]
* debian/control.in: Add Breaks/Replaces for above change. This is only
  needed for users of experimental though.

[ Michael Biebl ]
* Upload to unstable.

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>GoaError</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="GNOME Online Accounts Reference Manual">
8
8
<link rel="up" href="ref-library.html" title="Part III. Client Library API Reference">
9
9
<link rel="prev" href="GoaClient.html" title="GoaClient">
10
 
<link rel="next" href="ref-library-generated.html" title="Generated Code">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
10
<link rel="next" href="goa-Version-Information.html" title="Version Information">
 
11
<meta name="generator" content="GTK-Doc V1.18.1 (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">
18
18
<td><a accesskey="u" href="ref-library.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
20
<th width="100%" align="center">GNOME Online Accounts Reference Manual</th>
21
 
<td><a accesskey="n" href="ref-library-generated.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
21
<td><a accesskey="n" href="goa-Version-Information.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
22
</tr>
23
23
<tr><td colspan="5" class="shortcuts">
24
24
<a href="#goa-GoaError.synopsis" class="shortcut">Top</a>
67
67
  GOA_ERROR_NOT_SUPPORTED,    /* org.gnome.OnlineAccounts.Error.NotSupported */
68
68
  GOA_ERROR_DIALOG_DISMISSED, /* org.gnome.OnlineAccounts.Error.DialogDismissed */
69
69
  GOA_ERROR_ACCOUNT_EXISTS,   /* org.gnome.OnlineAccounts.Error.AccountExists */
70
 
  GOA_ERROR_NOT_AUTHORIZED    /* org.gnome.OnlineAccounts.Error.NotAuthorized */
 
70
  GOA_ERROR_NOT_AUTHORIZED,   /* org.gnome.OnlineAccounts.Error.NotAuthorized */
 
71
  GOA_ERROR_SSL               /* org.gnome.OnlineAccounts.Error.SSL */
71
72
} GoaError;
72
73
</pre>
73
74
<p>
105
106
<td>Not authorized to perform operation.
106
107
</td>
107
108
</tr>
 
109
<tr>
 
110
<td><p><a name="GOA-ERROR-SSL:CAPS"></a><span class="term"><code class="literal">GOA_ERROR_SSL</code></span></p></td>
 
111
<td>Invalid SSL certificate.
 
112
</td>
 
113
</tr>
108
114
</tbody>
109
115
</table></div>
110
116
</div>
112
118
</div>
113
119
<div class="footer">
114
120
<hr>
115
 
          Generated by GTK-Doc V1.18</div>
 
121
          Generated by GTK-Doc V1.18.1</div>
116
122
</body>
117
123
</html>
 
 
b'\\ No newline at end of file'