1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-04-27 01:26:52 +02:00

docs: Move the GVfs SECTION

Move it to the struct docs.

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

Helps: 
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

@ -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;

@ -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