mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-26 09:30:04 +01:00
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:
parent
cf7fd070c8
commit
1c2207d9fb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user