From 6c930587ad76561274b067043038ebcb70bdfefa Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 25 Oct 2023 13:11:07 +0100 Subject: [PATCH] docs: Move the GDesktopAppInfo SECTION Move it to the struct docs. Signed-off-by: Philip Withnall Helps: #3037 --- gio/gdesktopappinfo.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c index 292d7aa3b..4a76b3e51 100644 --- a/gio/gdesktopappinfo.c +++ b/gio/gdesktopappinfo.c @@ -63,12 +63,9 @@ #endif /** - * SECTION:gdesktopappinfo - * @title: GDesktopAppInfo - * @short_description: Application information from desktop files - * @include: gio/gdesktopappinfo.h + * GDesktopAppInfo: * - * #GDesktopAppInfo is an implementation of #GAppInfo based on + * `GDesktopAppInfo` is an implementation of [iface@Gio.AppInfo] based on * desktop files. * * Note that `` belongs to the UNIX-specific @@ -95,11 +92,6 @@ static gboolean g_desktop_app_info_ensure_saved (GDesktopAppInfo *info, GError **error); static gboolean g_desktop_app_info_load_file (GDesktopAppInfo *self); -/** - * GDesktopAppInfo: - * - * Information about an installed application from a desktop file. - */ struct _GDesktopAppInfo { GObject parent_instance;