docs: Move the GDBusMessage SECTION

Move it to the struct docs.

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

Helps: #3037
This commit is contained in:
Philip Withnall 2023-10-23 00:17:04 +01:00
parent 72b44dce76
commit 9b4bcf1a44

View File

@ -462,16 +462,6 @@ g_memory_buffer_put_string (GMemoryBuffer *mbuf,
return g_memory_buffer_write (mbuf, str, strlen (str)); return g_memory_buffer_write (mbuf, str, strlen (str));
} }
/**
* SECTION:gdbusmessage
* @short_description: D-Bus Message
* @include: gio/gio.h
*
* A type for representing D-Bus messages that can be sent or received
* on a #GDBusConnection.
*/
typedef struct _GDBusMessageClass GDBusMessageClass; typedef struct _GDBusMessageClass GDBusMessageClass;
/** /**
@ -490,8 +480,8 @@ struct _GDBusMessageClass
/** /**
* GDBusMessage: * GDBusMessage:
* *
* The #GDBusMessage structure contains only private data and should * A type for representing D-Bus messages that can be sent or received
* only be accessed using the provided API. * on a [class@Gio.DBusConnection].
* *
* Since: 2.26 * Since: 2.26
*/ */