libpurple/roomlist.h

branch
soc.2013.gobjectification.plugins
changeset 37022
d891503c8aa6
parent 37021
04c99b24db84
child 37023
d9bcdc9a91e6
equal deleted inserted replaced
37021:04c99b24db84 37022:d891503c8aa6
238 238
239 /** 239 /**
240 * Get the list of fields for a roomlist. 240 * Get the list of fields for a roomlist.
241 * 241 *
242 * @roomlist: The roomlist, which must not be %NULL. 242 * @roomlist: The roomlist, which must not be %NULL.
243 * Returns: (TODO const): A list of fields 243 * Returns: (transfer none): A list of fields
244 */ 244 */
245 GList *purple_roomlist_get_fields(PurpleRoomlist *roomlist); 245 GList *purple_roomlist_get_fields(PurpleRoomlist *roomlist);
246 246
247 /** 247 /**
248 * Get the protocol data associated with this room list. 248 * Get the protocol data associated with this room list.
363 363
364 /** 364 /**
365 * Get the list of fields for a room. 365 * Get the list of fields for a room.
366 * 366 *
367 * @room: The room, which must not be %NULL. 367 * @room: The room, which must not be %NULL.
368 * Returns: (TODO const): A list of fields 368 * Returns: (transfer none): A list of fields
369 */ 369 */
370 GList * purple_roomlist_room_get_fields(PurpleRoomlistRoom *room); 370 GList * purple_roomlist_room_get_fields(PurpleRoomlistRoom *room);
371 371
372 /*@}*/ 372 /*@}*/
373 373

mercurial