mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-12 20:36:15 +01:00
Make this build with gcc 3.4 (#509419)
2008-01-25 Matthias Clasen <mclasen@redhat.com> * fam/fam-helper.c (fam_event_to_file_monitor_event): Make this build with gcc 3.4 (#509419) svn path=/trunk/; revision=6378
This commit is contained in:
parent
64c2dc4a06
commit
d7a1dddbc7
@ -1,3 +1,8 @@
|
|||||||
|
2008-01-25 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* fam/fam-helper.c (fam_event_to_file_monitor_event): Make this
|
||||||
|
build with gcc 3.4 (#509419)
|
||||||
|
|
||||||
2008-01-25 Matthias Clasen <mclasen@redhat.com>
|
2008-01-25 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gfilemonitor.c: Add references to g_file_monitor_file/directory()
|
* gfilemonitor.c: Add references to g_file_monitor_file/directory()
|
||||||
|
@ -42,7 +42,7 @@ struct _fam_sub
|
|||||||
};
|
};
|
||||||
|
|
||||||
static GFileMonitorEvent
|
static GFileMonitorEvent
|
||||||
fam_event_to_file_monitor_event (enum FAMCodes code)
|
fam_event_to_file_monitor_event (FAMCodes code)
|
||||||
{
|
{
|
||||||
switch (code)
|
switch (code)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user