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: #3037
This commit is contained in:
parent
924e164a73
commit
a84a704dc6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user