| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added an overload of query_default_handler() without the cancellable. | Murray Cumming | 2008-02-05 | 2 | -0/+32 |
* | Remove these because they are not API - they are declarations of entry | Murray Cumming | 2008-02-05 | 3 | -71/+1 |
* | Added copy_async(), with overloads without slot_progress (which is | Marko Anastasov | 2008-02-04 | 2 | -0/+166 |
* | Added DesktopAppInfo but not to Makefile_list_of_hg.am_fragment yet (need | José Alburquerque | 2008-02-04 | 2 | -0/+63 |
* | Changed size param of create_sized() to type gsize (in agreement with | José Alburquerque | 2008-02-04 | 1 | -1/+1 |
* | Allow _CLASS_INTERFACE() to take two extra optional paremeters to specify | Murray Cumming | 2008-02-04 | 3 | -11/+8 |
* | remove an obsolete TODO add LoadableIcon vfunc definitions | Jonathon Jongsma | 2008-02-04 | 4 | -22/+177 |
* | switch back create_sized() size parameter to gsize since glib switched | Jonathon Jongsma | 2008-02-04 | 1 | -1/+1 |
* | Added these, but not to Makefile_list_of_hg.am_fragment to avoid compile | José Alburquerque | 2008-02-04 | 7 | -2/+198 |
* | Added Vfs | José Alburquerque | 2008-02-04 | 3 | -1/+70 |
* | Added types. Regenerated. | Murray Cumming | 2008-02-04 | 6 | -2/+174 |
* | changed size param of create_sized() to type guint (in agreement with | José Alburquerque | 2008-02-04 | 3 | -1/+210 |
* | Added types. Regenerated. | Murray Cumming | 2008-02-03 | 10 | -8/+322 |
* | Add class documentation, now that there is some in gio. Add class | Murray Cumming | 2008-02-03 | 2 | -2/+3 |
* | Add class documentation, now that there is some in gio. Add class | Murray Cumming | 2008-02-03 | 2 | -6/+10 |
* | add MemoryInputStream class | Jonathon Jongsma | 2008-02-03 | 4 | -1/+85 |
* | fix copy/paste error | Jonathon Jongsma | 2008-02-03 | 1 | -5/+4 |
* | add DataOutputStream class | Jonathon Jongsma | 2008-02-03 | 7 | -4/+363 |
* | add BufferedOutputStream class | Jonathon Jongsma | 2008-02-03 | 2 | -0/+76 |
* | add FilterOutputStream class | Jonathon Jongsma | 2008-02-03 | 4 | -2/+66 |
* | find_enclosing_mout(), append_to(): Reordered parameters and added | Murray Cumming | 2008-02-03 | 4 | -6/+137 |
* | Move a signal-specific conversion here, because these conversions are | Murray Cumming | 2008-02-02 | 1 | -15/+22 |
* | add new header files to the main include add FIXME note about not being | Jonathon Jongsma | 2008-02-02 | 2 | -0/+6 |
* | add slot_async.h private header to EXTRA_DIST so that it gets distributed. | Jonathon Jongsma | 2008-02-02 | 1 | -0/+2 |
* | add DataInputStream class | Jonathon Jongsma | 2008-02-02 | 3 | -1/+397 |
* | add BufferedInputStream class | Jonathon Jongsma | 2008-02-02 | 17 | -249/+326 |
* | Removed VolumeMonitorEvent enum def, which does not exist any more in the | Marko Anastasov | 2008-02-02 | 2 | -2/+6 |
* | Added get_mount(). Regenerated with enums.pl. Regenerated with h2defs.py. | Marko Anastasov | 2008-02-02 | 3 | -605/+319 |
* | Add Gio::AppInfo vfuncs | Jonathon Jongsma | 2008-02-02 | 3 | -2/+137 |
* | Added overloads of create_file(), remove(), trash(), make_directory(), | Murray Cumming | 2008-02-02 | 2 | -16/+296 |
* | Added the signal. | Murray Cumming | 2008-02-02 | 3 | -21/+379 |
* | Use convert_return_gchar_ptr_to_ustring() because it releases the gchar* | Murray Cumming | 2008-02-01 | 2 | -45/+80 |
* | put content_type functions in the Gio namespace which was accidentally | Jonathon Jongsma | 2008-02-01 | 1 | -0/+4 |
* | forgot to add new contenttype.h header forgot to install contenttype.h | Jonathon Jongsma | 2008-01-31 | 2 | -1/+2 |
* | wrap content_type_* functions | Jonathon Jongsma | 2008-01-31 | 3 | -1/+200 |
* | get_child_for_display_name(): Change the display_name parameter to a | Murray Cumming | 2008-01-29 | 2 | -2/+4 |
* | Increase version | Murray Cumming | 2008-01-28 | 1 | -1/+5 |
* | Split into | Murray Cumming | 2008-01-27 | 10 | -70/+129 |
* | Do not include gio.h from our public headers, to avoid polluting the | Murray Cumming | 2008-01-27 | 23 | -45/+44 |
* | Make equal() non virtual - equal_vfunc() is instead. | Murray Cumming | 2008-01-27 | 4 | -50/+422 |
* | Added the _CLASS_* macro so this type is really wrapped. | Murray Cumming | 2008-01-25 | 1 | -0/+1 |
* | Added _DO_NOT_DERIVE_GTYPE for use in .hg files when we do not want to | Murray Cumming | 2008-01-25 | 1 | -0/+1 |
* | add missing headers to the main include header | Jonathon Jongsma | 2008-01-25 | 1 | -0/+9 |
* | Renamed Gio::IOError to Gio::Error. | Murray Cumming | 2008-01-23 | 3 | -1/+63 |
* | Wrapped GIOErrorEnum as Gio::Error exception. (This is registered in | Murray Cumming | 2008-01-23 | 4 | -1/+66 |
* | Added a read() method overload with no cancellable parameter. Try loading | Murray Cumming | 2008-01-23 | 2 | -3/+37 |
* | Removed some unnecessary TODOs | Murray Cumming | 2008-01-21 | 2 | -3/+1 |
* | Regenerated. | Murray Cumming | 2008-01-21 | 7 | -20/+829 |
* | Added method overloads and documentation. | Murray Cumming | 2008-01-21 | 2 | -5/+379 |
* | Ignore functions that are just duplicates of the ones in Seekable, and | Murray Cumming | 2008-01-20 | 6 | -78/+617 |