mirror of
https://github.com/brl/mutter.git
synced 2025-02-20 15:04:09 +00:00
Minor annotation fixes.
This commit is contained in:
parent
7f9472a58f
commit
821d4458ea
@ -360,7 +360,7 @@ meta_shadow_paint (MetaShadow *shadow,
|
|||||||
* @window_height: actual height of the region to paint a shadow for
|
* @window_height: actual height of the region to paint a shadow for
|
||||||
*
|
*
|
||||||
* Computes the bounds of the pixels that will be affected by
|
* Computes the bounds of the pixels that will be affected by
|
||||||
* meta_shadow_paints()
|
* meta_shadow_paint()
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
meta_shadow_get_bounds (MetaShadow *shadow,
|
meta_shadow_get_bounds (MetaShadow *shadow,
|
||||||
|
@ -828,9 +828,9 @@ meta_window_actor_get_x_window (MetaWindowActor *self)
|
|||||||
/**
|
/**
|
||||||
* meta_window_actor_get_meta_window:
|
* meta_window_actor_get_meta_window:
|
||||||
*
|
*
|
||||||
* Gets the MetaWindow object that the the MetaWindowActor is displaying
|
* Gets the #MetaWindow object that the the #MetaWindowActor is displaying
|
||||||
*
|
*
|
||||||
* Return value: (transfer none): the displayed MetaWindow
|
* Return value: (transfer none): the displayed #MetaWindow
|
||||||
*/
|
*/
|
||||||
MetaWindow *
|
MetaWindow *
|
||||||
meta_window_actor_get_meta_window (MetaWindowActor *self)
|
meta_window_actor_get_meta_window (MetaWindowActor *self)
|
||||||
@ -843,7 +843,7 @@ meta_window_actor_get_meta_window (MetaWindowActor *self)
|
|||||||
*
|
*
|
||||||
* Gets the ClutterActor that is used to display the contents of the window
|
* Gets the ClutterActor that is used to display the contents of the window
|
||||||
*
|
*
|
||||||
* Return value: (transfer none): the ClutterActor for the contents
|
* Return value: (transfer none): the #ClutterActor for the contents
|
||||||
*/
|
*/
|
||||||
ClutterActor *
|
ClutterActor *
|
||||||
meta_window_actor_get_texture (MetaWindowActor *self)
|
meta_window_actor_get_texture (MetaWindowActor *self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user