mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
2.0: Fix up documentation annotations
This commit is contained in:
parent
ca3e1b4d11
commit
b0f3192802
@ -45,8 +45,6 @@ typedef struct _ClutterShaderMatrix ClutterShaderMatrix;
|
||||
* @x: a #GValue
|
||||
*
|
||||
* Evaluates to %TRUE if @x holds a #ClutterShaderFloat.
|
||||
*
|
||||
*
|
||||
*/
|
||||
#define CLUTTER_VALUE_HOLDS_SHADER_FLOAT(x) (G_VALUE_HOLDS ((x), CLUTTER_TYPE_SHADER_FLOAT))
|
||||
|
||||
@ -55,8 +53,6 @@ typedef struct _ClutterShaderMatrix ClutterShaderMatrix;
|
||||
* @x: a #GValue
|
||||
*
|
||||
* Evaluates to %TRUE if @x holds a #ClutterShaderInt.
|
||||
*
|
||||
*
|
||||
*/
|
||||
#define CLUTTER_VALUE_HOLDS_SHADER_INT(x) (G_VALUE_HOLDS ((x), CLUTTER_TYPE_SHADER_INT))
|
||||
|
||||
@ -65,8 +61,6 @@ typedef struct _ClutterShaderMatrix ClutterShaderMatrix;
|
||||
* @x: a #GValue
|
||||
*
|
||||
* Evaluates to %TRUE if @x holds a #ClutterShaderMatrix.
|
||||
*
|
||||
*
|
||||
*/
|
||||
#define CLUTTER_VALUE_HOLDS_SHADER_MATRIX(x) (G_VALUE_HOLDS ((x), CLUTTER_TYPE_SHADER_MATRIX))
|
||||
|
||||
|
@ -23,13 +23,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION:clutter-util
|
||||
* @short_description: Utility functions
|
||||
*
|
||||
* Various miscellaneous utilility functions.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user