mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
gio/: fully remove gioalias hacks
This commit is contained in:
@@ -74,4 +74,3 @@ dump_event (node_event_t* ev, gpointer user_data)
|
||||
node_t* node = ev->user_data;
|
||||
g_printf ("ne:0x%p e:%p n:0x%p ds:0x%p s:0x%p s\n", ev, ev->e, node, node->dir_subs, node->subs, NODE_NAME(node));
|
||||
}
|
||||
|
||||
|
@@ -194,4 +194,3 @@ fen_init ()
|
||||
G_UNLOCK (fen_lock);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
@@ -554,4 +554,3 @@ _event_string (int event)
|
||||
return "EVENT_UNKNOWN";
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -639,4 +639,3 @@ node_event_delete (node_event_t* ev)
|
||||
{
|
||||
g_free (ev);
|
||||
}
|
||||
|
||||
|
@@ -35,8 +35,6 @@
|
||||
|
||||
#include "fen-helper.h"
|
||||
|
||||
#include "gioalias.h"
|
||||
|
||||
struct _GFenDirectoryMonitor
|
||||
{
|
||||
GLocalDirectoryMonitor parent_instance;
|
||||
@@ -142,4 +140,3 @@ g_fen_directory_monitor_cancel (GFileMonitor* monitor)
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
@@ -35,8 +35,6 @@
|
||||
|
||||
#include "fen-helper.h"
|
||||
|
||||
#include "gioalias.h"
|
||||
|
||||
struct _GFenFileMonitor
|
||||
{
|
||||
GLocalFileMonitor parent_instance;
|
||||
@@ -142,4 +140,3 @@ g_fen_file_monitor_cancel (GFileMonitor* monitor)
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user