/gpump/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/gpump/trunk

« back to all changes in this revision

Viewing changes to src/GPumpAuth.h

  • Committer: Gustav Hartvigsson
  • Date: 2014-06-09 11:51:50 UTC
  • mfrom: (30.1.1 GPump)
  • Revision ID: gustav.hartvigsson@gmail.com-20140609115150-mhsw860izyg9twfv
* merged from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* c-basic-offset: 2; tab-width: 2; indent-tabs-mode: nil
2
 
 * vi: set shiftwidth=2 tabstop=2 expandtab:
3
 
 * :indentSize=2:tabSize=2:noTabs=true:
4
 
 */
5
 
 
6
 
 /*
7
 
  * The GPumpAuth class authenticates the user with a Pump.io node.
8
 
  * 
9
 
  * GPump contains a widget that needs to be associated with a top-level window,
10
 
  * or dialoug window associated a top level window.
11
 
  *
12
 
  * The special widget is a dialoug box with a WebKitWebView that displays the
13
 
  * authentication page.
14
 
  * 
15
 
  * The keys are stored in the object untill they are gotten after which the
16
 
  * keys are freed and zeroed. After that point, the keys are not avalible for
17
 
  * this class.
18
 
  */