summaryrefslogtreecommitdiff
path: root/gdata/gdata-access-rule.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/gdata-access-rule.h')
-rw-r--r--gdata/gdata-access-rule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdata/gdata-access-rule.h b/gdata/gdata-access-rule.h
index f27c8fa3..0725406c 100644
--- a/gdata/gdata-access-rule.h
+++ b/gdata/gdata-access-rule.h
@@ -101,7 +101,7 @@ GType gdata_access_rule_get_type (void) G_GNUC_CONST;
GDataAccessRule *gdata_access_rule_new (const gchar *id) G_GNUC_WARN_UNUSED_RESULT G_GNUC_MALLOC;
-const gchar *gdata_access_rule_get_role (GDataAccessRule *self);
+const gchar *gdata_access_rule_get_role (GDataAccessRule *self) G_GNUC_PURE;
void gdata_access_rule_set_role (GDataAccessRule *self, const gchar *role);
void gdata_access_rule_get_scope (GDataAccessRule *self, const gchar **type, const gchar **value);
void gdata_access_rule_set_scope (GDataAccessRule *self, const gchar *type, const gchar *value);