~ubuntu-branches/ubuntu/quantal/pidgin/quantal

« back to all changes in this revision

Viewing changes to libpurple/pounce.h

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2011-06-13 21:17:20 UTC
  • mfrom: (1.3.19 upstream)
  • mto: This revision was merged to the branch mainline in revision 73.
  • Revision ID: james.westby@ubuntu.com-20110613211720-ke87vzmdcuaxams7
Tags: 2.8.0-1
* Imported Upstream version 2.8.0 (Closes: #630124)
* Remove SILC support since the library will be orphaned (Closes: #629222)
* Fix typo in libpurple-bin description (Closes: #625462)

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
void purple_pounce_destroy_all_by_account(PurpleAccount *account);
124
124
 
125
125
/**
 
126
 * Destroys all buddy pounces for a buddy
 
127
 *
 
128
 * @param buddy The buddy whose pounces are to be removed
 
129
 *
 
130
 * @since 2.8.0
 
131
 */
 
132
void purple_pounce_destroy_all_by_buddy(PurpleBuddy *buddy);
 
133
 
 
134
/**
126
135
 * Sets the events a pounce should watch for.
127
136
 *
128
137
 * @param pounce The buddy pounce.