Reworked Solaris file event notification for GIO. See

https://defect.opensolaris.org/bz/show_bug.cgi?id=10194

Updated copyright.
This commit is contained in:
Lin Ma
2010-05-17 14:42:52 +08:00
parent 794a4a8dbd
commit e5440f865d
19 changed files with 1179 additions and 2192 deletions

View File

@@ -4,6 +4,8 @@
*
* Copyright (C) 2006-2007 Red Hat, Inc.
* Copyright (C) 2007 Sebastian Dröge.
* Copyright (c) 2008, 2010 Oracle and/or its affiliates, Inc. All rights
* reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -23,6 +25,7 @@
* Authors: Alexander Larsson <alexl@redhat.com>
* John McCutchan <john@johnmccutchan.com>
* Sebastian Dröge <slomo@circular-chaos.org>
* Lin Ma <lin.ma@sun.com>
*/
#ifndef __G_FEN_FILE_MONITOR_H__