OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:G_LOCAL_FILE_MONITOR_EXTENSION_POINT_NAME
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/glib/gio/
glocalfilemonitor.h
36
#define
G_LOCAL_FILE_MONITOR_EXTENSION_POINT_NAME
"gio-local-file-monitor"
glocalfilemonitor.c
142
ep = g_io_extension_point_lookup (
G_LOCAL_FILE_MONITOR_EXTENSION_POINT_NAME
);
giomodule.c
320
ep = g_io_extension_point_register (
G_LOCAL_FILE_MONITOR_EXTENSION_POINT_NAME
);
/external/bluetooth/glib/gio/fam/
gfamfilemonitor.c
146
g_io_extension_point_implement (
G_LOCAL_FILE_MONITOR_EXTENSION_POINT_NAME
,
/external/bluetooth/glib/gio/fen/
gfenfilemonitor.c
50
g_io_extension_point_implement (
G_LOCAL_FILE_MONITOR_EXTENSION_POINT_NAME
,
/external/bluetooth/glib/gio/inotify/
ginotifyfilemonitor.c
48
g_io_extension_point_implement (
G_LOCAL_FILE_MONITOR_EXTENSION_POINT_NAME
,
Completed in 288 milliseconds