/gpump/trunk

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