Use char* not EmpathyMessage in TpChat:send-error
[empathy-mirror.git] / python / pyempathygtk.patch
bloba0730a18187a9ee0e9130ab7536047dba4497895
1 --- /home/zdra/Desktop/pyempathygtk.defs 2008-04-02 11:19:27.000000000 +0200
2 +++ pyempathygtk/pyempathygtk.defs 2008-04-02 11:29:23.000000000 +0200
3 @@ -1042,10 +1042,13 @@
4 (return-type "GType")
7 -(define-method store_new
8 - (of-object "EmpathyContactList")
9 +(define-function empathy_contact_list_store_new
10 + (is-constructor-of "EmpathyContactListStore")
11 (c-name "empathy_contact_list_store_new")
12 (return-type "EmpathyContactListStore*")
13 + (parameters
14 + '("EmpathyContactList*" "list_iface")
15 + )
18 (define-method get_list_iface