diff options
author | Ting-Wei Lan <lantw@src.gnome.org> | 2018-05-24 23:37:01 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw@src.gnome.org> | 2018-06-07 00:34:36 +0800 |
commit | 038836735620c51d86db70386182ff00e325ede4 (patch) | |
tree | 4dea9a2c2a87b287a792bc3c00feb8b94b4ec782 /gio/kqueue | |
parent | b4259dec706b63ff18bedaa6c2943ffbdf679986 (diff) | |
download | glib-038836735620c51d86db70386182ff00e325ede4.tar.gz |
kqueue: Make _ke_is_excluded static
It is not used in any other file.
Diffstat (limited to 'gio/kqueue')
-rw-r--r-- | gio/kqueue/gkqueuefilemonitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/kqueue/gkqueuefilemonitor.c b/gio/kqueue/gkqueuefilemonitor.c index d6fea41cf..c67ae7127 100644 --- a/gio/kqueue/gkqueuefilemonitor.c +++ b/gio/kqueue/gkqueuefilemonitor.c @@ -108,7 +108,7 @@ _fallback_callback (GFileMonitor *unused, * Returns: TRUE if the file should be excluded from the kqueue-powered * monitoring, FALSE otherwise. **/ -gboolean +static gboolean _ke_is_excluded (const char *full_path) { GFile *f = NULL; |