mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
gio: GLIB_AVAILABLE_IN to more APIs
Useful on its own, but also for a future patch for symbol visibility. https://bugzilla.gnome.org/show_bug.cgi?id=688681
This commit is contained in:
committed by
Colin Walters
parent
ce586ba991
commit
52c608dd0d
@@ -47,6 +47,7 @@ G_BEGIN_DECLS
|
||||
* error domains.
|
||||
*/
|
||||
#define G_RESOURCE_ERROR (g_resource_error_quark ())
|
||||
GLIB_AVAILABLE_IN_2_32
|
||||
GQuark g_resource_error_quark (void);
|
||||
|
||||
typedef struct _GStaticResource GStaticResource;
|
||||
@@ -64,6 +65,7 @@ GType g_resource_get_type (void) G_GNUC_CONST;
|
||||
GLIB_AVAILABLE_IN_2_32
|
||||
GResource * g_resource_new_from_data (GBytes *data,
|
||||
GError **error);
|
||||
GLIB_AVAILABLE_IN_2_32
|
||||
GResource * g_resource_ref (GResource *resource);
|
||||
GLIB_AVAILABLE_IN_2_32
|
||||
void g_resource_unref (GResource *resource);
|
||||
|
Reference in New Issue
Block a user