Property | Type | Description | |
---|---|---|---|
ProgressPercentage | double | ||
ProgressSpeedDown | double | ||
ProgressSpeedUp | double |
Method | Description | |
---|---|---|
AddToBookmarks ( ) : void | ||
CheckPassword ( string password ) : bool | ||
CreateSparkleShareFolder ( ) : bool | ||
CreateStartupItem ( ) : void | ||
FinishFetcher ( ) : void | ||
FinishFetcher ( string password ) : void | ||
GetAvatar ( string email, int size ) : string | ||
Initialize ( ) : void | ||
InstallProtocolHandler ( ) : void | ||
OpenFile ( string path ) : void | ||
OpenFolder ( string path ) : void | ||
OpenSparkleShareFolder ( ) : void | ||
OpenSparkleShareFolder ( string name ) : void | ||
OpenWebsite ( string url ) : void | ||
Quit ( ) : void | ||
ShowAboutWindow ( ) : void | ||
ShowEventLogWindow ( ) : void | ||
ShowSetupWindow ( PageType page_type ) : void | ||
SparkleControllerBase ( ) : System | ||
StartFetcher ( |
||
StopFetcher ( ) : void | ||
ToggleNotifications ( ) : void | ||
UIHasLoaded ( ) : void |
Method | Description | |
---|---|---|
AddRepository ( string folder_path ) : void | ||
CheckRepositories ( ) : void | ||
ClearDirectoryAttributes ( string path ) : void | ||
GetAvatarValidationCallBack ( Object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors ) : bool | ||
HandleInvite ( |
||
IsSymlink ( string file ) : bool | ||
OnFolderActivity ( object o, |
||
RemoveRepository ( string folder_path ) : void | ||
UpdateState ( ) : void |
public CheckPassword ( string password ) : bool | ||
password | string | |
return | bool |
public abstract CreateSparkleShareFolder ( ) : bool | ||
return | bool |
public FinishFetcher ( string password ) : void | ||
password | string | |
return | void |
public GetAvatar ( string email, int size ) : string | ||
string | ||
size | int | |
return | string |
public abstract InstallProtocolHandler ( ) : void | ||
return | void |
public abstract OpenFile ( string path ) : void | ||
path | string | |
return | void |
public abstract OpenFolder ( string path ) : void | ||
path | string | |
return | void |
public OpenSparkleShareFolder ( string name ) : void | ||
name | string | |
return | void |
public abstract OpenWebsite ( string url ) : void | ||
url | string | |
return | void |
public ShowSetupWindow ( PageType page_type ) : void | ||
page_type | PageType | |
return | void |
public StartFetcher ( |
||
info | ||
return | void |