mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
clapper-app: Add command line option to enqueue files
This commit is contained in:
@@ -50,6 +50,9 @@ gboolean clapper_app_utils_files_from_slist (GSList *file_list, GFile ***files,
|
||||
G_GNUC_INTERNAL
|
||||
gboolean clapper_app_utils_files_from_string (const gchar *string, GFile ***files, gint *n_files);
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
gboolean clapper_app_utils_files_from_command_line (GApplicationCommandLine *cmd_line, GFile ***files, gint *n_files);
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
gboolean clapper_app_utils_files_from_value (const GValue *value, GFile ***files, gint *n_files);
|
||||
|
||||
|
Reference in New Issue
Block a user