summaryrefslogtreecommitdiff
path: root/gio/src
Commit message (Expand)AuthorAgeFilesLines
* Settings: Add [get|set]_strv().José Alburquerque2010-05-282-4/+42
* Wrap couple of unwrapped methods.José Alburquerque2010-05-251-0/+1
* gio_docs.xml: Regenerate with the new doc extraction tool.José Alburquerque2010-04-291-4290/+4024
* Initial implementation of Gio::SettingsJonathon Jongsma2010-04-204-0/+189
* Re-generate defs for GSettingsJonathon Jongsma2010-04-203-3853/+5997
* One more regeneration of docs to avoid gmmproc parsing errors.José Alburquerque2010-04-131-5/+5
* UnixOutputStream: Fix the constructor to use the correct property name.Alex Vallee2010-04-121-2/+2
* Regenerate docs with the new docextract_to_xml.py script.José Alburquerque2010-04-111-3808/+3509
* Gio::File: Add TypeTraits to fix Gtk::FileChooser::get_files() in gtkmm.Jonathon Jongsma2010-03-261-0/+40
* Add regression test for Bug #613250.Murray Cumming2010-03-261-1/+2
* ThemedIcon: Added get_names().Murray Cumming2010-03-242-1/+11
* MemoryInputStream: Correct data loss/corruption with binary data.Alexey Kosilin2010-03-231-1/+1
* Regenerate defs files.José Alburquerque2010-03-152-74/+335
* 2.23.3glibmm-2.23.3Murray Cumming2010-03-081-1/+1
* AsyncResult: Add get_source_object_base(), deprecating get_source_object().Murray Cumming2010-03-082-3/+35
* Regenerated more .defs.Murray Cumming2010-03-082-27/+70
* Bug #611521 - Free Gio::SlotFileProgress (and friends) at completionDebarshi Ray2010-03-081-12/+56
* Gio::MemoryInputStream::add_data(): Minor documentation fix.Michael2010-02-221-5/+4
* IOStream: get_input_stream(), get_output_stream(): Fix reference counting.Murray Cumming2010-02-061-2/+2
* MemoryOutputStream: Add properties.Murray Cumming2010-02-062-3/+55
* MemoryOutputStream: Fix the constructor.Murray Cumming2010-02-061-2/+2
* UnixInputStream: Fix the constructor.Murray Cumming2010-02-051-2/+2
* Add TODOMurray Cumming2010-02-051-0/+2
* Regenerated method .defs. Added a Resolver signal.Murray Cumming2010-01-296-387/+623
* Use 0 instead of NULL.Murray Cumming2010-01-2919-190/+190
* Use Glib::unwrap() instead of ->gobj(),Murray Cumming2010-01-2918-128/+128
* File: Added has_parent() and supports_thread_contexts().Murray Cumming2010-01-292-0/+18
* File: Added start_mountable(), stop_mountable(), poll_mountable().Murray Cumming2010-01-286-7/+231
* file.hg: Correct/Add newin2p* doxygen comments.Murray Cumming2010-01-281-6/+22
* File: Added create_file_readwrite() and creat_file_readwrite_async().Murray Cumming2010-01-282-7/+180
* unmount_mountable(), eject_mountable(): Add overrides with MountOperation.Murray Cumming2010-01-282-29/+176
* File, Cancellable: Added some new methods.Murray Cumming2010-01-283-0/+254
* Bug #606100 - Fix wrapping properties.Krzesimir Nowak2010-01-063-2/+3
* A bunch of minor doxygen cleanups around the treeJonathon Jongsma2010-01-0318-48/+33
* wrap g_socket_connection_factory_create_connection()Jonathon Jongsma2010-01-031-1/+4
* Add non-cancellable versions of a bunch of SocketClient functionsJonathon Jongsma2010-01-032-6/+133
* Wrap missing properties of SocketClient, SocketConnection, SocketListenerJonathon Jongsma2010-01-023-0/+10
* Wrap ThreadedSocketServiceJonathon Jongsma2010-01-024-0/+122
* Wrap SocketServiceJonathon Jongsma2010-01-023-0/+105
* Re-generate gio signal defsJonathon Jongsma2010-01-021-0/+210
* Accidentally marked wrong SocketConnection as non-win32Jonathon Jongsma2010-01-022-1/+2
* Wrap SocketListenerJonathon Jongsma2010-01-023-0/+680
* Wrap SocketClient, SocketConnection, TcpConnection, UnixConnectionJonathon Jongsma2010-01-029-0/+426
* _IGNORE a couple API that we've implemented manuallyJonathon Jongsma2010-01-022-2/+2
* Wrap Gio::Mount::get_default_location()Jonathon Jongsma2010-01-021-0/+2
* Re-generate gio_docs.xmlJonathon Jongsma2010-01-021-1503/+3682
* Regenerate gio_methods.defs, bump glib requirementJonathon Jongsma2010-01-021-10/+396
* Take an extra ref from the return of g_inet_socket_address_get_addressJonathon Jongsma2010-01-021-2/+2
* Add socket-server exampleJonathon Jongsma2010-01-022-5/+15
* Add socket-client exampleJonathon Jongsma2010-01-022-1/+56