mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-23 22:16:16 +01:00
docs: Move the GCancellable SECTION
Move the contents into the struct docs. Helps: #3037
This commit is contained in:
parent
3d5d3bceea
commit
e267653eab
@ -29,11 +29,11 @@
|
||||
|
||||
|
||||
/**
|
||||
* SECTION:gcancellable
|
||||
* @short_description: Thread-safe Operation Cancellation Stack
|
||||
* @include: gio/gio.h
|
||||
* GCancellable:
|
||||
*
|
||||
* GCancellable is a thread-safe operation cancellation stack used
|
||||
* `GCancellable` allows operations to be cancelled.
|
||||
*
|
||||
* `GCancellable` is a thread-safe operation cancellation stack used
|
||||
* throughout GIO to allow for cancellation of synchronous and
|
||||
* asynchronous operations.
|
||||
*/
|
||||
|
@ -38,11 +38,6 @@ G_BEGIN_DECLS
|
||||
#define G_IS_CANCELLABLE_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_CANCELLABLE))
|
||||
#define G_CANCELLABLE_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_CANCELLABLE, GCancellableClass))
|
||||
|
||||
/**
|
||||
* GCancellable:
|
||||
*
|
||||
* Allows actions to be cancelled.
|
||||
*/
|
||||
typedef struct _GCancellableClass GCancellableClass;
|
||||
typedef struct _GCancellablePrivate GCancellablePrivate;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user