mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
kqueue: Make _ke_is_excluded static
It is not used in any other file.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user