mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
static and #include fixups in glib/
This commit is contained in:
parent
1b018a8bb2
commit
740eacbfca
@ -1380,7 +1380,7 @@ get_tmp_file (gchar *tmpl,
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
gint
|
static gint
|
||||||
wrap_mkdir (gchar *tmpl,
|
wrap_mkdir (gchar *tmpl,
|
||||||
int flags G_GNUC_UNUSED,
|
int flags G_GNUC_UNUSED,
|
||||||
int mode)
|
int mode)
|
||||||
|
@ -97,7 +97,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "gwakeup.h"
|
#include "gwakeup.h"
|
||||||
|
#include "gmain-internal.h"
|
||||||
#include "glib-private.h"
|
#include "glib-private.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -381,7 +381,7 @@ token_stream_end_ref (TokenStream *stream,
|
|||||||
ref->end = stream->stream - stream->start;
|
ref->end = stream->stream - stream->start;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
pattern_copy (gchar **out,
|
pattern_copy (gchar **out,
|
||||||
const gchar **in)
|
const gchar **in)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user