mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Bring back a couple of private-but-extern symbols
These both existed in 2.34.1, but are not exposed in headers, and were
meant to be private. Making them static (in commit 84475e43
) was
technically an ABI break, and in particular it causes abicheck.sh to fail.
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=687441
Reviewed-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
7b1f8c582a
commit
85976cf91d
@ -195,7 +195,9 @@ typedef struct
|
|||||||
|
|
||||||
typedef GMenuLinkIterClass GMenuLinkHashIterClass;
|
typedef GMenuLinkIterClass GMenuLinkHashIterClass;
|
||||||
|
|
||||||
static GType g_menu_link_hash_iter_get_type (void);
|
/* Strictly speaking, this is (unintentionally) ABI now, but don't use it
|
||||||
|
* outside GIO. bgo#687441 */
|
||||||
|
GType g_menu_link_hash_iter_get_type (void);
|
||||||
|
|
||||||
G_DEFINE_TYPE (GMenuLinkHashIter, g_menu_link_hash_iter, G_TYPE_MENU_LINK_ITER)
|
G_DEFINE_TYPE (GMenuLinkHashIter, g_menu_link_hash_iter, G_TYPE_MENU_LINK_ITER)
|
||||||
|
|
||||||
@ -251,7 +253,9 @@ typedef struct
|
|||||||
|
|
||||||
typedef GMenuAttributeIterClass GMenuAttributeHashIterClass;
|
typedef GMenuAttributeIterClass GMenuAttributeHashIterClass;
|
||||||
|
|
||||||
static GType g_menu_attribute_hash_iter_get_type (void);
|
/* Strictly speaking, this is (unintentionally) ABI now, but don't use it
|
||||||
|
* outside GIO. bgo#687441 */
|
||||||
|
GType g_menu_attribute_hash_iter_get_type (void);
|
||||||
|
|
||||||
G_DEFINE_TYPE (GMenuAttributeHashIter, g_menu_attribute_hash_iter, G_TYPE_MENU_ATTRIBUTE_ITER)
|
G_DEFINE_TYPE (GMenuAttributeHashIter, g_menu_attribute_hash_iter, G_TYPE_MENU_ATTRIBUTE_ITER)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user