mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
docs: fix up docs issues in gio/
This commit is contained in:
committed by
Ryan Lortie
parent
6a97275c45
commit
74c22150cf
@@ -34,6 +34,14 @@ G_BEGIN_DECLS
|
||||
|
||||
typedef struct _GTlsClientConnectionInterface GTlsClientConnectionInterface;
|
||||
|
||||
/**
|
||||
* GTlsClientConnectionInterface:
|
||||
* @g_iface: The parent interface.
|
||||
*
|
||||
* vtable for a #GTlsClientConnection implementation.
|
||||
*
|
||||
* Since: 2.26
|
||||
*/
|
||||
struct _GTlsClientConnectionInterface
|
||||
{
|
||||
GTypeInterface g_iface;
|
||||
|
Reference in New Issue
Block a user