C# Class ZeroInstall.DesktopIntegration.Unix.FreeDesktop

Utility class for creating and modifying FreeDesktop.org Desktop Entries.
Mostrar archivo Open project: 0install/0install-win

Public Methods

Method Description
Create ( DesktopIcon desktopIcon, FeedTarget target, bool machineWide, ITaskHandler handler ) : void
Create ( MenuEntry menuEntry, FeedTarget target, bool machineWide, ITaskHandler handler ) : void
Remove ( DesktopIcon desktopIcon, bool machineWide ) : void
Remove ( MenuEntry menuEntry, bool machineWide ) : void

Method Details

Create() public static method

public static Create ( DesktopIcon desktopIcon, FeedTarget target, bool machineWide, ITaskHandler handler ) : void
desktopIcon DesktopIcon
target ZeroInstall.Store.FeedTarget
machineWide bool
handler ITaskHandler
return void

Create() public static method

public static Create ( MenuEntry menuEntry, FeedTarget target, bool machineWide, ITaskHandler handler ) : void
menuEntry MenuEntry
target ZeroInstall.Store.FeedTarget
machineWide bool
handler ITaskHandler
return void

Remove() public static method

public static Remove ( DesktopIcon desktopIcon, bool machineWide ) : void
desktopIcon DesktopIcon
machineWide bool
return void

Remove() public static method

public static Remove ( MenuEntry menuEntry, bool machineWide ) : void
menuEntry MenuEntry
machineWide bool
return void