Add .hct support to colors.conf import

This commit is contained in:
2026-04-08 17:47:51 -06:00
parent 73733e4176
commit 4f2938d957
4 changed files with 129 additions and 10 deletions

View File

@@ -188,6 +188,16 @@ zoitechat_gtk3_theme_service_import (const char *source_path, char **imported_id
return FALSE;
}
gboolean
zoitechat_gtk3_theme_service_read_archive_text_file (const char *archive_path, const char *name, char **contents, GError **error)
{
(void)archive_path;
(void)name;
(void)contents;
(void)error;
return FALSE;
}
gboolean
zoitechat_gtk3_theme_service_remove_user_theme (const char *theme_id, GError **error)
{