docs: Move the GVfs SECTION

Move it to the struct docs.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3037
This commit is contained in:
Philip Withnall 2023-11-14 14:49:41 +00:00
parent 924e164a73
commit a84a704dc6
2 changed files with 1 additions and 9 deletions

View File

@ -31,12 +31,9 @@
/** /**
* SECTION:gvfs * GVfs:
* @short_description: Virtual File System
* @include: gio/gio.h
* *
* Entry point for using GIO functionality. * Entry point for using GIO functionality.
*
*/ */
static GRWLock additional_schemes_lock; static GRWLock additional_schemes_lock;

View File

@ -68,11 +68,6 @@ typedef GFile * (* GVfsFileLookupFunc) (GVfs *vfs,
*/ */
#define G_VFS_EXTENSION_POINT_NAME "gio-vfs" #define G_VFS_EXTENSION_POINT_NAME "gio-vfs"
/**
* GVfs:
*
* Virtual File System object.
**/
typedef struct _GVfsClass GVfsClass; typedef struct _GVfsClass GVfsClass;
struct _GVfs struct _GVfs