summaryrefslogtreecommitdiff
path: root/mission-control-plugins/account-storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'mission-control-plugins/account-storage.c')
-rw-r--r--mission-control-plugins/account-storage.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/mission-control-plugins/account-storage.c b/mission-control-plugins/account-storage.c
index 4390937d..682c1438 100644
--- a/mission-control-plugins/account-storage.c
+++ b/mission-control-plugins/account-storage.c
@@ -158,7 +158,8 @@ struct _McpAccountStorageIface
const McpAccountStorage *self,
const gchar *account);
- TpStorageRestrictionFlags (*get_restrictions) (
+ /* FIXME: when breaking API, make this return TpStorageRestrictionFlags */
+ guint (*get_restrictions) (
const McpAccountStorage *self,
const gchar *account);
};
@@ -745,10 +746,11 @@ mcp_account_storage_get_additional_info (const McpAccountStorage *storage,
* @storage: an #McpAccountStorage instance
* @account: the unique name of the account
*
- * Returns: a bitmask with the restrictions of this
- * account storage.
+ * Returns: a bitmask of %TpStorageRestrictionFlags with the restrictions to
+ * account storage.
*/
-TpStorageRestrictionFlags
+/* FIXME: when breaking API, make this return TpStorageRestrictionFlags */
+guint
mcp_account_storage_get_restrictions (const McpAccountStorage *storage,
const gchar *account)
{