aboutsummaryrefslogtreecommitdiffstats
path: root/python/pyempathy/pyempathy.defs
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-06 18:31:00 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-06 18:31:00 +0800
commite4c5612c5e28f5c1afcf212602da3c531fe28909 (patch)
treea38ce94d70612c99870f2e43dc0add6fa4a0db01 /python/pyempathy/pyempathy.defs
parent0ddbfabe32f0d02a63a21fca5bfb015f4e56bf97 (diff)
downloadgsoc2013-empathy-e4c5612c5e28f5c1afcf212602da3c531fe28909.tar
gsoc2013-empathy-e4c5612c5e28f5c1afcf212602da3c531fe28909.tar.gz
gsoc2013-empathy-e4c5612c5e28f5c1afcf212602da3c531fe28909.tar.bz2
gsoc2013-empathy-e4c5612c5e28f5c1afcf212602da3c531fe28909.tar.lz
gsoc2013-empathy-e4c5612c5e28f5c1afcf212602da3c531fe28909.tar.xz
gsoc2013-empathy-e4c5612c5e28f5c1afcf212602da3c531fe28909.tar.zst
gsoc2013-empathy-e4c5612c5e28f5c1afcf212602da3c531fe28909.zip
Update python bindings
Diffstat (limited to 'python/pyempathy/pyempathy.defs')
-rw-r--r--python/pyempathy/pyempathy.defs11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs
index 6b6f7dfd3..003564bc5 100644
--- a/python/pyempathy/pyempathy.defs
+++ b/python/pyempathy/pyempathy.defs
@@ -282,6 +282,17 @@
(c-name "empathy_account_manager_create")
(return-type "EmpathyAccount*")
(parameters
+ '("const-gchar*" "connection_manager")
+ '("const-gchar*" "protocol")
+ '("const-gchar*" "display_name")
+ )
+)
+
+(define-method create_by_profile
+ (of-object "EmpathyAccountManager")
+ (c-name "empathy_account_manager_create_by_profile")
+ (return-type "EmpathyAccount*")
+ (parameters
'("McProfile*" "profile")
)
)