Fix up GIO docs

This commit is contained in:
Matthias Clasen
2009-11-29 22:54:16 -05:00
parent 80bda52b57
commit 8907bfee86
25 changed files with 258 additions and 156 deletions

View File

@@ -169,13 +169,6 @@ get_default_local_file_monitor (gpointer data)
return (gpointer)G_TYPE_INVALID;
}
/**
* g_local_file_monitor_new:
* @pathname: path name to monitor.
* @flags: #GFileMonitorFlags.
*
* Returns: a new #GFileMonitor for the given @pathname.
**/
GFileMonitor*
_g_local_file_monitor_new (const char *pathname,
GFileMonitorFlags flags,