C# Class Summa.Core.Application

Show file Open project: wfarr/newskit

Public Properties

Property Type Description
Browsers System.Collections.ArrayList
DBus DBusInterface
StatusIcon Summa.Gui.StatusIcon
TagStore Gtk.ListStore
Updater Updater
WindowsShown bool

Public Methods

Method Description
CloseWindow ( Browser browser ) : void
Main ( ) : void
SetProcessName ( string name ) : void
ToggleShown ( ) : void

Private Methods

Method Description
DebugTest ( ) : void
prctl ( int option, byte arg2, ulong arg3, ulong arg4, ulong arg5 ) : int

Method Details

CloseWindow() public static method

public static CloseWindow ( Browser browser ) : void
browser Summa.Gui.Browser
return void

Main() public static method

public static Main ( ) : void
return void

SetProcessName() public static method

public static SetProcessName ( string name ) : void
name string
return void

ToggleShown() public static method

public static ToggleShown ( ) : void
return void

Property Details

Browsers public static property

public static ArrayList,System.Collections Browsers
return System.Collections.ArrayList

DBus public static property

public static DBusInterface,Summa.Core DBus
return DBusInterface

StatusIcon public static property

public static StatusIcon,Summa.Gui StatusIcon
return Summa.Gui.StatusIcon

TagStore public static property

public static ListStore,Gtk TagStore
return Gtk.ListStore

Updater public static property

public static Updater,Summa.Core Updater
return Updater

WindowsShown public static property

public static bool WindowsShown
return bool