Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wrap gio.SocketListener.accept() and add a test | Gian Mario Tagliaretti | 2009-12-31 | 2 | -1/+58 |
| | |||||
* | Make cancellable optional in gio.SocketClient.connect_to_host() | Gian Mario Tagliaretti | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | Wrap gio.SocketListener.add_address() and add a test | Gian Mario Tagliaretti | 2009-12-31 | 2 | -1/+65 |
| | |||||
* | Add more remainders on missing methods of gio.Socket and related types | Gian Mario Tagliaretti | 2009-12-31 | 1 | -0/+8 |
| | |||||
* | Wrap gio.SocketClient.connect_to_service_async() | Gian Mario Tagliaretti | 2009-12-31 | 1 | -0/+47 |
| | |||||
* | Wrap gio.SocketClient.connect_to_host_async() | Gian Mario Tagliaretti | 2009-12-31 | 1 | -0/+48 |
| | |||||
* | Wrap gio.SocketClient.connect_async() | Gian Mario Tagliaretti | 2009-12-31 | 1 | -0/+45 |
| | |||||
* | Wrap gio.SocketAddressEnumerator.next_async() and add a test | Gian Mario Tagliaretti | 2009-12-30 | 2 | -0/+58 |
| | |||||
* | Add a missing object gio.InetSocketAddress new in GIO 2.22 | Gian Mario Tagliaretti | 2009-12-30 | 2 | -0/+38 |
| | |||||
* | Make cancellable optional for gio.SocketAddressEnumerator.next() | Gian Mario Tagliaretti | 2009-12-30 | 1 | -1/+1 |
| | |||||
* | Add a remainder of the Socket methods that needs manual wrapping still | Gian Mario Tagliaretti | 2009-12-30 | 1 | -0/+5 |
| | |||||
* | Wrap gio.Socket.condition_wait() and add a test | Gian Mario Tagliaretti | 2009-12-30 | 2 | -1/+32 |
| | |||||
* | Wrap gio.Socket.condition_check() and add a test | Gian Mario Tagliaretti | 2009-12-30 | 4 | -0/+64 |
| | |||||
* | Wrap gio.Resolver.lookup_service_finish() and add a test | Gian Mario Tagliaretti | 2009-12-30 | 2 | -0/+50 |
| | |||||
* | Wrap gio.Resolver.lookup_service_async() | Gian Mario Tagliaretti | 2009-12-30 | 1 | -0/+48 |
| | |||||
* | Wrap gio.Resolver.lookup_service() and add a test | Gian Mario Tagliaretti | 2009-12-30 | 2 | -0/+47 |
| | |||||
* | Wrap gio.Resolver.lookup_by_address_async() and add a test | Gian Mario Tagliaretti | 2009-12-29 | 2 | -0/+60 |
| | |||||
* | Wrap gio.Resolver.lookup_by_name_finish() and add a test | Gian Mario Tagliaretti | 2009-12-29 | 2 | -2/+96 |
| | |||||
* | Wrap gio.Drive.eject_with_data() | Gian Mario Tagliaretti | 2009-12-29 | 1 | -0/+54 |
| | |||||
* | Deprecate old gio.Drive methods | Gian Mario Tagliaretti | 2009-12-29 | 2 | -1/+7 |
| | |||||
* | Small fix in the header | Gian Mario Tagliaretti | 2009-12-29 | 1 | -1/+1 |
| | |||||
* | Wrap gio.Resolver.lookup_by_name() and add a couple of tests | Gian Mario Tagliaretti | 2009-12-29 | 4 | -0/+80 |
| | |||||
* | Make cancellable an optional parameter in gio.Resolver.lookup_by_address() | Gian Mario Tagliaretti | 2009-12-29 | 1 | -1/+1 |
| | |||||
* | Strip g_ prefix for many other functions | Gian Mario Tagliaretti | 2009-12-29 | 1 | -47/+47 |
| | |||||
* | Strip g_prefix from InetAddress functions | Gian Mario Tagliaretti | 2009-12-29 | 1 | -4/+4 |
| | |||||
* | Fix function name gio.resolver_get_default() | Gian Mario Tagliaretti | 2009-12-29 | 1 | -1/+1 |
| | | | | Strip the g_ prefix from function name | ||||
* | Wrap gio.FileIOStream.query_info_async() and add a test | Gian Mario Tagliaretti | 2009-12-29 | 4 | -0/+88 |
| | |||||
* | Register enums and flags in PyGI if needed | Tomeu Vizoso | 2009-12-29 | 2 | -12/+27 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=603534 | ||||
* | Wrap GIOStream.close_async() and add a test | Gian Mario Tagliaretti | 2009-12-28 | 4 | -0/+91 |
| | |||||
* | Make cancellable an optional parameter in GFile.create_readwrite() | Gian Mario Tagliaretti | 2009-12-28 | 1 | -1/+1 |
| | |||||
* | Remove a duplicate entry in gio.defs | Gian Mario Tagliaretti | 2009-12-28 | 1 | -9/+0 |
| | |||||
* | Wrap gio.FileInfo.set_modification_time and add a test | Gian Mario Tagliaretti | 2009-12-28 | 2 | -2/+38 |
| | |||||
* | Wrap gio.EmblemedIcon.get_emblems() and add a test | Gian Mario Tagliaretti | 2009-12-28 | 2 | -0/+21 |
| | |||||
* | Update Enums and Flags with new API | Gian Mario Tagliaretti | 2009-12-26 | 1 | -4/+149 |
| | |||||
* | Post release version bump to 2.21.1 | Gian Mario Tagliaretti | 2009-12-25 | 1 | -1/+1 |
| | |||||
* | Fix handling of uchar in pyg_value_from_pyobject | Bastian Winkler | 2009-12-25 | 1 | -4/+11 |
| | | | | | Set the value by g_value_set_uchar and allow to use integer types from python. | ||||
* | Update NEWS and README, release pygobject 2.21.0PYGOBJECT_2_21_0 | Gian Mario Tagliaretti | 2009-12-18 | 2 | -3/+21 |
| | |||||
* | Add pygi-external.h into Makefile SOURCES | Gian Mario Tagliaretti | 2009-12-18 | 1 | -1/+2 |
| | |||||
* | Bug 598435 - No wrapping for g_find_program_in_path () | Gian Mario Tagliaretti | 2009-12-18 | 1 | -0/+20 |
| | |||||
* | Wrap new API added in GIO-UNIX 2.22 | Gian Mario Tagliaretti | 2009-12-17 | 3 | -1/+144 |
| | |||||
* | Bump required glib version to 2.22.4 | Gian Mario Tagliaretti | 2009-12-17 | 1 | -3/+3 |
| | | | | | I've committed a patch to glib which will be released in the stable branch. Without the patch the unix module will fail, so I'm forced to bump. | ||||
* | Properly define Connectable as interface type and not object type | Gian Mario Tagliaretti | 2009-12-17 | 1 | -6/+6 |
| | |||||
* | Suppress warnings about format conversion | Simon van der Linden | 2009-11-30 | 1 | -16/+16 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=603355 | ||||
* | Add the missing limit constants from glibconfig.h | Tomeu Vizoso | 2009-11-28 | 1 | -1/+16 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=603244 | ||||
* | Fix bad name when rebuilding the unix source module | Gian Mario Tagliaretti | 2009-11-28 | 1 | -1/+1 |
| | |||||
* | Wrap new API added in GIO 2.22 | Gian Mario Tagliaretti | 2009-11-28 | 2 | -6/+2144 |
| | |||||
* | Remove the girepository module | Simon van der Linden | 2009-11-23 | 17 | -3174/+1 |
| | |||||
* | Ignore one more file. | Paul Pogonyshev | 2009-11-22 | 1 | -0/+1 |
| | |||||
* | Fix wrong minimum checking in float properties | Paul Pogonyshev | 2009-11-22 | 2 | -2/+9 |
| | | | | Bug #587637. Test the fix. | ||||
* | Move threads_init() function from 'gobject' to 'glib' | Paul Pogonyshev | 2009-11-10 | 2 | -29/+23 |
| | | | | | Retain in original place for backward compatibility, but remove it from the docs. |