Skip to content

Commit 440f4f6

Browse files
author
Git for Windows Build Agent
committed
Update 2 packages
mingw-w64-i686-c-ares (1.33.0-1 -> 1.33.1-1) mingw-w64-i686-glib2 (2.80.5-1 -> 2.82.0-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 31a88cc commit 440f4f6

File tree

139 files changed

+10809
-6952
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+10809
-6952
lines changed

mingw32/bin/adig.exe

4 Bytes
Binary file not shown.

mingw32/bin/ahost.exe

4 Bytes
Binary file not shown.

mingw32/bin/gdbus-codegen-script.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#
55
# Copyright (C) 2008-2011 Red Hat, Inc.
66
#
7+
# SPDX-License-Identifier: LGPL-2.1-or-later
8+
#
79
# This library is free software; you can redistribute it and/or
810
# modify it under the terms of the GNU Lesser General Public
911
# License as published by the Free Software Foundation; either

mingw32/bin/gdbus-codegen.exe

0 Bytes
Binary file not shown.

mingw32/bin/gdbus.exe

0 Bytes
Binary file not shown.

mingw32/bin/gi-compile-repository.exe

696 Bytes
Binary file not shown.

mingw32/bin/gi-decompile-typelib.exe

0 Bytes
Binary file not shown.

mingw32/bin/gi-inspect-typelib.exe

0 Bytes
Binary file not shown.

mingw32/bin/gio-querymodules.exe

0 Bytes
Binary file not shown.

mingw32/bin/gio.exe

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

mingw32/bin/glib-compile-schemas.exe

0 Bytes
Binary file not shown.

mingw32/bin/glib-genmarshal-script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import re
2323
import sys
2424

25-
VERSION_STR = '''glib-genmarshal version 2.80.5
25+
VERSION_STR = '''glib-genmarshal version 2.82.0
2626
glib-genmarshal comes with ABSOLUTELY NO WARRANTY.
2727
You may redistribute copies of glib-genmarshal under the terms of
2828
the GNU General Public License which can be found in the

mingw32/bin/glib-genmarshal.exe

0 Bytes
Binary file not shown.

mingw32/bin/glib-gettextize

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Usage: glib-gettextize [OPTION]... [package-dir]
3939
-f, --force force writing of new files even if old exist
4040
Report bugs to https://gitlab.gnome.org/GNOME/glib/issues/new."
4141
package=glib
42-
version=2.80.5
42+
version=2.82.0
4343
try_ln_s=:
4444

4545
# Directory where the sources are stored.

mingw32/bin/glib-mkenums-script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Non-english locale systems might complain to unrecognized character
2323
sys.stdout = io.TextIOWrapper(sys.stdout.detach(), encoding='utf-8')
2424

25-
VERSION_STR = '''glib-mkenums version 2.80.5
25+
VERSION_STR = '''glib-mkenums version 2.82.0
2626
glib-mkenums comes with ABSOLUTELY NO WARRANTY.
2727
You may redistribute copies of glib-mkenums under the terms of
2828
the GNU General Public License which can be found in the

mingw32/bin/glib-mkenums.exe

0 Bytes
Binary file not shown.

mingw32/bin/gobject-query.exe

0 Bytes
Binary file not shown.

mingw32/bin/gresource.exe

0 Bytes
Binary file not shown.

mingw32/bin/gsettings.exe

-40 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

mingw32/bin/gspawn-win32-helper.exe

0 Bytes
Binary file not shown.

mingw32/bin/gtester-report-script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def parse_opts():
457457
:return: An options object and the program arguments.
458458
"""
459459
parser = optparse.OptionParser()
460-
parser.version = '2.80.5'
460+
parser.version = '2.82.0'
461461
parser.usage = "%prog [OPTIONS] <gtester-log.xml>"
462462
parser.description = "Generate HTML reports from the XML log files generated by gtester."
463463
parser.epilog = "gtester-report (GLib utils) version %s."% (parser.version,)

mingw32/bin/gtester-report.exe

0 Bytes
Binary file not shown.

mingw32/bin/libcares-2.dll

512 Bytes
Binary file not shown.

mingw32/bin/libgio-2.0-0.dll

3.54 KB
Binary file not shown.

mingw32/bin/libgirepository-2.0-0.dll

512 Bytes
Binary file not shown.

mingw32/bin/libglib-2.0-0.dll

7.18 KB
Binary file not shown.

mingw32/bin/libgmodule-2.0-0.dll

0 Bytes
Binary file not shown.

mingw32/bin/libgobject-2.0-0.dll

-4.64 KB
Binary file not shown.

mingw32/bin/libgthread-2.0-0.dll

0 Bytes
Binary file not shown.

mingw32/include/ares_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232

3333
#define ARES_VERSION_MAJOR 1
3434
#define ARES_VERSION_MINOR 33
35-
#define ARES_VERSION_PATCH 0
35+
#define ARES_VERSION_PATCH 1
3636
#define ARES_VERSION \
3737
((ARES_VERSION_MAJOR << 16) | (ARES_VERSION_MINOR << 8) | \
3838
(ARES_VERSION_PATCH))
39-
#define ARES_VERSION_STR "1.33.0"
39+
#define ARES_VERSION_STR "1.33.1"
4040

4141
#define CARES_HAVE_ARES_LIBRARY_INIT 1
4242
#define CARES_HAVE_ARES_LIBRARY_CLEANUP 1

mingw32/include/glib-2.0/gio/gappinfo.h

Lines changed: 40 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -49,32 +49,47 @@ typedef struct _GAppLaunchContextPrivate GAppLaunchContextPrivate;
4949
/**
5050
* GAppInfoIface:
5151
* @g_iface: The parent interface.
52-
* @dup: Copies a #GAppInfo.
53-
* @equal: Checks two #GAppInfos for equality.
54-
* @get_id: Gets a string identifier for a #GAppInfo.
55-
* @get_name: Gets the name of the application for a #GAppInfo.
56-
* @get_description: Gets a short description for the application described by the #GAppInfo.
57-
* @get_executable: Gets the executable name for the #GAppInfo.
58-
* @get_icon: Gets the #GIcon for the #GAppInfo.
59-
* @launch: Launches an application specified by the #GAppInfo.
60-
* @supports_uris: Indicates whether the application specified supports launching URIs.
61-
* @supports_files: Indicates whether the application specified accepts filename arguments.
52+
* @dup: Copies a [[email protected]].
53+
* @equal: Checks two [[email protected]]s for equality.
54+
* @get_id: Gets a string identifier for a [[email protected]].
55+
* @get_name: Gets the name of the application for a [[email protected]].
56+
* @get_description: Gets a short description for the application described by
57+
58+
* @get_executable: Gets the executable name for the [[email protected]].
59+
* @get_icon: Gets the [[email protected]] for the [[email protected]].
60+
* @launch: Launches an application specified by the [[email protected]].
61+
* @supports_uris: Indicates whether the application specified supports
62+
* launching URIs.
63+
* @supports_files: Indicates whether the application specified accepts
64+
* filename arguments.
6265
* @launch_uris: Launches an application with a list of URIs.
63-
* @should_show: Returns whether an application should be shown (e.g. when getting a list of installed applications).
64-
* [FreeDesktop.Org Startup Notification Specification](http://standards.freedesktop.org/startup-notification-spec/startup-notification-latest.txt).
65-
* @set_as_default_for_type: Sets an application as default for a given content type.
66-
* @set_as_default_for_extension: Sets an application as default for a given file extension.
67-
* @add_supports_type: Adds to the #GAppInfo information about supported file types.
68-
* @can_remove_supports_type: Checks for support for removing supported file types from a #GAppInfo.
69-
* @remove_supports_type: Removes a supported application type from a #GAppInfo.
70-
* @can_delete: Checks if a #GAppInfo can be deleted. Since 2.20
71-
* @do_delete: Deletes a #GAppInfo. Since 2.20
72-
* @get_commandline: Gets the commandline for the #GAppInfo. Since 2.20
73-
* @get_display_name: Gets the display name for the #GAppInfo. Since 2.24
74-
* @set_as_last_used_for_type: Sets the application as the last used. See g_app_info_set_as_last_used_for_type().
75-
* @get_supported_types: Retrieves the list of content types that @app_info claims to support.
76-
* @launch_uris_async: Asynchronously launches an application with a list of URIs. (Since: 2.60)
77-
* @launch_uris_finish: Finishes an operation started with @launch_uris_async. (Since: 2.60)
66+
* @should_show: Returns whether an application should be shown (e.g. when
67+
* getting a list of installed applications).
68+
* [FreeDesktop.Org Startup Notification Specification](http://standards.freedesktop.org/startup-notification-spec/startup-notification-latest.txt).
69+
* @set_as_default_for_type: Sets an application as default for a given content
70+
* type.
71+
* @set_as_default_for_extension: Sets an application as default for a given
72+
* file extension.
73+
* @add_supports_type: Adds to the [[email protected]] information about
74+
* supported file types.
75+
* @can_remove_supports_type: Checks for support for removing supported file
76+
* types from a [[email protected]].
77+
* @remove_supports_type: Removes a supported application type from a
78+
79+
* @can_delete: Checks if a [[email protected]] can be deleted. (Since 2.20)
80+
* @do_delete: Deletes a [[email protected]]. (Since 2.20)
81+
* @get_commandline: Gets the commandline for the [[email protected]].
82+
* (Since 2.20)
83+
* @get_display_name: Gets the display name for the [[email protected]].
84+
* (Since 2.24)
85+
* @set_as_last_used_for_type: Sets the application as the last used. See
86+
* [[email protected]_as_last_used_for_type].
87+
* @get_supported_types: Retrieves the list of content types that @app_info
88+
* claims to support.
89+
* @launch_uris_async: Asynchronously launches an application with a list of
90+
* URIs. (Since: 2.60)
91+
* @launch_uris_finish: Finishes an operation started with @launch_uris_async.
92+
* (Since: 2.60)
7893
7994
* Application Information interface, for operating system portability.
8095
*/

mingw32/include/glib-2.0/gio/gasyncresult.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ typedef struct _GAsyncResultIface GAsyncResultIface;
4646
* @get_source_object: Gets the source object that issued the asynchronous operation.
4747
* @is_tagged: Checks if a result is tagged with a particular source.
4848
*
49-
* Interface definition for #GAsyncResult.
49+
* Interface definition for [[email protected]].
5050
**/
5151
struct _GAsyncResultIface
5252
{

mingw32/include/glib-2.0/gio/gconverter.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ GConverterResult g_converter_convert (GConverter *converter,
8484
GIO_AVAILABLE_IN_ALL
8585
void g_converter_reset (GConverter *converter);
8686

87+
GIO_AVAILABLE_IN_2_82
88+
GBytes * g_converter_convert_bytes (GConverter *converter,
89+
GBytes *bytes,
90+
GError **error);
91+
8792

8893
G_END_DECLS
8994

mingw32/include/glib-2.0/gio/gdbusintrospection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ struct _GDBusArgInfo
7979
* @out_args: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusArgInfo structures or %NULL if there are no out arguments.
8080
* @annotations: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusAnnotationInfo structures or %NULL if there are no annotations.
8181
*
82-
* Information about a method on an D-Bus interface.
82+
* Information about a method on a D-Bus interface.
8383
*
8484
* Since: 2.26
8585
*/

mingw32/include/glib-2.0/gio/gfile.h

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,14 @@ void g_file_copy_async (GFile
944944
gpointer progress_callback_data,
945945
GAsyncReadyCallback callback,
946946
gpointer user_data);
947+
GIO_AVAILABLE_IN_2_82
948+
void g_file_copy_async_with_closures (GFile *source,
949+
GFile *destination,
950+
GFileCopyFlags flags,
951+
int io_priority,
952+
GCancellable *cancellable,
953+
GClosure *progress_callback_closure,
954+
GClosure *ready_callback_closure);
947955
GIO_AVAILABLE_IN_ALL
948956
gboolean g_file_copy_finish (GFile *file,
949957
GAsyncResult *res,
@@ -966,6 +974,14 @@ void g_file_move_async (GFile
966974
gpointer progress_callback_data,
967975
GAsyncReadyCallback callback,
968976
gpointer user_data);
977+
GIO_AVAILABLE_IN_2_82
978+
void g_file_move_async_with_closures (GFile *source,
979+
GFile *destination,
980+
GFileCopyFlags flags,
981+
int io_priority,
982+
GCancellable *cancellable,
983+
GClosure *progress_callback_closure,
984+
GClosure *ready_callback_closure);
969985
GIO_AVAILABLE_IN_2_72
970986
gboolean g_file_move_finish (GFile *file,
971987
GAsyncResult *result,

mingw32/include/glib-2.0/gio/gio-visibility.h

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -984,3 +984,37 @@
984984
#define GIO_AVAILABLE_ENUMERATOR_IN_2_80
985985
#define GIO_AVAILABLE_TYPE_IN_2_80
986986
#endif
987+
988+
#if GLIB_VERSION_MIN_REQUIRED >= GLIB_VERSION_2_82
989+
#define GIO_DEPRECATED_IN_2_82 GIO_DEPRECATED
990+
#define GIO_DEPRECATED_IN_2_82_FOR(f) GIO_DEPRECATED_FOR (f)
991+
#define GIO_DEPRECATED_MACRO_IN_2_82 GLIB_DEPRECATED_MACRO
992+
#define GIO_DEPRECATED_MACRO_IN_2_82_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
993+
#define GIO_DEPRECATED_ENUMERATOR_IN_2_82 GLIB_DEPRECATED_ENUMERATOR
994+
#define GIO_DEPRECATED_ENUMERATOR_IN_2_82_FOR(f) GLIB_DEPRECATED_ENUMERATOR_FOR (f)
995+
#define GIO_DEPRECATED_TYPE_IN_2_82 GLIB_DEPRECATED_TYPE
996+
#define GIO_DEPRECATED_TYPE_IN_2_82_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
997+
#else
998+
#define GIO_DEPRECATED_IN_2_82 _GIO_EXTERN
999+
#define GIO_DEPRECATED_IN_2_82_FOR(f) _GIO_EXTERN
1000+
#define GIO_DEPRECATED_MACRO_IN_2_82
1001+
#define GIO_DEPRECATED_MACRO_IN_2_82_FOR(f)
1002+
#define GIO_DEPRECATED_ENUMERATOR_IN_2_82
1003+
#define GIO_DEPRECATED_ENUMERATOR_IN_2_82_FOR(f)
1004+
#define GIO_DEPRECATED_TYPE_IN_2_82
1005+
#define GIO_DEPRECATED_TYPE_IN_2_82_FOR(f)
1006+
#endif
1007+
1008+
#if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_82
1009+
#define GIO_AVAILABLE_IN_2_82 GIO_UNAVAILABLE (2, 82)
1010+
#define GIO_AVAILABLE_STATIC_INLINE_IN_2_82 GLIB_UNAVAILABLE_STATIC_INLINE (2, 82)
1011+
#define GIO_AVAILABLE_MACRO_IN_2_82 GLIB_UNAVAILABLE_MACRO (2, 82)
1012+
#define GIO_AVAILABLE_ENUMERATOR_IN_2_82 GLIB_UNAVAILABLE_ENUMERATOR (2, 82)
1013+
#define GIO_AVAILABLE_TYPE_IN_2_82 GLIB_UNAVAILABLE_TYPE (2, 82)
1014+
#else
1015+
#define GIO_AVAILABLE_IN_2_82 _GIO_EXTERN
1016+
#define GIO_AVAILABLE_STATIC_INLINE_IN_2_82
1017+
#define GIO_AVAILABLE_MACRO_IN_2_82
1018+
#define GIO_AVAILABLE_ENUMERATOR_IN_2_82
1019+
#define GIO_AVAILABLE_TYPE_IN_2_82
1020+
#endif

mingw32/include/glib-2.0/gio/gioenums.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ typedef enum /*< flags >*/ {
290290
* assemble/disassemble a virtual drive from several physical
291291
* drives.
292292
* @G_DRIVE_START_STOP_TYPE_PASSWORD: The start/stop methods will
293-
* unlock/lock the disk (for example using the ATA <quote>SECURITY
294-
* UNLOCK DEVICE</quote> command)
293+
* unlock/lock the disk (for example using the ATA `SECURITY UNLOCK
294+
* DEVICE` command)
295295
*
296296
* Enumeration describing how a drive can be started/stopped.
297297
*

mingw32/include/glib-2.0/gio/gioenumtypes.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
G_BEGIN_DECLS
3232

33-
/* enumerations from "../glib-2.80.5/gio/gioenums.h" */
33+
/* enumerations from "../glib-2.82.0/gio/gioenums.h" */
3434
GIO_AVAILABLE_IN_ALL GType g_app_info_create_flags_get_type (void) G_GNUC_CONST;
3535
#define G_TYPE_APP_INFO_CREATE_FLAGS (g_app_info_create_flags_get_type ())
3636
GIO_AVAILABLE_IN_ALL GType g_converter_flags_get_type (void) G_GNUC_CONST;
@@ -192,11 +192,11 @@ GIO_AVAILABLE_IN_ALL GType g_pollable_return_get_type (void) G_GNUC_CONST;
192192
GIO_AVAILABLE_IN_ALL GType g_memory_monitor_warning_level_get_type (void) G_GNUC_CONST;
193193
#define G_TYPE_MEMORY_MONITOR_WARNING_LEVEL (g_memory_monitor_warning_level_get_type ())
194194

195-
/* enumerations from "../glib-2.80.5/gio/gresolver.h" */
195+
/* enumerations from "../glib-2.82.0/gio/gresolver.h" */
196196
GIO_AVAILABLE_IN_ALL GType g_resolver_name_lookup_flags_get_type (void) G_GNUC_CONST;
197197
#define G_TYPE_RESOLVER_NAME_LOOKUP_FLAGS (g_resolver_name_lookup_flags_get_type ())
198198

199-
/* enumerations from "../glib-2.80.5/gio/gsettings.h" */
199+
/* enumerations from "../glib-2.82.0/gio/gsettings.h" */
200200
GIO_AVAILABLE_IN_ALL GType g_settings_bind_flags_get_type (void) G_GNUC_CONST;
201201
#define G_TYPE_SETTINGS_BIND_FLAGS (g_settings_bind_flags_get_type ())
202202
G_END_DECLS

mingw32/include/glib-2.0/gio/gsettings.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,14 @@ void g_settings_bind_with_mapping (GSettin
322322
GSettingsBindSetMapping set_mapping,
323323
gpointer user_data,
324324
GDestroyNotify destroy);
325+
GIO_AVAILABLE_IN_2_82
326+
void g_settings_bind_with_mapping_closures (GSettings *settings,
327+
const char *key,
328+
GObject *object,
329+
const char *property,
330+
GSettingsBindFlags flags,
331+
GClosure *get_mapping,
332+
GClosure *set_mapping);
325333
GIO_AVAILABLE_IN_ALL
326334
void g_settings_bind_writable (GSettings *settings,
327335
const gchar *key,

mingw32/include/glib-2.0/gio/gvfs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ G_BEGIN_DECLS
4242
* GVfsFileLookupFunc:
4343
* @vfs: a #GVfs
4444
* @identifier: the identifier to look up a #GFile for. This can either
45-
* be an URI or a parse name as returned by g_file_get_parse_name()
45+
* be a URI or a parse name as returned by g_file_get_parse_name()
4646
* @user_data: user data passed to the function
4747
*
4848
* This function type is used by g_vfs_register_uri_scheme() to make it
49-
* possible for a client to associate an URI scheme to a different #GFile
49+
* possible for a client to associate a URI scheme to a different #GFile
5050
* implementation.
5151
*
5252
* The client should return a reference to the new file that has been

mingw32/include/glib-2.0/girepository/gi-visibility.h

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -984,3 +984,37 @@
984984
#define GI_AVAILABLE_ENUMERATOR_IN_2_80
985985
#define GI_AVAILABLE_TYPE_IN_2_80
986986
#endif
987+
988+
#if GLIB_VERSION_MIN_REQUIRED >= GLIB_VERSION_2_82
989+
#define GI_DEPRECATED_IN_2_82 GI_DEPRECATED
990+
#define GI_DEPRECATED_IN_2_82_FOR(f) GI_DEPRECATED_FOR (f)
991+
#define GI_DEPRECATED_MACRO_IN_2_82 GLIB_DEPRECATED_MACRO
992+
#define GI_DEPRECATED_MACRO_IN_2_82_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
993+
#define GI_DEPRECATED_ENUMERATOR_IN_2_82 GLIB_DEPRECATED_ENUMERATOR
994+
#define GI_DEPRECATED_ENUMERATOR_IN_2_82_FOR(f) GLIB_DEPRECATED_ENUMERATOR_FOR (f)
995+
#define GI_DEPRECATED_TYPE_IN_2_82 GLIB_DEPRECATED_TYPE
996+
#define GI_DEPRECATED_TYPE_IN_2_82_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
997+
#else
998+
#define GI_DEPRECATED_IN_2_82 _GI_EXTERN
999+
#define GI_DEPRECATED_IN_2_82_FOR(f) _GI_EXTERN
1000+
#define GI_DEPRECATED_MACRO_IN_2_82
1001+
#define GI_DEPRECATED_MACRO_IN_2_82_FOR(f)
1002+
#define GI_DEPRECATED_ENUMERATOR_IN_2_82
1003+
#define GI_DEPRECATED_ENUMERATOR_IN_2_82_FOR(f)
1004+
#define GI_DEPRECATED_TYPE_IN_2_82
1005+
#define GI_DEPRECATED_TYPE_IN_2_82_FOR(f)
1006+
#endif
1007+
1008+
#if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_82
1009+
#define GI_AVAILABLE_IN_2_82 GI_UNAVAILABLE (2, 82)
1010+
#define GI_AVAILABLE_STATIC_INLINE_IN_2_82 GLIB_UNAVAILABLE_STATIC_INLINE (2, 82)
1011+
#define GI_AVAILABLE_MACRO_IN_2_82 GLIB_UNAVAILABLE_MACRO (2, 82)
1012+
#define GI_AVAILABLE_ENUMERATOR_IN_2_82 GLIB_UNAVAILABLE_ENUMERATOR (2, 82)
1013+
#define GI_AVAILABLE_TYPE_IN_2_82 GLIB_UNAVAILABLE_TYPE (2, 82)
1014+
#else
1015+
#define GI_AVAILABLE_IN_2_82 _GI_EXTERN
1016+
#define GI_AVAILABLE_STATIC_INLINE_IN_2_82
1017+
#define GI_AVAILABLE_MACRO_IN_2_82
1018+
#define GI_AVAILABLE_ENUMERATOR_IN_2_82
1019+
#define GI_AVAILABLE_TYPE_IN_2_82
1020+
#endif

mingw32/include/glib-2.0/glib/gbookmarkfile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ GQuark g_bookmark_file_error_quark (void);
8181
* pointed by the URI like its MIME type, the application that is registering
8282
* the bookmark and the icon that should be used to represent the bookmark.
8383
* The data is stored using the
84-
* [Desktop Bookmark Specification](http://www.gnome.org/~ebassi/bookmark-spec).
84+
* [Desktop Bookmark Specification](https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/).
8585
*
8686
* The syntax of the bookmark files is described in detail inside the
8787
* Desktop Bookmark Specification, here is a quick summary: bookmark

mingw32/include/glib-2.0/glib/giochannel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ struct _GIOChannel
118118
/* Group the flags together, immediately after partial_write_buf, to save memory */
119119

120120
guint use_buffer : 1; /* The encoding uses the buffers */
121-
guint do_encode : 1; /* The encoding uses the GIConv coverters */
121+
guint do_encode : 1; /* The encoding uses the GIConv converters */
122122
guint close_on_unref : 1; /* Close the channel on final unref */
123123
guint is_readable : 1; /* Cached GIOFlag */
124124
guint is_writeable : 1; /* ditto */
@@ -370,7 +370,7 @@ GIOChannel *g_io_channel_win32_new_messages (guint hwnd);
370370
#endif
371371

372372
/* Create an IO channel for C runtime (emulated Unix-like) file
373-
* descriptors. After calling g_io_add_watch() on a IO channel
373+
* descriptors. After calling g_io_add_watch() on an IO channel
374374
* returned by this function, you shouldn't call read() on the file
375375
* descriptor. This is because adding polling for a file descriptor is
376376
* implemented on Win32 by starting a thread that sits blocked in a

mingw32/include/glib-2.0/glib/glib-visibility.h

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -984,3 +984,37 @@
984984
#define GLIB_AVAILABLE_ENUMERATOR_IN_2_80
985985
#define GLIB_AVAILABLE_TYPE_IN_2_80
986986
#endif
987+
988+
#if GLIB_VERSION_MIN_REQUIRED >= GLIB_VERSION_2_82
989+
#define GLIB_DEPRECATED_IN_2_82 GLIB_DEPRECATED
990+
#define GLIB_DEPRECATED_IN_2_82_FOR(f) GLIB_DEPRECATED_FOR (f)
991+
#define GLIB_DEPRECATED_MACRO_IN_2_82 GLIB_DEPRECATED_MACRO
992+
#define GLIB_DEPRECATED_MACRO_IN_2_82_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
993+
#define GLIB_DEPRECATED_ENUMERATOR_IN_2_82 GLIB_DEPRECATED_ENUMERATOR
994+
#define GLIB_DEPRECATED_ENUMERATOR_IN_2_82_FOR(f) GLIB_DEPRECATED_ENUMERATOR_FOR (f)
995+
#define GLIB_DEPRECATED_TYPE_IN_2_82 GLIB_DEPRECATED_TYPE
996+
#define GLIB_DEPRECATED_TYPE_IN_2_82_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
997+
#else
998+
#define GLIB_DEPRECATED_IN_2_82 _GLIB_EXTERN
999+
#define GLIB_DEPRECATED_IN_2_82_FOR(f) _GLIB_EXTERN
1000+
#define GLIB_DEPRECATED_MACRO_IN_2_82
1001+
#define GLIB_DEPRECATED_MACRO_IN_2_82_FOR(f)
1002+
#define GLIB_DEPRECATED_ENUMERATOR_IN_2_82
1003+
#define GLIB_DEPRECATED_ENUMERATOR_IN_2_82_FOR(f)
1004+
#define GLIB_DEPRECATED_TYPE_IN_2_82
1005+
#define GLIB_DEPRECATED_TYPE_IN_2_82_FOR(f)
1006+
#endif
1007+
1008+
#if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_82
1009+
#define GLIB_AVAILABLE_IN_2_82 GLIB_UNAVAILABLE (2, 82)
1010+
#define GLIB_AVAILABLE_STATIC_INLINE_IN_2_82 GLIB_UNAVAILABLE_STATIC_INLINE (2, 82)
1011+
#define GLIB_AVAILABLE_MACRO_IN_2_82 GLIB_UNAVAILABLE_MACRO (2, 82)
1012+
#define GLIB_AVAILABLE_ENUMERATOR_IN_2_82 GLIB_UNAVAILABLE_ENUMERATOR (2, 82)
1013+
#define GLIB_AVAILABLE_TYPE_IN_2_82 GLIB_UNAVAILABLE_TYPE (2, 82)
1014+
#else
1015+
#define GLIB_AVAILABLE_IN_2_82 _GLIB_EXTERN
1016+
#define GLIB_AVAILABLE_STATIC_INLINE_IN_2_82
1017+
#define GLIB_AVAILABLE_MACRO_IN_2_82
1018+
#define GLIB_AVAILABLE_ENUMERATOR_IN_2_82
1019+
#define GLIB_AVAILABLE_TYPE_IN_2_82
1020+
#endif

0 commit comments

Comments
 (0)