mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
Skip introspection for GValue ↔ CoglFixed API
It's pointless to introspect an API that it's not meant to be used through introspection.
This commit is contained in:
parent
d9c1a2ebbb
commit
3017a48228
@ -37,7 +37,7 @@
|
||||
#include "clutter-private.h"
|
||||
|
||||
/**
|
||||
* clutter_value_set_fixed:
|
||||
* clutter_value_set_fixed: (skip)
|
||||
* @value: a #GValue initialized to %COGL_TYPE_FIXED
|
||||
* @fixed_: the fixed point value to set
|
||||
*
|
||||
@ -55,7 +55,7 @@ clutter_value_set_fixed (GValue *value,
|
||||
}
|
||||
|
||||
/**
|
||||
* clutter_value_get_fixed:
|
||||
* clutter_value_get_fixed: (skip)
|
||||
* @value: a #GValue initialized to %COGL_TYPE_FIXED
|
||||
*
|
||||
* Gets the fixed point value stored inside @value.
|
||||
|
Loading…
Reference in New Issue
Block a user