~ubuntu-branches/ubuntu/saucy/kopete/saucy-updates

« back to all changes in this revision

Viewing changes to protocols/skype/skypebuttons/qtbrowserplugin/qtbrowserplugin.cpp

  • Committer: Package Import Robot
  • Author(s): Howard Chan, Michał Zając, Howard Chan
  • Date: 2013-06-28 18:19:57 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130628181957-oe71prbd9qv1ygop
Tags: 4:4.10.90-0ubuntu1
[ Michał Zając ]
* New upstream beta release

[ Howard Chan ]
* Delete the API patch since it's included in upstream now.
* Fix control file to make -dbg depend on main package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1455
1455
    HTML page. This function is called once for every stream the browser
1456
1456
    creates for the plugin.
1457
1457
 
1458
 
    Return true to indicate successfull processing of the data, otherwise
 
1458
    Return true to indicate successful processing of the data, otherwise
1459
1459
    return false. The default implementation does nothing and returns false.
1460
1460
*/
1461
1461
 
1470
1470
    Requests that the \a url be retrieved and sent to the named \a window (or
1471
1471
    a new window if \a window is empty), and returns the ID of the request that is
1472
1472
    delivered to transferComplete() when the get-operation has finished. Returns 0 when
1473
 
    the browser or the system doesn't support notification, or -1 when an error occured.
 
1473
    the browser or the system doesn't support notification, or -1 when an error occurred.
1474
1474
 
1475
1475
    \code
1476
1476
    void MyPlugin::aboutTrolltech()
1509
1509
/*!
1510
1510
    Posts \a data to \a url, and displays the result in \a window. Returns the ID of the request
1511
1511
    that is delivered to transferComplete() when the post-operation has finished. Returns 0 when
1512
 
    the browser or the system doesn't support notification, or -1 when an error occured.
 
1512
    the browser or the system doesn't support notification, or -1 when an error occurred.
1513
1513
 
1514
1514
    \code
1515
1515
    void MyPlugin::sendMail()
1538
1538
    Posts \a filename to \a url, and displays the result in \a window. Returns the ID of
1539
1539
    the request that is delivered to transferComplete() when the post-operation has finished.
1540
1540
    Returns 0 when the browser or the system doesn't support notification, or -1 when an
1541
 
    error occured.
 
1541
    error occurred.
1542
1542
 
1543
1543
    \code
1544
1544
    void MyPlugin::uploadFile()