DesktopFile
Object Hierarchy:
Description:
public class DesktopFile : Object
A class to represents a single desktop file.
Content:
Constants:
Properties:
- public bool is_clean { get; }
Returns if this contains unsaved changes to the disk.
- public string path { get; construct; }
The absolute path to the desktop file.
- public string saved_value_comment { owned get; }
Value of "Comment" entry without unsaved changes.
- public string saved_value_icon { owned get; }
Value of "Icon" entry without unsaved changes.
- public string saved_value_name { owned get; }
Value of "Name" entry without unsaved changes.
- public string[] value_categories { owned get; set; }
Value of "Categories" entry.
- public string value_comment { owned get; set; }
Value of "Comment" entry.
- public string value_exec { owned get; set; }
Value of "Exec" entry.
- public string value_generic_name { owned get; set; }
Value of "GenericName" entry.
- public string value_icon { owned get; set; }
Value of "Icon" entry.
- public string[] value_keywords { owned get; set; }
Value of "Keywords" entry.
- public string value_name { owned get; set; }
Value of "Name" entry.
- public bool value_nodisplay { get; set; }
Value of "NoDisplay" entry.
- public string value_startup_wm_class { owned get; set; }
Value of "StartupWMClass" entry.
- public bool value_terminal { get; set; }
Value of "Terminal" entry.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref