mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Rename all visibility macros
This commit is contained in:
@@ -68,15 +68,15 @@ struct _GInitableIface
|
||||
};
|
||||
|
||||
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
GType g_initable_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
gboolean g_initable_init (GInitable *initable,
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
gpointer g_initable_new (GType object_type,
|
||||
GCancellable *cancellable,
|
||||
GError **error,
|
||||
@@ -85,7 +85,7 @@ gpointer g_initable_new (GType object_type,
|
||||
|
||||
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
||||
|
||||
GLIB_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties and g_initable_init)
|
||||
GIO_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties and g_initable_init)
|
||||
gpointer g_initable_newv (GType object_type,
|
||||
guint n_parameters,
|
||||
GParameter *parameters,
|
||||
@@ -94,7 +94,7 @@ gpointer g_initable_newv (GType object_type,
|
||||
|
||||
G_GNUC_END_IGNORE_DEPRECATIONS
|
||||
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
GObject* g_initable_new_valist (GType object_type,
|
||||
const gchar *first_property_name,
|
||||
va_list var_args,
|
||||
|
Reference in New Issue
Block a user