Patch adding evolution.ebook.EBook.set_self_contact(contact)



Patch attached.

-- 
Lauro Moura ("lmoura" on Freenode)
http://lauro.wordpress.com
Index: src/ebook.defs
===================================================================
--- src/ebook.defs	(revision 44)
+++ src/ebook.defs	(working copy)
@@ -240,6 +240,16 @@
   )
 )
 
+(define-method set_self_contact
+  (of-object "EBook")
+  (c-name "e_book_set_self")
+  (return-type "gboolean")
+  (parameters
+    '("EContact*" "contact")
+    '("GError**" "error")
+  )
+)
+
 (define-method get_changed_contacts
   (of-object "EBook")
   (c-name "evo_addressbook_get_changed_contacts")


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