summaryrefslogtreecommitdiff
path: root/gdata/services/picasaweb/gdata-picasaweb-album.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/services/picasaweb/gdata-picasaweb-album.h')
-rw-r--r--gdata/services/picasaweb/gdata-picasaweb-album.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdata/services/picasaweb/gdata-picasaweb-album.h b/gdata/services/picasaweb/gdata-picasaweb-album.h
index f09a2de4..9851cb8a 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-album.h
+++ b/gdata/services/picasaweb/gdata-picasaweb-album.h
@@ -37,7 +37,7 @@ G_BEGIN_DECLS
* <ulink type="http" url="http://code.google.com/apis/picasaweb/reference.html#Visibility">online documentation</ulink>.
*
* Since: 0.4.0
- **/
+ */
typedef enum {
GDATA_PICASAWEB_PUBLIC = 1,
GDATA_PICASAWEB_PRIVATE
@@ -58,7 +58,7 @@ typedef struct _GDataPicasaWebAlbumPrivate GDataPicasaWebAlbumPrivate;
* All the fields in the #GDataPicasaWebAlbum structure are private and should never be accessed directly.
*
* Since: 0.4.0
- **/
+ */
typedef struct {
GDataEntry parent;
GDataPicasaWebAlbumPrivate *priv;
@@ -70,7 +70,7 @@ typedef struct {
* All the fields in the #GDataPicasaWebAlbumClass structure are private and should never be accessed directly.
*
* Since: 0.4.0
- **/
+ */
typedef struct {
/*< private >*/
GDataEntryClass parent;