comparison libpurple/prpl.h @ 23804:cbe97caec684

Use USE_VV instead of USE_FARSIGHT.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Wed, 28 May 2008 21:00:40 +0000
parents 92e71f6e10d4
children 10f5a529d2a6
comparison
equal deleted inserted replaced
23803:3f835618356a 23804:cbe97caec684
400 GList *(*get_attention_types)(PurpleAccount *acct); 400 GList *(*get_attention_types)(PurpleAccount *acct);
401 401
402 /* Make sure you do not try to dereference anything past struct_size! */ 402 /* Make sure you do not try to dereference anything past struct_size! */
403 int struct_size; 403 int struct_size;
404 404
405 #ifdef USE_FARSIGHT 405 #ifdef USE_VV
406 /* Initiate media with the given buddy */ 406 /* Initiate media with the given buddy */
407 PurpleMedia *(*initiate_media)(PurpleConnection *conn, const char *who, PurpleMediaStreamType type); 407 PurpleMedia *(*initiate_media)(PurpleConnection *conn, const char *who, PurpleMediaStreamType type);
408 408
409 gboolean (*can_do_media)(PurpleConnection *conn, const char *who, PurpleMediaStreamType type); 409 gboolean (*can_do_media)(PurpleConnection *conn, const char *who, PurpleMediaStreamType type);
410 410