mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
docs: Move the GDesktopAppInfo SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
47e58fb4c6
commit
6c930587ad
@ -63,12 +63,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gdesktopappinfo
|
* GDesktopAppInfo:
|
||||||
* @title: GDesktopAppInfo
|
|
||||||
* @short_description: Application information from desktop files
|
|
||||||
* @include: gio/gdesktopappinfo.h
|
|
||||||
*
|
*
|
||||||
* #GDesktopAppInfo is an implementation of #GAppInfo based on
|
* `GDesktopAppInfo` is an implementation of [iface@Gio.AppInfo] based on
|
||||||
* desktop files.
|
* desktop files.
|
||||||
*
|
*
|
||||||
* Note that `<gio/gdesktopappinfo.h>` belongs to the UNIX-specific
|
* Note that `<gio/gdesktopappinfo.h>` belongs to the UNIX-specific
|
||||||
@ -95,11 +92,6 @@ static gboolean g_desktop_app_info_ensure_saved (GDesktopAppInfo *info,
|
|||||||
GError **error);
|
GError **error);
|
||||||
static gboolean g_desktop_app_info_load_file (GDesktopAppInfo *self);
|
static gboolean g_desktop_app_info_load_file (GDesktopAppInfo *self);
|
||||||
|
|
||||||
/**
|
|
||||||
* GDesktopAppInfo:
|
|
||||||
*
|
|
||||||
* Information about an installed application from a desktop file.
|
|
||||||
*/
|
|
||||||
struct _GDesktopAppInfo
|
struct _GDesktopAppInfo
|
||||||
{
|
{
|
||||||
GObject parent_instance;
|
GObject parent_instance;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user