mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
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:
parent
72b44dce76
commit
9b4bcf1a44
@ -462,16 +462,6 @@ g_memory_buffer_put_string (GMemoryBuffer *mbuf,
|
||||
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;
|
||||
|
||||
/**
|
||||
@ -490,8 +480,8 @@ struct _GDBusMessageClass
|
||||
/**
|
||||
* GDBusMessage:
|
||||
*
|
||||
* The #GDBusMessage structure contains only private data and should
|
||||
* only be accessed using the provided API.
|
||||
* A type for representing D-Bus messages that can be sent or received
|
||||
* on a [class@Gio.DBusConnection].
|
||||
*
|
||||
* Since: 2.26
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user