From a84a704dc6e05e116c94663a8f2b90f9ea92d2e7 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 14 Nov 2023 14:49:41 +0000 Subject: [PATCH] docs: Move the GVfs SECTION Move it to the struct docs. Signed-off-by: Philip Withnall Helps: #3037 --- gio/gvfs.c | 5 +---- gio/gvfs.h | 5 ----- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/gio/gvfs.c b/gio/gvfs.c index c741ffebe..1ff566b0b 100644 --- a/gio/gvfs.c +++ b/gio/gvfs.c @@ -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; diff --git a/gio/gvfs.h b/gio/gvfs.h index cbe9792a2..0fdce36f1 100644 --- a/gio/gvfs.h +++ b/gio/gvfs.h @@ -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