summaryrefslogtreecommitdiff
path: root/gdata/services/picasaweb/gdata-picasaweb-user.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/services/picasaweb/gdata-picasaweb-user.h')
-rw-r--r--gdata/services/picasaweb/gdata-picasaweb-user.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gdata/services/picasaweb/gdata-picasaweb-user.h b/gdata/services/picasaweb/gdata-picasaweb-user.h
index 0dc0f60d..bd92d14b 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-user.h
+++ b/gdata/services/picasaweb/gdata-picasaweb-user.h
@@ -64,12 +64,12 @@ typedef struct {
GType gdata_picasaweb_user_get_type (void) G_GNUC_CONST;
-const gchar *gdata_picasaweb_user_get_user (GDataPicasaWebUser *self);
-const gchar *gdata_picasaweb_user_get_nickname (GDataPicasaWebUser *self);
-gint64 gdata_picasaweb_user_get_quota_limit (GDataPicasaWebUser *self);
-gint64 gdata_picasaweb_user_get_quota_current (GDataPicasaWebUser *self);
-gint gdata_picasaweb_user_get_max_photos_per_album (GDataPicasaWebUser *self);
-const gchar *gdata_picasaweb_user_get_thumbnail_uri (GDataPicasaWebUser *self);
+const gchar *gdata_picasaweb_user_get_user (GDataPicasaWebUser *self) G_GNUC_PURE;
+const gchar *gdata_picasaweb_user_get_nickname (GDataPicasaWebUser *self) G_GNUC_PURE;
+gint64 gdata_picasaweb_user_get_quota_limit (GDataPicasaWebUser *self) G_GNUC_PURE;
+gint64 gdata_picasaweb_user_get_quota_current (GDataPicasaWebUser *self) G_GNUC_PURE;
+gint gdata_picasaweb_user_get_max_photos_per_album (GDataPicasaWebUser *self) G_GNUC_PURE;
+const gchar *gdata_picasaweb_user_get_thumbnail_uri (GDataPicasaWebUser *self) G_GNUC_PURE;
G_END_DECLS