~ubuntu-branches/ubuntu/precise/evolution-data-server/precise-proposed

« back to all changes in this revision

Viewing changes to debian/patches/01-get_contacts_sync_gir.patch

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-07-28 14:13:43 UTC
  • Revision ID: james.westby@ubuntu.com-20110728141343-lj56c5p9020rzdvt
Tags: 3.1.4-0ubuntu3
* debian/patches/01-get_contacts_sync_gir.patch
  - Updated patch to include more annotation fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From 5236e19e45cbd98db4c153b1f82bb247eb660d4e Mon Sep 17 00:00:00 2001
2
 
From: Raul Gutierrez Segales <rgs@collabora.co.uk>
3
 
Date: Thu, 28 Jul 2011 11:04:37 +0000
4
 
Subject: Introspection: fix annotation in e_book_client_get_contacts_sync
5
 
 
6
 
---
7
 
diff --git a/addressbook/libebook/e-book-client.c b/addressbook/libebook/e-book-client.c
8
 
index 4fe2732..806b874 100644
9
 
--- a/addressbook/libebook/e-book-client.c
10
 
+++ b/addressbook/libebook/e-book-client.c
11
 
@@ -1754,7 +1754,7 @@ e_book_client_get_contacts_finish (EBookClient *client, GAsyncResult *result, GS
 
1
=== modified file 'addressbook/libebook/e-book-client.c'
 
2
--- old/addressbook/libebook/e-book-client.c    2011-07-28 18:09:54 +0000
 
3
+++ new/addressbook/libebook/e-book-client.c    2011-07-28 18:12:50 +0000
 
4
@@ -754,8 +754,8 @@
 
5
 
 
6
 /**
 
7
  * e_book_client_get_self:
 
8
- * @contact: an #EContact pointer to set
 
9
- * @client: an #EBookClient pointer to set
 
10
+ * @contact: (out): an #EContact pointer to set
 
11
+ * @client: (out): an #EBookClient pointer to set
 
12
  * @error: a #GError to set on failure
 
13
  *
 
14
  * Get the #EContact referring to the user of the address book
 
15
@@ -1711,7 +1711,7 @@
 
16
  * e_book_client_get_contacts_finish:
 
17
  * @client: an #EBookClient
 
18
  * @result: a #GAsyncResult
 
19
- * @contacts: (out) a #GSList of matched #EContact-s
 
20
+ * @contacts: (out): a #GSList of matched #EContact-s
 
21
  * @error: (out): a #GError to set an error, if any
 
22
  *
 
23
  * Finishes previous call of e_book_client_get_contacts().
 
24
@@ -1754,7 +1754,7 @@
12
25
  * e_book_client_get_contacts_sync:
13
26
  * @client: an #EBookClient
14
27
  * @sexp: an S-expression representing the query
17
30
  * @cancellable: a #GCancellable; can be %NULL
18
31
  * @error: (out): a #GError to set an error, if any
19
32
  *
 
33