~ubuntu-branches/ubuntu/wily/telepathy-qt5/wily

« back to all changes in this revision

Viewing changes to TelepathyQt/contact.cpp

  • Committer: Package Import Robot
  • Author(s): Tiago Salem Herrmann
  • Date: 2015-05-29 18:01:17 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150529180117-nj5geaevciyps6b5
Tags: 0.9.6.1-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1371
1371
 *
1372
1372
 * Emitted when the value of location() changes.
1373
1373
 *
1374
 
 * \param caps The new location of this contact.
 
1374
 * \param location The new location of this contact.
1375
1375
 * \sa location()
1376
1376
 */
1377
1377
 
1380
1380
 *
1381
1381
 * Emitted when the value of infoFields() changes.
1382
1382
 *
1383
 
 * \param InfoFields The new info of this contact.
 
1383
 * \param infoFields The new info of this contact.
1384
1384
 * \sa infoFields()
1385
1385
 */
1386
1386
 
1399
1399
 * Emitted when the value of publishState() changes.
1400
1400
 *
1401
1401
 * \param state The new publish state of this contact.
 
1402
 * \param message The new user-defined status message of this contact.
1402
1403
 * \sa publishState()
1403
1404
 */
1404
1405
 
1407
1408
 *
1408
1409
 * Emitted when the value of isBlocked() changes.
1409
1410
 *
1410
 
 * \param status The new block status of this contact.
 
1411
 * \param blocked The new block status of this contact.
1411
1412
 * \sa isBlocked()
1412
1413
 */
1413
1414