More TinyGLib fixes.

This commit is contained in:
OBattler
2021-04-29 23:37:26 +02:00
parent dec28ebbbc
commit a22b4c537e

View File

@@ -127,11 +127,11 @@ extern gboolean g_spawn_async_with_fds(const gchar *working_directory, gchar **a
gchar **envp, GSpawnFlags flags,
GSpawnChildSetupFunc child_setup,
gpointer user_data, GPid *child_pid, gint stdin_fd,
gint stdout_fd, gint stderr_fd, GError **error) __attribute__((__unused__));
extern GString *g_string_new(gchar *base) __attribute__((__unused__));
extern gchar *g_string_free(GString *string, gboolean free_segment) __attribute__((__unused__));
extern gchar *g_strstr_len(const gchar *haystack, gssize haystack_len, const gchar *needle) __attribute__((__unused__));
extern guint g_strv_length(gchar **str_array) __attribute__((__unused__));
gint stdout_fd, gint stderr_fd, GError **error);
extern GString *g_string_new(gchar *base);
extern gchar *g_string_free(GString *string, gboolean free_segment);
extern gchar *g_strstr_len(const gchar *haystack, gssize haystack_len, const gchar *needle);
extern guint g_strv_length(gchar **str_array);
/* Macros */