]> git.0d.be Git - empathy.git/blob - python/pyempathygtk.patch
Merge branch 'irc-dialog-579800'
[empathy.git] / python / pyempathygtk.patch
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")
5  )
6  
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 +  )
16  )
17  
18  (define-method get_list_iface