Fix up ABI symbols after GTlsDatabase merge.

https://bugzilla.gnome.org/show_bug.cgi?id=636572
This commit is contained in:
Stef Walter
2011-08-04 09:43:45 +02:00
parent 0f99cfa882
commit 29aae440fb
2 changed files with 27 additions and 7 deletions

View File

@@ -68,14 +68,14 @@
G_DEFINE_TYPE (GTlsInteraction, g_tls_interaction, G_TYPE_OBJECT);
GTlsInteractionResult
static GTlsInteractionResult
g_tls_interaction_default_ask_password (GTlsInteraction *interaction,
GTlsPassword *password)
{
return G_TLS_INTERACTION_UNHANDLED;
}
void
static void
g_tls_interaction_default_ask_password_async (GTlsInteraction *interaction,
GTlsPassword *password,
GAsyncReadyCallback callback,
@@ -89,7 +89,7 @@ g_tls_interaction_default_ask_password_async (GTlsInteraction *interaction,
g_object_unref (res);
}
GTlsInteractionResult
static GTlsInteractionResult
g_tls_interaction_default_ask_password_finish (GTlsInteraction *interaction,
GAsyncResult *result)
{