| Top |
| const char * | srt_desktop_entry_get_id () |
| const char * | srt_desktop_entry_get_commandline () |
| const char * | srt_desktop_entry_get_filename () |
| gboolean | srt_desktop_entry_is_default_handler () |
| gboolean | srt_desktop_entry_is_steam_handler () |
| char * | commandline | Read / Write / Construct Only |
| char * | filename | Read / Write / Construct Only |
| char * | id | Read / Write / Construct Only |
| gboolean | is-default-handler | Read / Write / Construct Only |
| gboolean | is-steam-handler | Read / Write / Construct Only |
const char *
srt_desktop_entry_get_id (SrtDesktopEntry *self);
Return the ID of self
.
const char *
srt_desktop_entry_get_commandline (SrtDesktopEntry *self);
Return the commandline with which the application self
will be started.
const char *
srt_desktop_entry_get_filename (SrtDesktopEntry *self);
Return the full path to the self
file.
gboolean
srt_desktop_entry_is_default_handler (SrtDesktopEntry *self);
gboolean
srt_desktop_entry_is_steam_handler (SrtDesktopEntry *self);
“commandline” property “commandline” char *
Commandline with which the application will be started.
Owner: SrtDesktopEntry
Flags: Read / Write / Construct Only
Default value: NULL
“filename” property “filename” char *
Full path to the desktop entry file.
Owner: SrtDesktopEntry
Flags: Read / Write / Construct Only
Default value: NULL
“id” property “id” char *
Desktop entry ID.
Owner: SrtDesktopEntry
Flags: Read / Write / Construct Only
Default value: NULL
“is-default-handler” property “is-default-handler” gboolean
TRUE if the entry is the default that handles the URI scheme "steam".
Owner: SrtDesktopEntry
Flags: Read / Write / Construct Only
Default value: FALSE