CVSROOT:        /cvs/gnome
Module name:    gio
Changes by:     jcape   05/07/22 04:55:59

Modified files:
        tests          : testfilestream.c testfilestream.input 
        tools          : gio-index-modules.c 

Log message:
2005-07-22  James Cape  <[EMAIL PROTECTED]>

Event-based IO.

* .cvsignore: Ignore some anjuta2 files.
* GIO.prj: Added new files.
* README: Updated.
* configure.ac: Some stuff.
* docs/reference/gio-sections.txt:
* docs/reference/tmpl/gio-buffer.sgml:
* docs/reference/tmpl/gio-module.sgml:
* docs/reference/tmpl/gio-object.sgml:
* docs/reference/tmpl/gio-stream.sgml:
* docs/reference/tmpl/gio-unused.sgml: Docs updates.
* gio/Makefile.am: Added new files.
* gio/gio-error.c: (gio_error_get_type), (gio_error_new),
(gio_error_new_literal), (gio_error_copy), (gio_error_free),
(gio_set_error), (gio_error_list_copy), (gio_error_list_free):
* gio/gio-error.h: New error structure -- GError with severity.
* gio/gio-event.c: (gio_event_get_type), (gio_event_new),
(gio_event_new_with_time), (gio_event_copy), (gio_event_free):
* gio/gio-event.h: Added event structures/union.
* gio/gio-marshal.list: Removed unused marshallers.
* gio/gio-stream.c: (gio_stream_class_init),
(gio_stream_get_property), (gio_stream_default_get_flags),
(gio_stream_default_get_size), (gio_stream_default_open),
(gio_stream_default_close), (gio_stream_default_start_async),
(gio_stream_default_stop_async), (gio_stream_default_event),
(gio_stream_default_state_event), (get_stream_module_and_type),
(gio_stream_new), (gio_stream_new_valist), (gio_stream_newv),
(gio_stream_open), (gio_stream_close), (gio_stream_read),
(gio_stream_peek), (gio_stream_write), (gio_stream_flush),
(gio_stream_seek), (gio_stream_start_async),
(gio_stream_stop_async), (gio_stream_get_event_mask),
(gio_stream_set_event_mask), (do_event), (gio_stream_event),
(gio_stream_readable_event), (gio_stream_writable_event),
(gio_stream_state_event), (gio_stream_error_event),
(gio_stream_eof_event), (gio_set_stream_error): Updated for new
Event-driven World Order.
* gio/gio-stream.h:
* gio/gio-type-builtins.c.tmpl:
* gio/gio.h:
* modules/Makefile.am:
* modules/gio-base-private.c: (_gio_base_events_to_condition),
(_gio_base_io_callback):
* modules/gio-base-private.h:
* modules/gio-file-stream-private.h:
* modules/gio-file-stream-unix.c:
(_gio_file_stream_impl_get_flags), (_gio_file_stream_impl_open),
(_gio_file_stream_impl_close), (_gio_file_stream_impl_freeze),
(_gio_file_stream_impl_thaw), (_gio_file_stream_impl_read),
(_gio_file_stream_impl_write), (_gio_file_stream_impl_seek),
(_gio_file_stream_impl_tell),
(_gio_file_stream_impl_start_async),
(_gio_file_stream_impl_stop_async):
* modules/gio-file-stream.c: (gio_file_stream_class_init),
(gio_file_stream_set_property), (gio_set_file_error),
(gio_set_file_error_from_errno):
* modules/gio-file-stream.h:
* po/Makefile.in.in:
* tests/testfilestream.c: (main):
* tests/testfilestream.input: Actually include some data to
mirror.
* tools/gio-index-modules.c:

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gio&who=jcape&date=explicit&mindate=2005-07-22%2004:54&maxdate=2005-07-22%2004:56

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to