mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
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:
parent
924e164a73
commit
a84a704dc6
@ -31,12 +31,9 @@
|
||||
|
||||
|
||||
/**
|
||||
* SECTION:gvfs
|
||||
* @short_description: Virtual File System
|
||||
* @include: gio/gio.h
|
||||
* GVfs:
|
||||
*
|
||||
* Entry point for using GIO functionality.
|
||||
*
|
||||
*/
|
||||
|
||||
static GRWLock additional_schemes_lock;
|
||||
|
@ -68,11 +68,6 @@ typedef GFile * (* GVfsFileLookupFunc) (GVfs *vfs,
|
||||
*/
|
||||
#define G_VFS_EXTENSION_POINT_NAME "gio-vfs"
|
||||
|
||||
/**
|
||||
* GVfs:
|
||||
*
|
||||
* Virtual File System object.
|
||||
**/
|
||||
typedef struct _GVfsClass GVfsClass;
|
||||
|
||||
struct _GVfs
|
||||
|
Loading…
Reference in New Issue
Block a user