comparison pidgin/plugins/gevolution/eds-utils.c @ 31534:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents 7e40fef28347
children
comparison
equal deleted inserted replaced
31533:44f53d3fc54f 31534:a8cc50c2279f
111 } 111 }
112 112
113 g_object_unref(addressbooks); 113 g_object_unref(addressbooks);
114 } 114 }
115 115
116 static EContact * 116 static EContact *
117 gevo_run_query_in_uri(const gchar *uri, EBookQuery *query) 117 gevo_run_query_in_uri(const gchar *uri, EBookQuery *query)
118 { 118 {
119 EBook *book; 119 EBook *book;
120 gboolean status; 120 gboolean status;
121 GList *cards; 121 GList *cards;
167 * @param buddy The buddy to search for. 167 * @param buddy The buddy to search for.
168 * @param query An optional query. This function takes ownership of @a query, 168 * @param query An optional query. This function takes ownership of @a query,
169 * so callers must e_book_query_ref() it in advance (to obtain a 169 * so callers must e_book_query_ref() it in advance (to obtain a
170 * second reference) if they want to reuse @a query. 170 * second reference) if they want to reuse @a query.
171 */ 171 */
172 EContact * 172 EContact *
173 gevo_search_buddy_in_contacts(PurpleBuddy *buddy, EBookQuery *query) 173 gevo_search_buddy_in_contacts(PurpleBuddy *buddy, EBookQuery *query)
174 { 174 {
175 ESourceList *addressbooks; 175 ESourceList *addressbooks;
176 GError *err = NULL; 176 GError *err = NULL;
177 EBookQuery *full_query; 177 EBookQuery *full_query;