docs: Move the GOsxAppInfo SECTION

Move it to the struct docs.

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

Helps: #3037
This commit is contained in:
Philip Withnall 2023-10-23 14:42:05 +01:00
parent cf7fd070c8
commit 1c2207d9fb

View File

@ -33,12 +33,10 @@
#import <ApplicationServices/ApplicationServices.h>
/**
* 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 `<gio/gosxappinfo.h>` 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;