mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Add gio launch command to execute desktop file
This command will try to execute a desktop file, before that it will load the input as a keyfile for checking its existence and its validity (as a keyfile). File arguments are allowed after the desktop file. Closes #54 Signed-off-by: Frederic Martinsons <frederic.martinsons@sigfox.com>
This commit is contained in:
@@ -37,6 +37,7 @@ gboolean file_is_dir (GFile *file);
|
||||
int handle_cat (int argc, char *argv[], gboolean do_help);
|
||||
int handle_copy (int argc, char *argv[], gboolean do_help);
|
||||
int handle_info (int argc, char *argv[], gboolean do_help);
|
||||
int handle_launch (int argc, char *argv[], gboolean do_help);
|
||||
int handle_list (int argc, char *argv[], gboolean do_help);
|
||||
int handle_mime (int argc, char *argv[], gboolean do_help);
|
||||
int handle_mkdir (int argc, char *argv[], gboolean do_help);
|
||||
|
Reference in New Issue
Block a user