empathy r991 - in trunk/python: . pyempathy



Author: xclaesse
Date: Sat Apr 19 21:04:33 2008
New Revision: 991
URL: http://svn.gnome.org/viewvc/empathy?rev=991&view=rev

Log:
Update python binding


Modified:
   trunk/python/pyempathy/pyempathy.defs
   trunk/python/update-binding.sh

Modified: trunk/python/pyempathy/pyempathy.defs
==============================================================================
--- trunk/python/pyempathy/pyempathy.defs	(original)
+++ trunk/python/pyempathy/pyempathy.defs	Sat Apr 19 21:04:33 2008
@@ -1,12 +1,5 @@
 ;; -*- scheme -*-
 ; object definitions ...
-(define-object Chandler
-  (in-module "Empathy")
-  (parent "GObject")
-  (c-name "EmpathyChandler")
-  (gtype-id "EMPATHY_TYPE_CHANDLER")
-)
-
 (define-object Chatroom
   (in-module "Empathy")
   (parent "GObject")
@@ -49,13 +42,6 @@
   (gtype-id "EMPATHY_TYPE_CONTACT_MANAGER")
 )
 
-(define-object Filter
-  (in-module "Empathy")
-  (parent "GObject")
-  (c-name "EmpathyFilter")
-  (gtype-id "EMPATHY_TYPE_FILTER")
-)
-
 (define-object Idle
   (in-module "Empathy")
   (parent "GObject")
@@ -1623,6 +1609,21 @@
   (return-type "guint")
 )
 
+(define-method set_acknowledge
+  (of-object "EmpathyTpChat")
+  (c-name "empathy_tp_chat_set_acknowledge")
+  (return-type "none")
+  (parameters
+    '("gboolean" "acknowledge")
+  )
+)
+
+(define-method emit_pendings
+  (of-object "EmpathyTpChat")
+  (c-name "empathy_tp_chat_emit_pendings")
+  (return-type "none")
+)
+
 (define-method send
   (of-object "EmpathyTpChat")
   (c-name "empathy_tp_chat_send")
@@ -1826,57 +1827,6 @@
 
 
 
-;; From empathy-chandler.h
-
-(define-function empathy_chandler_get_type
-  (c-name "empathy_chandler_get_type")
-  (return-type "GType")
-)
-
-(define-function empathy_chandler_new
-  (c-name "empathy_chandler_new")
-  (is-constructor-of "EmpathyChandler")
-  (return-type "EmpathyChandler*")
-  (parameters
-    '("const-gchar*" "bus_name")
-    '("const-gchar*" "object_path")
-  )
-)
-
-
-
-;; From empathy-filter.h
-
-(define-function empathy_filter_get_type
-  (c-name "empathy_filter_get_type")
-  (return-type "GType")
-)
-
-(define-function empathy_filter_new
-  (c-name "empathy_filter_new")
-  (is-constructor-of "EmpathyFilter")
-  (return-type "EmpathyFilter*")
-  (parameters
-    '("const-gchar*" "bus_name")
-    '("const-gchar*" "object_path")
-    '("const-gchar*" "channel_type")
-    '("guint" "priority")
-    '("guint" "flags")
-  )
-)
-
-(define-method process
-  (of-object "EmpathyFilter")
-  (c-name "empathy_filter_process")
-  (return-type "none")
-  (parameters
-    '("TpChannel*" "channel")
-    '("gboolean" "process")
-  )
-)
-
-
-
 ;; From empathy-idle.h
 
 (define-function empathy_idle_get_type

Modified: trunk/python/update-binding.sh
==============================================================================
--- trunk/python/update-binding.sh	(original)
+++ trunk/python/update-binding.sh	Sat Apr 19 21:04:33 2008
@@ -24,8 +24,6 @@
 	empathy-tp-roomlist.h			\
 	empathy-tp-call.h			\
 	empathy-tp-tube.h			\
-	empathy-chandler.h			\
-	empathy-filter.h			\
 	empathy-idle.h				\
 	empathy-log-manager.h			\
 	empathy-irc-network-manager.h		\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]