summaryrefslogtreecommitdiff
path: root/gio/src/gio_enums.defs
Commit message (Collapse)AuthorAgeFilesLines
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2023-01-171-10/+30
| | | | using glib files from glib 2.75.2. Update gio_docs_override.xml.
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2022-08-221-5/+15
| | | | using gtk files from glib 2.73.3.
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2022-04-071-3/+11
| | | | | using gtk files from glib 2.72.0. And update gio/src/gio_signals.defs.patch.
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2021-10-051-3/+41
| | | | | using gtk files from glib 2.70.0. And update gio_docs_override.xml and glib_extra_objects.defs.
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2020-12-181-1/+113
| | | | | | and update gio/src/gio_docs_override.xml. Regenerated while the glib-2-66 branch was checked out from glib.
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2020-03-171-0/+17
|
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2019-07-171-1/+1
| | | | and update gio_signals.defs.patch and generate_defs_gio.cc.
* Glib, Gio: Regenerate .defs and docs.xml filesKjell Ahlstedt2019-03-151-0/+35
|
* Gio: Regenerate .defs and docs.xml filesKjell Ahlstedt2018-12-061-1/+5
|
* Glib, Gio: Regenerate .defs and docs.xml filesKjell Ahlstedt2018-10-311-6/+10
| | | | and update gio_docs_override.xml.
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2017-12-111-1/+3
| | | | | | | | * glib/src/glib_docs_override.xml: Add some <substitute_enumerator_name> elements. * tools/extra_defs_gen/generate_defs_gio.cc: Add an initial call to get_defs(G_TYPE_APPLICATION) to make sure the first call to get_defs() requests info on a GObject, not a GInterface.
* Regenerate gio_enums.defsKjell Ahlstedt2017-06-131-1/+9
|
* Fix build when _WRAP_ENUM generates enum classKjell Ahlstedt2017-04-111-1/+1
| | | | Bug 86864
* Regenerate gio .defs.Murray Cumming2016-09-101-1/+1
|
* Regenerate gio .defs.Murray Cumming2016-02-291-1/+4
|
* Regenerate GIO .defs.Murray Cumming2015-11-231-1/+3
|
* Regenerate gio .defs.Murray Cumming2015-06-211-4/+96
|
* Regenerate .defs.Murray Cumming2014-12-151-0/+19
|
* Regenerate gio .defs.Murray Cumming2014-12-031-6/+10
|
* Regenerate *_enums.defs.Murray Cumming2014-08-221-3/+32
|
* Regenerate enums defs.Murray Cumming2014-01-171-2/+40
|
* Regenerated enums .defs filesMurray Cumming2013-09-201-0/+19
|
* Regenerate enums defsMurray Cumming2013-07-311-1/+5
|
* Regenereated the -enums.defs files.Murray Cumming2013-03-191-4/+8
| | | | | | | * gio/src/gio_enums.xml: * glib/src/glib_enums.xml: Regenerated using tools/gen_scripts/gio_generate_enums.sh and tools/gen_scripts/glib_generate_enums.sh.
* Updated the enums .defs.Murray Cumming2012-06-131-2/+34
| | | | | * gio/src/gio_enums.defs: * glib/src/glib_enums.defs: Used the gen_scripts.
* Regenerate .defs files.Murray Cumming2012-03-301-1/+1
| | | | | | | | | | | * gio/src/gio_docs.xml: * gio/src/gio_enums.defs: * gio/src/gio_signals.defs: * glib/src/glib_docs.xml: * glib/src/glib_enums.defs: * glib/src/glib_functions.defs: * glib/src/gobject_functions.defs: Regenereated using the scripts.
* Add back our custom Gio::HOST_WAS_NOT_FOUND enum value.Murray Cumming2012-02-291-0/+1
| | | | | * gio/src/gio_enums.defs: This is easy to lose, but we always notice during make check.
* tools: Add XML docs and defs generation scripts.José Alburquerque2012-02-281-5/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tools/gen_scripts/gio_generate_docs.sh: * tools/gen_scripts/gio_generate_enums.sh: * tools/gen_scripts/gio_generate_extra_defs.sh: * tools/gen_scripts/gio_generate_methods.sh: * tools/gen_scripts/glib_generate_docs.sh: * tools/gen_scripts/glib_generate_enums.sh: * tools/gen_scripts/glib_generate_extra_defs.sh: * tools/gen_scripts/glib_generate_methods.sh: Add these scripts to generate the XML docs and defs files for glibmm and giomm. A 'JHBUILD_SOURCES' variable pointing to the jhbuild root source directory needs to be defined and the various tools (like h2def.py, enum.pl, etc.) need to be in the command path for these scripts to run successfully. They generate the appropriate files, patch them if necessary, and place them in the correct place. All that's needed is to run the scripts. * gio/src/gio_docs.xml: * gio/src/gio_enums.defs: * gio/src/gio_methods.defs: * gio/src/gio_signals.defs: * glib/src/glib_docs.xml: * glib/src/glib_enums.defs: * glib/src/glib_functions.defs: * glib/src/gmodule_functions.defs: * glib/src/gobject_enums.defs: * glib/src/gobject_functions.defs: Regenerate all the XML and defs files to ensure that the scripts work. * glib/src/glib_enums.defs.patch: Add this patch file so that it isn't necessary to manually edit the defs file. * gio/src/gio_signals.defs.patch: * glib/src/glib_functions.defs.patch: Update these patch files so the defs files patch successfully. Bug #668918.
* Regenerated more defs.Murray Cumming2011-10-251-6/+234
| | | | | | | | | * gio/src/gio_enums.defs: Regenerated with enums.pl. * gio/src/gio_methods.defs: Regenerated with h2defs.py. * glib/src/glib_functions.defs: * glib/src/gobject_functions.defs: Regenereated with h2defs.py * glib/src/glib_deprecated_functions.defs: Added this file. * glib/src/glib.defs: Mention the new file.
* Fix the build with the latest glib API.Murray Cumming2010-10-191-2/+25
| | | | | | | | | | * gio/src/gio_enums.defs: Regenerated with enums.pl. * gio/src/gio_methods.defs: Regenerated with h2defs.py. * gio/src/gio_signals.defs: Regenerated with extra_defs. * gio/src/application.[hg|ccg]: Adapt to the changed API in glibmm, though several functions, properties and signals are not yet wrapped. * gio/src/dbusserver.hg: new_connection signal: Now returns a bool. * tools/m4/convert_gio.m4: Mention the new enum.
* 2.25.5 changes from glibmm-2-26 branch.Murray Cumming2010-09-191-0/+1
|
* DBusMessage: Added methods.Murray Cumming2010-09-131-6/+38
| | | | | | | | * gio/src/dbusconnection.hg: Move DBusCapabilityFlags to dbusmessage.h. * gio/src/dbusmessage.[hg|ccg]: Added create_from_blob(), set/get_byte_order(), get_header_fields(), bytes_needed(), to_blob(), and to_exception(). * gio/src/gio_enums.defs: Regenerated with enums.pl.
* giomm: Added Credentials and DBusConnection::get_peer_credentials().Murray Cumming2010-07-211-4/+54
| | | | | | | * gio/src/gio_enums.defs: Regenerated. * gio/src/filelist.am: * gio/src/credentials.[hg|ccg]: New wrapper for GCredentials. * gio/src/dbusconnection.hg: Added get_peer_credentials().
* Added DBusConnectionMurray Cumming2010-06-291-2/+365
| | | | | | | | * gio/src/gio_enums.defs: Regenerated with tools/enums.pl. * gio/src/filelist.am: * gio/src/dbusconnection.[hg|ccg]: Added DBusConnection with just the simplest methods. I might put this in a GDBus namespace, and maybe even in a separate library.
* Re-generate defs for GSettingsJonathon Jongsma2010-04-201-0/+25
|
* Add regression test for Bug #613250.Murray Cumming2010-03-261-1/+2
| | | | | | * tests/Makefile.am * tests/glibmm_ustring_format/main.cc: Added a regression test for the previously-commited fix, based on code in bug #613250 from Debarshi Ray.
* Regenerate defs files.José Alburquerque2010-03-151-45/+327
| | | | | | | | | | | | * gio/src/gio_enums.defs: * gio/src/gio_methods.defs: * glib/src/glib_enums.defs: * glib/src/glib_functions.defs: * glib/src/gmodule_enums.defs: * glib/src/gmodule_functions.defs: * glib/src/gobject_enums.defs: * glib/src/gobject_functions.defs: Regenerate defs file, particularly the enum defs file with the new enum generation tool.
* 2.23.3glibmm-2.23.3Murray Cumming2010-03-081-1/+1
|
* Regenerated more .defs.Murray Cumming2010-03-081-2/+47
| | | | | | * gio/src/gio_enums.defs: * glib/src/glib_enums.defs: Regenerated with enums.pl * gio/src/gio_methods.defs: Regenerated with h2defs.py
* Regenerated method .defs. Added a Resolver signal.Murray Cumming2010-01-291-11/+0
| | | | | | | | | * gio/src/gio_enums.defs: Removed GSocketMsgFlags because it contained an #error and the values are non-numeric anyway. * gio/src/gio_methods.defs: Regenerated with h2defs.py * glib/src/glib_functions.defs: Regenerated with h2defs.py, removing badly-generated ones that try to mention function pointers. * gio/src/resolver.hg: Added reload signal.
* wrap a couple added GDrive methodsJonathon Jongsma2009-07-091-0/+1
| | | | | | | | | * gio/src/drive.ccg: * gio/src/drive.hg: * gio/src/gio_enums.defs: * tools/m4/convert_gio.m4: wrap added GDrive methods: start(), stop(), start_finish(), stop_finish(), can_start(), can_start(), can_start_degraded()
* add start of Socket classJonathon Jongsma2009-06-201-0/+32
|
* wrap Gio::InetAddressJonathon Jongsma2009-06-171-1/+44
|
* Regenerated, adding FILE_CREATE_REPLACE_DESTINATION andMurray Cumming2009-02-231-1/+3
| | | | | | | | | | | 2009-02-23 Murray Cumming <murrayc@murrayc.com> * gio/src/gio_enums.defs: Regenerated, adding FILE_CREATE_REPLACE_DESTINATION and Error::TOO_MANY_OPEN_FILES. * gio/src/gio_signals.defs: Regenerated. * go/src/mountoperation: Added the aborted signal. svn path=/trunk/; revision=790
* Re-generate .defs for 2.19.xJonathon Jongsma2008-12-121-7/+13
| | | | | | Also bump the glib requirement svn path=/trunk/; revision=753
* Added the drive_eject_button signal.Murray Cumming2008-07-251-0/+7
| | | | | | | | | | | | | | | | | | | | | 2008-07-25 Murray Cumming <murrayc@murrayc.com> * gio/src/volumemonitor.hg: Added the drive_eject_button signal. 2008-07-25 Murray Cumming <murrayc@murrayc.com> * gio/src/gio_enums.defs: Hacked in a replacement enum for Gio::Error::HOST_NOT_FOUND as Gio::Error::HOST_WAS_NOT_FOUND, to avoid a clash with a netdb.h define. Bug #529496. * configure.in: * tests/Makefile.am: * tests/giomm_ioerror/Makefile.am: * tests/giomm_ioerror/main.cc: Added a test to make sure that our hacked-in enum value stays hacked in. svn path=/trunk/; revision=695
* Regenerated. Corrected an _IGNORE().Murray Cumming2008-07-251-32/+26
| | | | | | | | | | | | | 2008-07-25 Murray Cumming <murrayc@murrayc.com> * gio/src/gio_enums.defs: * gio/src/gio_methods.defs: * gio/src/gio_signals.defs: Regenerated. * gio/src/mount.hg: Corrected an _IGNORE(). * gio/giomm/contenttype.cc: * gio/giomm/contenttype.h: Added content_type_guess_for_tree( svn path=/trunk/; revision=694
* update to match new gio API which adds a GMountMountFlags argument to allJonathon Jongsma2008-02-121-9/+17
| | | | | | | | | | | | | | | | * gio/src/file.ccg: * gio/src/file.hg: * gio/src/gio_enums.defs: * gio/src/gio_vfuncs.defs: * gio/src/mount.ccg: * gio/src/mount.hg: * gio/src/volume.ccg: * gio/src/volume.hg: * tools/m4/convert_gio.m4: update to match new gio API which adds a GMountMountFlags argument to all mount operations svn path=/trunk/; revision=595
* Added get_mount(). Regenerated with enums.pl. Regenerated with h2defs.py.Marko Anastasov2008-02-021-21/+32
| | | | | | | | | | 2008-02-02 Marko Anastasov <marko@marko.anastasov.name> * gio/src/volume.hg: Added get_mount(). * gio/src/gio_enums.defs: Regenerated with enums.pl. * gio/src/gio_methods.defs: Regenerated with h2defs.py. svn path=/trunk/; revision=558
* api change in reply() virtual function and addition ofJonathon Jongsma2008-01-101-9/+19
| | | | | | | | | | | | 2008-01-10 Jonathon Jongsma <jjongsma@gnome.org> * gio/src/mountoperation.hg: api change in reply() virtual function and addition of MountOperationResult enumeration * tools/m4/convert_glib.m4: add MountOperationResult enum conversion * gio/src/gio_enums.defs: re-generate enums * gio/src/gio_methods.defs: re-generate methods svn path=/trunk/; revision=498