telepathy: add Don't Publish Calendar account parameter
[siplcs.git] / src / telepathy / telepathy-stubs.c
blob9e6f90a555c6173f126e4ef6f716044af3590be1
1 /**
2 * @file telepathy-stubs.c
4 * pidgin-sipe
6 * Copyright (C) 2012 SIPE Project <http://sipe.sourceforge.net/>
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 * Stubs for all unimplemented backend functions, because
26 * - feature is not yet implemented, or
27 * - feature can't be implemented for telepathy backend
29 * Ordering copied from sipe-backend.h
32 #ifdef HAVE_CONFIG_H
33 #include "config.h"
34 #endif
36 #include <glib.h>
38 #include "sipe-backend.h"
39 #include "sipe-common.h"
40 #include "sipe-core.h"
42 /** BUDDIES ******************************************************************/
44 void sipe_backend_buddy_list_processing_start(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public) {}
45 void sipe_backend_buddy_request_add(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
46 SIPE_UNUSED_PARAMETER const gchar *who,
47 SIPE_UNUSED_PARAMETER const gchar *alias) {}
48 void sipe_backend_buddy_request_authorization(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
49 SIPE_UNUSED_PARAMETER const gchar *who,
50 SIPE_UNUSED_PARAMETER const gchar *alias,
51 SIPE_UNUSED_PARAMETER gboolean on_list,
52 SIPE_UNUSED_PARAMETER sipe_backend_buddy_request_authorization_cb auth_cb,
53 SIPE_UNUSED_PARAMETER sipe_backend_buddy_request_authorization_cb deny_cb,
54 SIPE_UNUSED_PARAMETER gpointer data) {}
55 gboolean sipe_backend_buddy_is_blocked(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
56 SIPE_UNUSED_PARAMETER const gchar *who) { return(FALSE); }
57 void sipe_backend_buddy_set_blocked_status(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
58 SIPE_UNUSED_PARAMETER const gchar *who,
59 SIPE_UNUSED_PARAMETER gboolean blocked) {}
60 gboolean sipe_backend_buddy_group_rename(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
61 SIPE_UNUSED_PARAMETER const gchar *old_name,
62 SIPE_UNUSED_PARAMETER const gchar *new_name) { return(FALSE); }
63 struct sipe_backend_buddy_info *sipe_backend_buddy_info_start(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public) { return(NULL); }
64 void sipe_backend_buddy_info_add(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
65 SIPE_UNUSED_PARAMETER struct sipe_backend_buddy_info *info,
66 SIPE_UNUSED_PARAMETER sipe_buddy_info_fields key,
67 SIPE_UNUSED_PARAMETER const gchar *value) {}
68 void sipe_backend_buddy_info_break(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
69 SIPE_UNUSED_PARAMETER struct sipe_backend_buddy_info *info) {}
70 void sipe_backend_buddy_info_finalize(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
71 SIPE_UNUSED_PARAMETER struct sipe_backend_buddy_info *info,
72 SIPE_UNUSED_PARAMETER const gchar *uri) {}
73 void sipe_backend_buddy_tooltip_add(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
74 SIPE_UNUSED_PARAMETER struct sipe_backend_buddy_tooltip *tooltip,
75 SIPE_UNUSED_PARAMETER const gchar *description,
76 SIPE_UNUSED_PARAMETER const gchar *value) {}
77 struct sipe_backend_buddy_menu *sipe_backend_buddy_menu_start(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public) { return(NULL); }
78 struct sipe_backend_buddy_menu *sipe_backend_buddy_menu_add(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
79 SIPE_UNUSED_PARAMETER struct sipe_backend_buddy_menu *menu,
80 SIPE_UNUSED_PARAMETER const gchar *label,
81 SIPE_UNUSED_PARAMETER enum sipe_buddy_menu_type type,
82 SIPE_UNUSED_PARAMETER gpointer parameter) { return(NULL); }
83 struct sipe_backend_buddy_menu *sipe_backend_buddy_menu_separator(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
84 SIPE_UNUSED_PARAMETER struct sipe_backend_buddy_menu *menu,
85 SIPE_UNUSED_PARAMETER const gchar *label) { return(NULL); }
86 struct sipe_backend_buddy_menu *sipe_backend_buddy_sub_menu_add(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
87 SIPE_UNUSED_PARAMETER struct sipe_backend_buddy_menu *menu,
88 SIPE_UNUSED_PARAMETER const gchar *label,
89 SIPE_UNUSED_PARAMETER struct sipe_backend_buddy_menu *sub) { return(NULL); }
91 /** CHAT *********************************************************************/
93 void sipe_backend_chat_session_destroy(SIPE_UNUSED_PARAMETER struct sipe_backend_chat_session *session) {}
94 void sipe_backend_chat_add(SIPE_UNUSED_PARAMETER struct sipe_backend_chat_session *backend_session,
95 SIPE_UNUSED_PARAMETER const gchar *uri,
96 SIPE_UNUSED_PARAMETER gboolean is_new) {}
97 void sipe_backend_chat_close(SIPE_UNUSED_PARAMETER struct sipe_backend_chat_session *backend_session) {}
98 struct sipe_backend_chat_session *sipe_backend_chat_create(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
99 SIPE_UNUSED_PARAMETER struct sipe_chat_session *session,
100 SIPE_UNUSED_PARAMETER const gchar *title,
101 SIPE_UNUSED_PARAMETER const gchar *nick) { return(NULL); }
102 gboolean sipe_backend_chat_find(SIPE_UNUSED_PARAMETER struct sipe_backend_chat_session *backend_session,
103 SIPE_UNUSED_PARAMETER const gchar *uri) { return(FALSE); }
104 gboolean sipe_backend_chat_is_operator(SIPE_UNUSED_PARAMETER struct sipe_backend_chat_session *backend_session,
105 SIPE_UNUSED_PARAMETER const gchar *uri) { return(FALSE); }
106 void sipe_backend_chat_message(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
107 SIPE_UNUSED_PARAMETER struct sipe_backend_chat_session *backend_session,
108 SIPE_UNUSED_PARAMETER const gchar *from,
109 SIPE_UNUSED_PARAMETER const gchar *html) {}
110 void sipe_backend_chat_operator(SIPE_UNUSED_PARAMETER struct sipe_backend_chat_session *backend_session,
111 SIPE_UNUSED_PARAMETER const gchar *uri) {}
112 void sipe_backend_chat_rejoin(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
113 SIPE_UNUSED_PARAMETER struct sipe_backend_chat_session *backend_session,
114 SIPE_UNUSED_PARAMETER const gchar *nick,
115 SIPE_UNUSED_PARAMETER const gchar *title) {}
116 void sipe_backend_chat_rejoin_all(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public) {}
117 void sipe_backend_chat_remove(SIPE_UNUSED_PARAMETER struct sipe_backend_chat_session *backend_session,
118 SIPE_UNUSED_PARAMETER const gchar *uri) {}
119 void sipe_backend_chat_show(SIPE_UNUSED_PARAMETER struct sipe_backend_chat_session *backend_session) {}
120 void sipe_backend_chat_topic(SIPE_UNUSED_PARAMETER struct sipe_backend_chat_session *backend_session,
121 SIPE_UNUSED_PARAMETER const gchar *topic) {}
123 /** FILE TRANSFER ************************************************************/
125 void sipe_backend_ft_error(SIPE_UNUSED_PARAMETER struct sipe_file_transfer *ft,
126 SIPE_UNUSED_PARAMETER const gchar *errmsg) {}
127 void sipe_backend_ft_deallocate(SIPE_UNUSED_PARAMETER struct sipe_file_transfer *ft) {}
128 void sipe_backend_ft_cancel_local(SIPE_UNUSED_PARAMETER struct sipe_file_transfer *ft) {}
129 void sipe_backend_ft_cancel_remote(SIPE_UNUSED_PARAMETER struct sipe_file_transfer *ft) {}
130 void sipe_backend_ft_incoming(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
131 SIPE_UNUSED_PARAMETER struct sipe_file_transfer *ft,
132 SIPE_UNUSED_PARAMETER const gchar *who,
133 SIPE_UNUSED_PARAMETER const gchar *file_name,
134 SIPE_UNUSED_PARAMETER gsize file_size) {}
135 void sipe_backend_ft_start(SIPE_UNUSED_PARAMETER struct sipe_file_transfer *ft,
136 SIPE_UNUSED_PARAMETER struct sipe_backend_fd *fd,
137 SIPE_UNUSED_PARAMETER const char* ip,
138 SIPE_UNUSED_PARAMETER unsigned port) {}
139 gboolean sipe_backend_ft_is_incoming(SIPE_UNUSED_PARAMETER struct sipe_file_transfer *ft) { return(FALSE); }
141 /** GROUP CHAT ***************************************************************/
143 void sipe_backend_groupchat_room_add(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
144 SIPE_UNUSED_PARAMETER const gchar *uri,
145 SIPE_UNUSED_PARAMETER const gchar *name,
146 SIPE_UNUSED_PARAMETER const gchar *description,
147 SIPE_UNUSED_PARAMETER guint users,
148 SIPE_UNUSED_PARAMETER guint32 flags) {}
149 void sipe_backend_groupchat_room_terminate(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public) {}
151 /** IM ***********************************************************************/
153 void sipe_backend_im_message(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
154 SIPE_UNUSED_PARAMETER const gchar *from,
155 SIPE_UNUSED_PARAMETER const gchar *html) {}
156 void sipe_backend_im_topic(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
157 SIPE_UNUSED_PARAMETER const gchar *with,
158 SIPE_UNUSED_PARAMETER const gchar *topic) {}
160 /** MARKUP *******************************************************************/
162 gchar *sipe_backend_markup_css_property(SIPE_UNUSED_PARAMETER SIPE_UNUSED_PARAMETER const gchar *style,
163 SIPE_UNUSED_PARAMETER const gchar *option) { return(g_strdup("")); }
164 gchar *sipe_backend_markup_strip_html(SIPE_UNUSED_PARAMETER SIPE_UNUSED_PARAMETER const gchar *html) { return(g_strdup("")); }
166 /** MEDIA ********************************************************************/
167 #ifdef HAVE_VV
168 struct sipe_backend_media *sipe_backend_media_new(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
169 SIPE_UNUSED_PARAMETER struct sipe_media_call *call,
170 SIPE_UNUSED_PARAMETER const gchar *participant,
171 SIPE_UNUSED_PARAMETER gboolean initiator) { return(NULL); }
172 void sipe_backend_media_free(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media) {}
173 void sipe_backend_media_set_cname(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media,
174 SIPE_UNUSED_PARAMETER gchar *cname) {}
175 struct sipe_backend_media_relays * sipe_backend_media_relays_convert(SIPE_UNUSED_PARAMETER GSList *media_relays,
176 SIPE_UNUSED_PARAMETER gchar *username,
177 SIPE_UNUSED_PARAMETER gchar *password) { return(NULL); }
178 void sipe_backend_media_relays_free(SIPE_UNUSED_PARAMETER struct sipe_backend_media_relays *media_relays) {}
179 struct sipe_backend_stream *sipe_backend_media_add_stream(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media,
180 SIPE_UNUSED_PARAMETER const gchar *id,
181 SIPE_UNUSED_PARAMETER const gchar *participant,
182 SIPE_UNUSED_PARAMETER SipeMediaType type,
183 SIPE_UNUSED_PARAMETER SipeIceVersion ice_version,
184 SIPE_UNUSED_PARAMETER gboolean initiator,
185 SIPE_UNUSED_PARAMETER struct sipe_backend_media_relays *media_relays) { return(NULL); }
186 void sipe_backend_media_remove_stream(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media,
187 SIPE_UNUSED_PARAMETER struct sipe_backend_stream *stream) {}
188 GSList *sipe_backend_media_get_streams(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media) { return(NULL); }
189 struct sipe_backend_stream *sipe_backend_media_get_stream_by_id(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media,
190 SIPE_UNUSED_PARAMETER const gchar *id) { return(NULL); }
191 void sipe_backend_media_add_remote_candidates(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media,
192 SIPE_UNUSED_PARAMETER struct sipe_backend_stream *stream,
193 SIPE_UNUSED_PARAMETER GList *candidates) {}
194 gboolean sipe_backend_media_is_initiator(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media,
195 SIPE_UNUSED_PARAMETER struct sipe_backend_stream *stream) { return(FALSE); }
196 gboolean sipe_backend_media_accepted(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media) { return(FALSE); }
197 gboolean sipe_backend_stream_initialized(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media,
198 SIPE_UNUSED_PARAMETER struct sipe_backend_stream *stream) { return(FALSE); }
199 GList *sipe_backend_media_get_active_local_candidates(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media,
200 SIPE_UNUSED_PARAMETER struct sipe_backend_stream *stream) { return(NULL); }
201 GList *sipe_backend_media_get_active_remote_candidates(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media,
202 SIPE_UNUSED_PARAMETER struct sipe_backend_stream *stream) { return(NULL); }
203 const gchar *sipe_backend_stream_get_id(SIPE_UNUSED_PARAMETER struct sipe_backend_stream *stream) { return(""); }
204 void sipe_backend_stream_hold(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media,
205 SIPE_UNUSED_PARAMETER struct sipe_backend_stream *stream,
206 SIPE_UNUSED_PARAMETER gboolean local) {}
207 void sipe_backend_stream_unhold(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media,
208 SIPE_UNUSED_PARAMETER struct sipe_backend_stream *stream,
209 SIPE_UNUSED_PARAMETER gboolean local) {}
210 gboolean sipe_backend_stream_is_held(SIPE_UNUSED_PARAMETER struct sipe_backend_stream *stream) { return(FALSE); }
211 struct sipe_backend_codec *sipe_backend_codec_new(SIPE_UNUSED_PARAMETER int id,
212 SIPE_UNUSED_PARAMETER const char *name,
213 SIPE_UNUSED_PARAMETER SipeMediaType type,
214 SIPE_UNUSED_PARAMETER guint clock_rate) { return(NULL); }
215 void sipe_backend_codec_free(SIPE_UNUSED_PARAMETER struct sipe_backend_codec *codec) {}
216 int sipe_backend_codec_get_id(SIPE_UNUSED_PARAMETER struct sipe_backend_codec *codec) { return(0); }
217 gchar *sipe_backend_codec_get_name(SIPE_UNUSED_PARAMETER struct sipe_backend_codec *codec) { return(g_strdup("")); }
218 guint sipe_backend_codec_get_clock_rate(SIPE_UNUSED_PARAMETER struct sipe_backend_codec *codec) { return(0); }
219 void sipe_backend_codec_add_optional_parameter(SIPE_UNUSED_PARAMETER struct sipe_backend_codec *codec,
220 SIPE_UNUSED_PARAMETER const gchar *name,
221 SIPE_UNUSED_PARAMETER const gchar *value) {}
222 GList *sipe_backend_codec_get_optional_parameters(SIPE_UNUSED_PARAMETER struct sipe_backend_codec *codec) { return(NULL); }
223 gboolean sipe_backend_set_remote_codecs(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media,
224 SIPE_UNUSED_PARAMETER struct sipe_backend_stream *stream,
225 SIPE_UNUSED_PARAMETER GList *codecs) { return(FALSE); }
226 GList* sipe_backend_get_local_codecs(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media,
227 SIPE_UNUSED_PARAMETER struct sipe_backend_stream *stream) { return(NULL); }
228 struct sipe_backend_candidate * sipe_backend_candidate_new(SIPE_UNUSED_PARAMETER const gchar *foundation,
229 SIPE_UNUSED_PARAMETER SipeComponentType component,
230 SIPE_UNUSED_PARAMETER SipeCandidateType type,
231 SIPE_UNUSED_PARAMETER SipeNetworkProtocol proto,
232 SIPE_UNUSED_PARAMETER const gchar *ip,
233 SIPE_UNUSED_PARAMETER guint port,
234 SIPE_UNUSED_PARAMETER const gchar *username,
235 SIPE_UNUSED_PARAMETER const gchar *password) { return(NULL); }
236 void sipe_backend_candidate_free(SIPE_UNUSED_PARAMETER struct sipe_backend_candidate *candidate) {}
237 gchar *sipe_backend_candidate_get_username(SIPE_UNUSED_PARAMETER struct sipe_backend_candidate *candidate) { return(g_strdup("")); }
238 gchar *sipe_backend_candidate_get_password(SIPE_UNUSED_PARAMETER struct sipe_backend_candidate *candidate) { return(g_strdup("")); }
239 gchar *sipe_backend_candidate_get_foundation(SIPE_UNUSED_PARAMETER struct sipe_backend_candidate *candidate) { return(g_strdup("")); }
240 gchar *sipe_backend_candidate_get_ip(SIPE_UNUSED_PARAMETER struct sipe_backend_candidate *candidate) { return(g_strdup("127.0.0.1")); }
241 guint sipe_backend_candidate_get_port(SIPE_UNUSED_PARAMETER struct sipe_backend_candidate *candidate) { return(0); }
242 gchar *sipe_backend_candidate_get_base_ip(SIPE_UNUSED_PARAMETER struct sipe_backend_candidate *candidate) { return(g_strdup("127.0.0.1")); }
243 guint sipe_backend_candidate_get_base_port(SIPE_UNUSED_PARAMETER struct sipe_backend_candidate *candidate) { return(0); }
244 guint32 sipe_backend_candidate_get_priority(SIPE_UNUSED_PARAMETER struct sipe_backend_candidate *candidate) { return(0); }
245 void sipe_backend_candidate_set_priority(SIPE_UNUSED_PARAMETER struct sipe_backend_candidate *candidate,
246 SIPE_UNUSED_PARAMETER guint32 priority) {}
247 SipeComponentType sipe_backend_candidate_get_component_type(SIPE_UNUSED_PARAMETER struct sipe_backend_candidate *candidate) { return(SIPE_COMPONENT_NONE); }
248 SipeCandidateType sipe_backend_candidate_get_type(SIPE_UNUSED_PARAMETER struct sipe_backend_candidate *candidate) { return(SIPE_CANDIDATE_TYPE_ANY); }
249 SipeNetworkProtocol sipe_backend_candidate_get_protocol(SIPE_UNUSED_PARAMETER struct sipe_backend_candidate *candidate) { return(SIPE_NETWORK_PROTOCOL_TCP_ACTIVE); }
250 GList* sipe_backend_get_local_candidates(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media,
251 SIPE_UNUSED_PARAMETER struct sipe_backend_stream *stream) { return(NULL); }
252 void sipe_backend_media_accept(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media,
253 SIPE_UNUSED_PARAMETER gboolean local) {}
254 void sipe_backend_media_hangup(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media,
255 SIPE_UNUSED_PARAMETER gboolean local) {}
256 void sipe_backend_media_reject(SIPE_UNUSED_PARAMETER struct sipe_backend_media *media,
257 SIPE_UNUSED_PARAMETER gboolean local) {}
258 #endif
260 /** NETWORK ******************************************************************/
262 struct sipe_backend_listendata *sipe_backend_network_listen_range(SIPE_UNUSED_PARAMETER unsigned short port_min,
263 SIPE_UNUSED_PARAMETER unsigned short port_max,
264 SIPE_UNUSED_PARAMETER sipe_listen_start_cb listen_cb,
265 SIPE_UNUSED_PARAMETER sipe_client_connected_cb connect_cb,
266 SIPE_UNUSED_PARAMETER gpointer data) { return(NULL); }
267 void sipe_backend_network_listen_cancel(SIPE_UNUSED_PARAMETER struct sipe_backend_listendata *ldata) {}
269 gboolean sipe_backend_fd_is_valid(SIPE_UNUSED_PARAMETER struct sipe_backend_fd *fd) { return(FALSE); }
270 void sipe_backend_fd_free(SIPE_UNUSED_PARAMETER struct sipe_backend_fd *fd) {}
272 /** NOTIFICATIONS *************************************************************/
274 void sipe_backend_notify_message_error(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
275 SIPE_UNUSED_PARAMETER struct sipe_backend_chat_session *backend_session,
276 SIPE_UNUSED_PARAMETER const gchar *who,
277 SIPE_UNUSED_PARAMETER const gchar *message) {}
278 void sipe_backend_notify_message_info(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
279 SIPE_UNUSED_PARAMETER struct sipe_backend_chat_session *backend_session,
280 SIPE_UNUSED_PARAMETER const gchar *who,
281 SIPE_UNUSED_PARAMETER const gchar *message) {}
282 void sipe_backend_notify_error(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
283 SIPE_UNUSED_PARAMETER const gchar *title,
284 SIPE_UNUSED_PARAMETER const gchar *msg) {}
286 /** USER *********************************************************************/
288 void sipe_backend_user_feedback_typing(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
289 SIPE_UNUSED_PARAMETER const gchar *from) {}
290 void sipe_backend_user_feedback_typing_stop(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
291 SIPE_UNUSED_PARAMETER const gchar *from) {}
292 void sipe_backend_user_ask(SIPE_UNUSED_PARAMETER struct sipe_core_public *sipe_public,
293 SIPE_UNUSED_PARAMETER const gchar *message,
294 SIPE_UNUSED_PARAMETER const gchar *accept_label,
295 SIPE_UNUSED_PARAMETER const gchar *decline_label,
296 SIPE_UNUSED_PARAMETER gpointer key) {}
297 void sipe_backend_user_close_ask(SIPE_UNUSED_PARAMETER gpointer key) {}
300 Local Variables:
301 mode: c
302 c-file-style: "bsd"
303 indent-tabs-mode: t
304 tab-width: 8
305 End: