mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 01:36:17 +01:00
kqueue: Make _ke_is_excluded static
It is not used in any other file.
This commit is contained in:
parent
b4259dec70
commit
0388367356
@ -108,7 +108,7 @@ _fallback_callback (GFileMonitor *unused,
|
|||||||
* Returns: TRUE if the file should be excluded from the kqueue-powered
|
* Returns: TRUE if the file should be excluded from the kqueue-powered
|
||||||
* monitoring, FALSE otherwise.
|
* monitoring, FALSE otherwise.
|
||||||
**/
|
**/
|
||||||
gboolean
|
static gboolean
|
||||||
_ke_is_excluded (const char *full_path)
|
_ke_is_excluded (const char *full_path)
|
||||||
{
|
{
|
||||||
GFile *f = NULL;
|
GFile *f = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user