|
The Assimilation Monitoring Project
|
Implements NetIO GSource object. More...
#include <projectcommon.h>#include <glib.h>#include <netgsource.h>#include <netaddr.h>#include <netio.h>#include <listener.h>

Go to the source code of this file.
Data Structures | |
| struct | _NetGSource |
| The NetGSource class objects integrate NetIO class objects into the g_main_loop paradigm. More... | |
Typedefs | |
| typedef struct _NetGSource | NetGSource |
Functions | |
| WINEXPORT NetGSource * | netgsource_new (NetIO *iosrc, GDestroyNotify notify, gint priority, gboolean can_recurse, GMainContext *context, gsize objsize, gpointer userdata) |
| Create a new (abstract) NetGSource object. More... | |
Implements NetIO GSource object.
This file contains the header definitions for NetIOGSource objects NetIOGsource objects are derived from the Glib GSource object type. We treat these as Classes in our C-Class implementation.
This file is part of the Assimilation Project.
The Assimilation software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the Assimilation Project software. If not, see http://www.gnu.org/licenses/
Definition in file netgsource.h.
| typedef struct _NetGSource NetGSource |
Definition at line 34 of file netgsource.h.