DesktopItem
Object Hierarchy:
Description:
[ CCode ( ref_function = "gnome_desktop_item_ref" , type_id = "gnome_desktop_item_get_type ()" , unref_function = "gnome_desktop_item_unref" ) ]
[ Compact ]
public class DesktopItem
Content:
Static methods:
Creation methods:
Methods:
- public bool attr_exists (string attr)
- public void clear_localestring (string attr)
- public void clear_section (string section)
- public DesktopItem copy ()
- public int drop_uri_list (string uri_list, DesktopItemLaunchFlags flags) throws Error
- public int drop_uri_list_with_env (string uri_list, DesktopItemLaunchFlags flags, string[] envp) throws Error
- public bool exists ()
- public unowned string get_attr_locale (string attr)
- public bool get_boolean (string attr)
- public DesktopItemType get_entry_type ()
- public DesktopItemStatus get_file_status ()
- public unowned string get_icon (IconTheme icon_theme)
- public unowned List get_languages (string attr)
- public unowned string get_localestring (string attr)
- public unowned string get_localestring_lang (string attr, string language)
- public unowned string get_location ()
- public unowned string get_string (string attr)
- public unowned string[] get_strings (string attr)
- public int launch (List file_list, DesktopItemLaunchFlags flags) throws Error
- public int launch_on_screen (List file_list, DesktopItemLaunchFlags flags, Screen screen, int workspace) throws Error
- public int launch_with_env (List file_list, DesktopItemLaunchFlags flags, string[] envp) throws Error
- public bool save (string under, bool force) throws Error
- public void set_boolean (string attr, bool value)
- public void set_entry_type (DesktopItemType type)
- public void set_launch_time (uint32 timestamp)
- public void set_localestring (string attr, string value)
- public void set_localestring_lang (string attr, string language, string value)
- public void set_location (string location)
- public void set_location_file (string file)
- public void set_string (string attr, string value)
- public void set_strings (string attr, string[] strings)