Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Wed, 19 Jun 2024 22:13:53 UTC Commit: 944f188f018af3264dd132ca83c91c3a500cc6d0 https://github.com/geany/geany/commit/944f188f018af3264dd132ca83c91c3a500cc6...
Log Message: ----------- Move utils_utf8_strdown() under GEANY_PRIVATE in utils.h
Modified Paths: -------------- src/utils.h
Modified: src/utils.h 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -193,8 +193,6 @@ gboolean utils_spawn_async(const gchar *dir, gchar **argv, gchar **env, GSpawnFl GSpawnChildSetupFunc child_setup, gpointer user_data, GPid *child_pid, GError **error);
-gchar *utils_utf8_strdown(const gchar *str); - gint utils_str_casecmp(const gchar *s1, const gchar *s2);
gchar *utils_get_date_time(const gchar *format, time_t *time_to_use); @@ -338,6 +336,8 @@ void utils_start_new_geany_instance(const gchar *doc_path);
gchar *utils_get_os_info_string(void);
+gchar *utils_utf8_strdown(const gchar *str); + #endif /* GEANY_PRIVATE */
G_END_DECLS
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).