summaryrefslogtreecommitdiff
path: root/src/mcd-account.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mcd-account.h')
-rw-r--r--src/mcd-account.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mcd-account.h b/src/mcd-account.h
index 2480440e..6b0dd605 100644
--- a/src/mcd-account.h
+++ b/src/mcd-account.h
@@ -142,6 +142,16 @@ gboolean mcd_account_parameter_is_secret (McdAccount *self,
void mcd_account_property_changed (McdAccount *account, const gchar *name);
+gchar * mcd_account_dup_display_name (McdAccount *self);
+
+gboolean mcd_account_get_parameter (McdAccount *account, const gchar *name,
+ GValue *parameter,
+ GError **error);
+
+gchar * mcd_account_dup_icon (McdAccount *self);
+
+gchar * mcd_account_dup_nickname (McdAccount *self);
+
G_END_DECLS
#endif