summaryrefslogtreecommitdiff
path: root/gio/kqueue
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw@src.gnome.org>2018-05-24 23:37:01 +0800
committerTing-Wei Lan <lantw@src.gnome.org>2018-06-07 00:34:36 +0800
commit038836735620c51d86db70386182ff00e325ede4 (patch)
tree4dea9a2c2a87b287a792bc3c00feb8b94b4ec782 /gio/kqueue
parentb4259dec706b63ff18bedaa6c2943ffbdf679986 (diff)
downloadglib-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.c2
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;