docs: Move the GAsyncInitable SECTION

Move the contents to the struct docs.

Helps: #3037
This commit is contained in:
Matthias Clasen
2023-09-25 21:11:13 -04:00
committed by Philip Withnall
parent 840cfd1ab7
commit 331c137ee1
2 changed files with 13 additions and 19 deletions

View File

@@ -38,13 +38,6 @@ G_BEGIN_DECLS
#define G_ASYNC_INITABLE_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_ASYNC_INITABLE, GAsyncInitableIface))
#define G_TYPE_IS_ASYNC_INITABLE(type) (g_type_is_a ((type), G_TYPE_ASYNC_INITABLE))
/**
* GAsyncInitable:
*
* Interface for asynchronously initializable objects.
*
* Since: 2.22
**/
typedef struct _GAsyncInitableIface GAsyncInitableIface;
/**