clapper-app: Add command line option to enqueue files

This commit is contained in:
Rafał Dzięgiel
2024-05-03 20:17:56 +02:00
parent eb0baa6fe6
commit a257d3f003
3 changed files with 58 additions and 1 deletions

View File

@@ -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);