mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +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>
|
#import <ApplicationServices/ApplicationServices.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gosxappinfo
|
* GOsxAppInfo:
|
||||||
* @title: GOsxAppInfo
|
|
||||||
* @short_description: Application information from NSBundles
|
|
||||||
* @include: gio/gosxappinfo.h
|
|
||||||
*
|
*
|
||||||
* #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.
|
* Note that `<gio/gosxappinfo.h>` is unique to OSX.
|
||||||
*/
|
*/
|
||||||
@ -46,11 +44,6 @@
|
|||||||
static void g_osx_app_info_iface_init (GAppInfoIface *iface);
|
static void g_osx_app_info_iface_init (GAppInfoIface *iface);
|
||||||
static const char *g_osx_app_info_get_id (GAppInfo *appinfo);
|
static const char *g_osx_app_info_get_id (GAppInfo *appinfo);
|
||||||
|
|
||||||
/**
|
|
||||||
* GOsxAppInfo:
|
|
||||||
*
|
|
||||||
* Information about an installed application from a NSBundle.
|
|
||||||
*/
|
|
||||||
struct _GOsxAppInfo
|
struct _GOsxAppInfo
|
||||||
{
|
{
|
||||||
GObject parent_instance;
|
GObject parent_instance;
|
||||||
|
Loading…
Reference in New Issue
Block a user