mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 18:08:54 +02:00
Rename all visibility macros
This commit is contained in:
@@ -91,48 +91,48 @@ struct _GTlsInteractionClass
|
||||
gpointer padding[21];
|
||||
};
|
||||
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
GType g_tls_interaction_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
GTlsInteractionResult g_tls_interaction_invoke_ask_password (GTlsInteraction *interaction,
|
||||
GTlsPassword *password,
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
GTlsInteractionResult g_tls_interaction_ask_password (GTlsInteraction *interaction,
|
||||
GTlsPassword *password,
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
void g_tls_interaction_ask_password_async (GTlsInteraction *interaction,
|
||||
GTlsPassword *password,
|
||||
GCancellable *cancellable,
|
||||
GAsyncReadyCallback callback,
|
||||
gpointer user_data);
|
||||
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
GTlsInteractionResult g_tls_interaction_ask_password_finish (GTlsInteraction *interaction,
|
||||
GAsyncResult *result,
|
||||
GError **error);
|
||||
|
||||
GLIB_AVAILABLE_IN_2_40
|
||||
GIO_AVAILABLE_IN_2_40
|
||||
GTlsInteractionResult g_tls_interaction_invoke_request_certificate (GTlsInteraction *interaction,
|
||||
GTlsConnection *connection,
|
||||
GTlsCertificateRequestFlags flags,
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
|
||||
GLIB_AVAILABLE_IN_2_40
|
||||
GIO_AVAILABLE_IN_2_40
|
||||
GTlsInteractionResult g_tls_interaction_request_certificate (GTlsInteraction *interaction,
|
||||
GTlsConnection *connection,
|
||||
GTlsCertificateRequestFlags flags,
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
|
||||
GLIB_AVAILABLE_IN_2_40
|
||||
GIO_AVAILABLE_IN_2_40
|
||||
void g_tls_interaction_request_certificate_async (GTlsInteraction *interaction,
|
||||
GTlsConnection *connection,
|
||||
GTlsCertificateRequestFlags flags,
|
||||
@@ -140,7 +140,7 @@ void g_tls_interaction_request_certificate_async (GTlsInterac
|
||||
GAsyncReadyCallback callback,
|
||||
gpointer user_data);
|
||||
|
||||
GLIB_AVAILABLE_IN_2_40
|
||||
GIO_AVAILABLE_IN_2_40
|
||||
GTlsInteractionResult g_tls_interaction_request_certificate_finish (GTlsInteraction *interaction,
|
||||
GAsyncResult *result,
|
||||
GError **error);
|
||||
|
Reference in New Issue
Block a user