| 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 () |
| gchar * | commandline | Read / Write / Construct Only |
| gchar * | filename | Read / Write / Construct Only |
| gchar * | 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” gchar *
Commandline with which the application will be started.
Flags: Read / Write / Construct Only
Default value: NULL
“filename” property“filename” gchar *
Full path to the desktop entry file.
Flags: Read / Write / Construct Only
Default value: NULL
“id” property“id” gchar *
Desktop entry ID.
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".
Flags: Read / Write / Construct Only
Default value: FALSE
“is-steam-handler” property“is-steam-handler” gboolean
TRUE if the entry is of the type "x-scheme-handler/steam".
Flags: Read / Write / Construct Only
Default value: FALSE