~vish/ubuntu/maverick/pidgin/bug25979

« back to all changes in this revision

Viewing changes to libpurple/protocols/msn/user.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2009-10-09 19:40:26 UTC
  • mfrom: (1.4.1 upstream) (46.1.10 karmic)
  • Revision ID: james.westby@ubuntu.com-20091009194026-wbqqh0bsbz19nx5q
Tags: 1:2.6.2-1ubuntu7
* Don't stick the buddy list window to all desktops as some
  window managers have trouble to properly unstick it (LP: #346840)
  - debian/patches/11_buddy_list_really_show.patch
* Always use default tray icon size on KDE (LP: #209440)
  - debian/patches/62_tray_icon_size_kde.patch
* Use scrollbars in the preferences dialog if the screen height is
  below 700 px instead of 600 px
  - debian/patches/60_1024x600_gtkprefs.c.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
 
106
106
        guint membership_id[5]; /**< The membershipId sent by the contacts server,
107
107
                                     indexed by the list it belongs to          */
 
108
 
 
109
        char *invite_message;   /**< Invite message of user request */
108
110
};
109
111
 
110
112
/**************************************************************************
290
292
 */
291
293
void msn_user_set_client_caps(MsnUser *user, GHashTable *info);
292
294
 
 
295
/**
 
296
 * Sets the invite message for a user.
 
297
 *
 
298
 * @param user    The user.
 
299
 * @param message The invite message for a user.
 
300
 */
 
301
void msn_user_set_invite_message(MsnUser *user, const char *message);
 
302
 
293
303
 
294
304
/**
295
305
 * Returns the passport account for a user.
373
383
GHashTable *msn_user_get_client_caps(const MsnUser *user);
374
384
 
375
385
/**
 
386
 * Returns the invite message for a user.
 
387
 *
 
388
 * @param user The user.
 
389
 *
 
390
 * @return The user's invite message.
 
391
 */
 
392
const char *msn_user_get_invite_message(const MsnUser *user);
 
393
 
 
394
/**
376
395
 * check to see if user is online
377
396
 */
378
397
gboolean