diff options
Diffstat (limited to 'gio/gtlsconnection.h')
-rw-r--r-- | gio/gtlsconnection.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gio/gtlsconnection.h b/gio/gtlsconnection.h index d74ac4b50..2df950df2 100644 --- a/gio/gtlsconnection.h +++ b/gio/gtlsconnection.h @@ -84,9 +84,10 @@ struct _GTlsConnectionClass GType g_tls_connection_get_type (void) G_GNUC_CONST; #ifndef G_DISABLE_DEPRECATED +GLIB_DEPRECATED void g_tls_connection_set_use_system_certdb (GTlsConnection *conn, - gboolean use_system_certdb) G_GNUC_DEPRECATED; -gboolean g_tls_connection_get_use_system_certdb (GTlsConnection *conn) G_GNUC_DEPRECATED; + gboolean use_system_certdb); +GLIB_DEPRECATED gboolean g_tls_connection_get_use_system_certdb (GTlsConnection *conn); #endif /* G_DISABLE_DEPRECATED */ void g_tls_connection_set_database (GTlsConnection *conn, |