[glib: 1/6] kqueue: Make _ke_is_excluded static
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/6] kqueue: Make _ke_is_excluded static
- Date: Mon, 11 Jun 2018 10:54:10 +0000 (UTC)
commit 038836735620c51d86db70386182ff00e325ede4
Author: Ting-Wei Lan <lantw src gnome org>
Date: Thu May 24 23:37:01 2018 +0800
kqueue: Make _ke_is_excluded static
It is not used in any other file.
gio/kqueue/gkqueuefilemonitor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]