From 72b44dce76840622068cb672f37be3cb56cced1b Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 23 Oct 2023 00:13:51 +0100 Subject: [PATCH] docs: Move the GDBusAddress SECTION Move it to the struct docs, although again this is a little suspect because there is actually no `GDBusAddress` struct/type. Signed-off-by: Philip Withnall Helps: #3037 --- gio/gdbusaddress.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gio/gdbusaddress.c b/gio/gdbusaddress.c index b73ff0d6e..0bd0b3937 100644 --- a/gio/gdbusaddress.c +++ b/gio/gdbusaddress.c @@ -62,10 +62,7 @@ #include "glibintl.h" /** - * SECTION:gdbusaddress - * @title: D-Bus Addresses - * @short_description: D-Bus connection endpoints - * @include: gio/gio.h + * GDBusAddress: * * Routines for working with D-Bus addresses. A D-Bus address is a string * like `unix:tmpdir=/tmp/my-app-name`. The exact format of addresses