docs: Annotate GskRenderer
This commit is contained in:
@@ -33,6 +33,12 @@ G_BEGIN_DECLS
|
||||
#define GSK_RENDERER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GSK_TYPE_RENDERER, GskRenderer))
|
||||
#define GSK_IS_RENDERER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GSK_TYPE_RENDERER))
|
||||
|
||||
/**
|
||||
* GskRenderer:
|
||||
*
|
||||
* Base type for the object managing the rendering pipeline
|
||||
* for a #GdkSurface.
|
||||
*/
|
||||
typedef struct _GskRendererClass GskRendererClass;
|
||||
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
|
||||
Reference in New Issue
Block a user