From 1c2207d9fb606282dc7aed82937ac440b4d37c8f Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 23 Oct 2023 14:42:05 +0100 Subject: [PATCH] docs: Move the GOsxAppInfo SECTION Move it to the struct docs. Signed-off-by: Philip Withnall Helps: #3037 --- gio/gosxappinfo.m | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/gio/gosxappinfo.m b/gio/gosxappinfo.m index 60b088641..50b08e0be 100644 --- a/gio/gosxappinfo.m +++ b/gio/gosxappinfo.m @@ -33,12 +33,10 @@ #import /** - * SECTION:gosxappinfo - * @title: GOsxAppInfo - * @short_description: Application information from NSBundles - * @include: gio/gosxappinfo.h + * GOsxAppInfo: * - * #GOsxAppInfo is an implementation of #GAppInfo based on NSBundle information. + * `GOsxAppInfo` is an implementation of [iface@Gio.AppInfo] based on `NSBundle` + * information. * * Note that `` is unique to OSX. */ @@ -46,11 +44,6 @@ static void g_osx_app_info_iface_init (GAppInfoIface *iface); static const char *g_osx_app_info_get_id (GAppInfo *appinfo); -/** - * GOsxAppInfo: - * - * Information about an installed application from a NSBundle. - */ struct _GOsxAppInfo { GObject parent_instance;