mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
Doc updates
svn path=/trunk/; revision=6376
This commit is contained in:
parent
8228f7f94b
commit
1f331ffde8
@ -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
|
||||
|
@ -37,7 +37,12 @@
|
||||
* @include: gio.h
|
||||
*
|
||||
* 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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user