~ubuntu-branches/ubuntu/oneiric/libgdata/oneiric-backports

« back to all changes in this revision

Viewing changes to docs/reference/html/GDataPicasaWebUser.html

  • Committer: Package Import Robot
  • Author(s): Evan Broder
  • Date: 2011-11-15 21:59:48 UTC
  • mfrom: (4.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20111115215948-e17s889ocgu5fv4f
Tags: 0.10.1-1~oneiric1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
<title>GDataPicasaWebUser</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="GData Reference Manual">
8
 
<link rel="up" href="ch15.html" title="Google PicasaWeb API">
 
8
<link rel="up" href="ch17.html" title="Google PicasaWeb API">
9
9
<link rel="prev" href="GDataPicasaWebFile.html" title="GDataPicasaWebFile">
10
 
<link rel="next" href="pt05.html" title="Part V. Appendices">
 
10
<link rel="next" href="GDataPicasaWebComment.html" title="GDataPicasaWebComment">
11
11
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
15
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
16
<tr valign="middle">
17
17
<td><a accesskey="p" href="GDataPicasaWebFile.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
 
<td><a accesskey="u" href="ch15.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
18
<td><a accesskey="u" href="ch17.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">GData Reference Manual</th>
21
 
<td><a accesskey="n" href="pt05.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
21
<td><a accesskey="n" href="GDataPicasaWebComment.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="#GDataPicasaWebUser.synopsis" class="shortcut">Top</a>
272
272
<pre class="programlisting">  "max-photos-per-album"     <a href="/opt/gnome3/build/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
273
273
<p>
274
274
The maximum number of photos allowed in an album.
275
 
http://code.google.com/apis/picasaweb/reference.html<span class="type">gphoto_maxPhotosPerAlbum</span>
 
275
http://code.google.com/apis/picasaweb/docs/2.0/reference.html<span class="type">gphoto_maxPhotosPerAlbum</span>
 
276
</p>
 
277
<p>
 
278
If the <a class="link" href="GDataPicasaWebUser.html" title="GDataPicasaWebUser"><span class="type">GDataPicasaWebUser</span></a> does not represent the currently authenticated user, this will be <code class="code">-1</code>.
276
279
</p>
277
280
<p>Allowed values: &gt;= G_MAXULONG</p>
278
281
<p>Default value: -1</p>
284
287
<pre class="programlisting">  "nickname"                 <a href="/opt/gnome3/build/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
285
288
<p>
286
289
The user's nickname. This is a user-specified value that should be used when referring to the user by name.
287
 
http://code.google.com/apis/picasaweb/reference.html<span class="type">gphoto_nickname</span>
 
290
http://code.google.com/apis/picasaweb/docs/2.0/reference.html<span class="type">gphoto_nickname</span>
288
291
</p>
289
292
<p>Default value: NULL</p>
290
293
<p class="since">Since 0.6.0</p>
295
298
<pre class="programlisting">  "quota-current"            <a href="/opt/gnome3/build/share/gtk-doc/html/glib/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a>                : Read</pre>
296
299
<p>
297
300
The current amount of space, in bytes, already used by the user.
298
 
http://code.google.com/apis/picasaweb/reference.html<span class="type">gphoto_quotacurrent</span>
 
301
http://code.google.com/apis/picasaweb/docs/2.0/reference.html<span class="type">gphoto_quotacurrent</span>
 
302
</p>
 
303
<p>
 
304
If the <a class="link" href="GDataPicasaWebUser.html" title="GDataPicasaWebUser"><span class="type">GDataPicasaWebUser</span></a> does not represent the currently authenticated user, this will be <code class="code">-1</code>.
299
305
</p>
300
306
<p>Allowed values: &gt;= -1</p>
301
307
<p>Default value: -1</p>
307
313
<pre class="programlisting">  "quota-limit"              <a href="/opt/gnome3/build/share/gtk-doc/html/glib/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a>                : Read</pre>
308
314
<p>
309
315
The total amount of space, in bytes, available to the user.
310
 
http://code.google.com/apis/picasaweb/reference.html<span class="type">gphoto_quotalimit</span>
 
316
http://code.google.com/apis/picasaweb/docs/2.0/reference.html<span class="type">gphoto_quotalimit</span>
 
317
</p>
 
318
<p>
 
319
If the <a class="link" href="GDataPicasaWebUser.html" title="GDataPicasaWebUser"><span class="type">GDataPicasaWebUser</span></a> does not represent the currently authenticated user, this will be <code class="code">-1</code>.
311
320
</p>
312
321
<p>Allowed values: &gt;= -1</p>
313
322
<p>Default value: -1</p>
319
328
<pre class="programlisting">  "thumbnail-uri"            <a href="/opt/gnome3/build/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
320
329
<p>
321
330
The URI of a thumbnail-sized portrait of the user.
322
 
http://code.google.com/apis/picasaweb/reference.html<span class="type">gphoto_thumbnail</span>
 
331
http://code.google.com/apis/picasaweb/docs/2.0/reference.html<span class="type">gphoto_thumbnail</span>
323
332
</p>
324
333
<p>Default value: NULL</p>
325
334
<p class="since">Since 0.6.0</p>
330
339
<pre class="programlisting">  "user"                     <a href="/opt/gnome3/build/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
331
340
<p>
332
341
The username of the user, as seen in feed URLs.
333
 
http://code.google.com/apis/picasaweb/reference.html<span class="type">gphoto_user</span>
 
342
http://code.google.com/apis/picasaweb/docs/2.0/reference.html<span class="type">gphoto_user</span>
334
343
</p>
335
344
<p>Default value: NULL</p>
336
345
<p class="since">Since 0.6.0</p>