aboutsummaryrefslogtreecommitdiffstats
path: root/python/pyempathy
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-01-21 22:12:32 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-01-21 22:12:32 +0800
commit75da50a88d81ca05adcadfbcae01a68e805dea19 (patch)
tree2c655b8e9d94981b5ae5ad2d2f98e6ff2ae7ef6c /python/pyempathy
parentd649a537f30cafb57b3a4a37e321db5329a8a7b4 (diff)
downloadgsoc2013-empathy-75da50a88d81ca05adcadfbcae01a68e805dea19.tar
gsoc2013-empathy-75da50a88d81ca05adcadfbcae01a68e805dea19.tar.gz
gsoc2013-empathy-75da50a88d81ca05adcadfbcae01a68e805dea19.tar.bz2
gsoc2013-empathy-75da50a88d81ca05adcadfbcae01a68e805dea19.tar.lz
gsoc2013-empathy-75da50a88d81ca05adcadfbcae01a68e805dea19.tar.xz
gsoc2013-empathy-75da50a88d81ca05adcadfbcae01a68e805dea19.tar.zst
gsoc2013-empathy-75da50a88d81ca05adcadfbcae01a68e805dea19.zip
Update python binding and docs with recent code move
svn path=/trunk/; revision=594
Diffstat (limited to 'python/pyempathy')
-rw-r--r--python/pyempathy/pyempathy.defs157
-rw-r--r--python/pyempathy/pyempathy.override2
2 files changed, 159 insertions, 0 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs
index 56825aba5..d98f2605f 100644
--- a/python/pyempathy/pyempathy.defs
+++ b/python/pyempathy/pyempathy.defs
@@ -233,6 +233,23 @@
+;; From empathy-chandler-glue.h
+
+(define-function dbus_glib_marshal_empathy_chandler_BOOLEAN__STRING_BOXED_STRING_BOXED_UINT_UINT_POINTER
+ (c-name "dbus_glib_marshal_empathy_chandler_BOOLEAN__STRING_BOXED_STRING_BOXED_UINT_UINT_POINTER")
+ (return-type "none")
+ (parameters
+ '("GClosure*" "closure")
+ '("GValue*-return_value" "G_GNUC_UNUSED")
+ '("guint" "n_param_values")
+ '("const-GValue*" "param_values")
+ '("gpointer-invocation_hint" "G_GNUC_UNUSED")
+ '("gpointer" "marshal_data")
+ )
+)
+
+
+
;; From empathy-chandler.h
(define-function empathy_chandler_get_type
@@ -613,6 +630,32 @@
+;; From empathy-contact-groups.h
+
+(define-function empathy_contact_groups_get_all
+ (c-name "empathy_contact_groups_get_all")
+ (return-type "none")
+)
+
+(define-function empathy_contact_group_get_expanded
+ (c-name "empathy_contact_group_get_expanded")
+ (return-type "gboolean")
+ (parameters
+ '("const-gchar*" "group")
+ )
+)
+
+(define-function empathy_contact_group_set_expanded
+ (c-name "empathy_contact_group_set_expanded")
+ (return-type "none")
+ (parameters
+ '("const-gchar*" "group")
+ '("gboolean" "expanded")
+ )
+)
+
+
+
;; From empathy-contact.h
(define-function empathy_contact_get_type
@@ -934,6 +977,47 @@
+;; From empathy-enum-types.h
+
+(define-function empathy_reg_ex_type_get_type
+ (c-name "empathy_reg_ex_type_get_type")
+ (return-type "GType")
+)
+
+(define-function empathy_message_type_get_type
+ (c-name "empathy_message_type_get_type")
+ (return-type "GType")
+)
+
+(define-function empathy_capabilities_get_type
+ (c-name "empathy_capabilities_get_type")
+ (return-type "GType")
+)
+
+(define-function empathy_tp_call_status_get_type
+ (c-name "empathy_tp_call_status_get_type")
+ (return-type "GType")
+)
+
+
+
+;; From empathy-filter-glue.h
+
+(define-function dbus_glib_marshal_empathy_filter_BOOLEAN__STRING_BOXED_STRING_BOXED_UINT_UINT_UINT_POINTER
+ (c-name "dbus_glib_marshal_empathy_filter_BOOLEAN__STRING_BOXED_STRING_BOXED_UINT_UINT_UINT_POINTER")
+ (return-type "none")
+ (parameters
+ '("GClosure*" "closure")
+ '("GValue*-return_value" "G_GNUC_UNUSED")
+ '("guint" "n_param_values")
+ '("const-GValue*" "param_values")
+ '("gpointer-invocation_hint" "G_GNUC_UNUSED")
+ '("gpointer" "marshal_data")
+ )
+)
+
+
+
;; From empathy-filter.h
(define-function empathy_filter_get_type
@@ -1189,6 +1273,10 @@
+;; From empathy-marshal.h
+
+
+
;; From empathy-message.h
(define-function empathy_message_get_gtype
@@ -1392,6 +1480,71 @@
+;; From empathy-status-presets.h
+
+(define-function empathy_status_presets_get_all
+ (c-name "empathy_status_presets_get_all")
+ (return-type "none")
+)
+
+(define-function empathy_status_presets_get
+ (c-name "empathy_status_presets_get")
+ (return-type "GList*")
+ (parameters
+ '("McPresence" "state")
+ '("gint" "max_number")
+ )
+)
+
+(define-function empathy_status_presets_set_last
+ (c-name "empathy_status_presets_set_last")
+ (return-type "none")
+ (parameters
+ '("McPresence" "state")
+ '("const-gchar*" "status")
+ )
+)
+
+(define-function empathy_status_presets_remove
+ (c-name "empathy_status_presets_remove")
+ (return-type "none")
+ (parameters
+ '("McPresence" "state")
+ '("const-gchar*" "status")
+ )
+)
+
+(define-function empathy_status_presets_reset
+ (c-name "empathy_status_presets_reset")
+ (return-type "none")
+)
+
+(define-function empathy_status_presets_get_default_state
+ (c-name "empathy_status_presets_get_default_state")
+ (return-type "McPresence")
+)
+
+(define-function empathy_status_presets_get_default_status
+ (c-name "empathy_status_presets_get_default_status")
+ (return-type "const-gchar*")
+)
+
+(define-function empathy_status_presets_set_default
+ (c-name "empathy_status_presets_set_default")
+ (return-type "none")
+ (parameters
+ '("McPresence" "state")
+ '("const-gchar*" "status")
+ )
+)
+
+(define-function empathy_status_presets_clear_default
+ (c-name "empathy_status_presets_clear_default")
+ (return-type "none")
+)
+
+
+
;; From empathy-time.h
(define-function empathy_time_get_current
@@ -2095,6 +2248,10 @@
+;; From stamp-empathy-enum-types.h
+
+
+
;; From tp-stream-engine-gen.h
(define-function dbus_g_proxy_begin_call
diff --git a/python/pyempathy/pyempathy.override b/python/pyempathy/pyempathy.override
index 56b143917..d1f434839 100644
--- a/python/pyempathy/pyempathy.override
+++ b/python/pyempathy/pyempathy.override
@@ -7,6 +7,7 @@ headers
#include "empathy-chatroom-manager.h"
#include "empathy-chatroom.h"
#include "empathy-conf.h"
+#include "empathy-contact-groups.h"
#include "empathy-contact-list.h"
#include "empathy-contact-manager.h"
#include "empathy-contact.h"
@@ -16,6 +17,7 @@ headers
#include "empathy-log-manager.h"
#include "empathy-message.h"
#include "empathy-presence.h"
+#include "empathy-status-presets.h"
#include "empathy-time.h"
#include "empathy-tp-chat.h"
#include "empathy-tp-chatroom.h"