mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-14 04:57:46 +02:00
Doc updates
svn path=/trunk/; revision=6376
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-01-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gfilemonitor.c: Add references to g_file_monitor_file/directory()
|
||||
(#509994, Murray Cumming)
|
||||
|
||||
2008-01-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gioscheduler.h: Make GIOSchedulerJobFunc return boolean
|
||||
|
@@ -38,6 +38,11 @@
|
||||
*
|
||||
* Monitors a file or directory for changes.
|
||||
*
|
||||
* To obtain a #GFileMonitor for a file or directory, use
|
||||
* g_file_monitor_file() or g_file_monitor_directory().
|
||||
*
|
||||
* To get informed about changes to the file or directory you
|
||||
* are monitoring, connect to the #GFileMonitor::changed signal.
|
||||
**/
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user