More TinyGLib fixes.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user