public class Session : Object {
public weak string platform { get; set; } ;
public Result commit ( ) ;
public static weak Session get ( ) ;
public weak string get_authentication_action ( ) ;
public bool get_connected ( ) ;
public Result get_platform ( string platform ) ;
public Result get_supported_platforms ( GLib.List platforms ) ;
public void process_requests ( ) ;
public Result set_platform ( string platform ) ;
}

public weak string platform { get; set; } ;
public Result commit ( ) ;
public static weak Session get ( ) ;
public weak string get_authentication_action ( ) ;
public bool get_connected ( ) ;
public Result get_platform ( string platform ) ;
public Result get_supported_platforms ( GLib.List platforms ) ;
public void process_requests ( ) ;
public Result set_platform ( string platform ) ;
Created by Valadoc