[docs] Remove misleading text
The documentation for ClutterTexture's set_from_rgb_data() and set_from_yuv_data() says: Note: This function is likely to change in future versions. This is not true, since they'll remain for the whole 1.x API cycle.
This commit is contained in:
parent
3b70e0b6b7
commit
8b71fa1acb
@ -1522,12 +1522,10 @@ clutter_texture_set_from_data (ClutterTexture *texture,
|
|||||||
*
|
*
|
||||||
* Sets #ClutterTexture image data.
|
* Sets #ClutterTexture image data.
|
||||||
*
|
*
|
||||||
* Note: This function is likely to change in future versions.
|
|
||||||
*
|
|
||||||
* Return value: %TRUE on success, %FALSE on failure.
|
* Return value: %TRUE on success, %FALSE on failure.
|
||||||
*
|
*
|
||||||
* Since: 0.4.
|
* Since: 0.4.
|
||||||
**/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
clutter_texture_set_from_rgb_data (ClutterTexture *texture,
|
clutter_texture_set_from_rgb_data (ClutterTexture *texture,
|
||||||
const guchar *data,
|
const guchar *data,
|
||||||
@ -1593,8 +1591,6 @@ clutter_texture_set_from_rgb_data (ClutterTexture *texture,
|
|||||||
* Sets a #ClutterTexture from YUV image data. If an error occurred,
|
* Sets a #ClutterTexture from YUV image data. If an error occurred,
|
||||||
* %FALSE is returned and @error is set.
|
* %FALSE is returned and @error is set.
|
||||||
*
|
*
|
||||||
* This function is likely to change in future versions.
|
|
||||||
*
|
|
||||||
* Return value: %TRUE if the texture was successfully updated
|
* Return value: %TRUE if the texture was successfully updated
|
||||||
*
|
*
|
||||||
* Since: 0.4
|
* Since: 0.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user