libpurple/protocols/myspace/myspace.c

branch
soc.2008.masterpassword
changeset 34208
0b0ac1d83cce
parent 34175
46f3f2b66cb6
parent 33955
55aa58076485
child 34227
6d016a081401
child 34557
295cd5bf4c41
equal deleted inserted replaced
34207:bebc1b64681e 34208:0b0ac1d83cce
361 */ 361 */
362 static const gchar * 362 static const gchar *
363 msim_list_icon(PurpleAccount *acct, PurpleBuddy *buddy) 363 msim_list_icon(PurpleAccount *acct, PurpleBuddy *buddy)
364 { 364 {
365 /* Use a MySpace icon submitted by hbons at 365 /* Use a MySpace icon submitted by hbons at
366 * http://developer.pidgin.im/wiki/MySpaceIM. */ 366 * https://developer.pidgin.im/wiki/MySpaceIM. */
367 return "myspace"; 367 return "myspace";
368 } 368 }
369 369
370 /** 370 /**
371 * Obtain the status text for a buddy. 371 * Obtain the status text for a buddy.
3209 /** summary */ 3209 /** summary */
3210 "MySpaceIM Protocol Plugin", 3210 "MySpaceIM Protocol Plugin",
3211 /** description */ 3211 /** description */
3212 "MySpaceIM Protocol Plugin", 3212 "MySpaceIM Protocol Plugin",
3213 "Jeff Connelly <jeff2@soc.pidgin.im>", /**< author */ 3213 "Jeff Connelly <jeff2@soc.pidgin.im>", /**< author */
3214 "http://developer.pidgin.im/wiki/MySpaceIM/", /**< homepage */ 3214 "https://developer.pidgin.im/wiki/MySpaceIM/", /**< homepage */
3215 3215
3216 msim_load, /**< load */ 3216 msim_load, /**< load */
3217 NULL, /**< unload */ 3217 NULL, /**< unload */
3218 NULL, /**< destroy */ 3218 NULL, /**< destroy */
3219 NULL, /**< ui_info */ 3219 NULL, /**< ui_info */

mercurial