mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 01:36:17 +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));
|
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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user