mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-02 05:43:07 +02: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
|
* GCancellable:
|
||||||
* @short_description: Thread-safe Operation Cancellation Stack
|
|
||||||
* @include: gio/gio.h
|
|
||||||
*
|
*
|
||||||
* 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
|
* throughout GIO to allow for cancellation of synchronous and
|
||||||
* asynchronous operations.
|
* 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_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))
|
#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 _GCancellableClass GCancellableClass;
|
||||||
typedef struct _GCancellablePrivate GCancellablePrivate;
|
typedef struct _GCancellablePrivate GCancellablePrivate;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user