mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05:00
Fix some of introspection comment issues
Missing colon and incorrect type reference in descriptions.
This commit is contained in:
parent
c663f4ae84
commit
c65617cb5a
@ -23,7 +23,7 @@
|
|||||||
/**
|
/**
|
||||||
* SECTION:display
|
* SECTION:display
|
||||||
* @title: MetaDisplay
|
* @title: MetaDisplay
|
||||||
* @short_description: Mutter X display handler
|
* @short_description: Mutter display representation
|
||||||
*
|
*
|
||||||
* The display is represented as a #MetaDisplay struct.
|
* The display is represented as a #MetaDisplay struct.
|
||||||
*/
|
*/
|
||||||
@ -3610,7 +3610,7 @@ meta_display_focus_default_window (MetaDisplay *display,
|
|||||||
* meta_display_get_workspace_manager:
|
* meta_display_get_workspace_manager:
|
||||||
* @display: a #MetaDisplay
|
* @display: a #MetaDisplay
|
||||||
*
|
*
|
||||||
* Returns: (transfer none) The workspace manager of the display
|
* Returns: (transfer none): The workspace manager of the display
|
||||||
*/
|
*/
|
||||||
MetaWorkspaceManager *
|
MetaWorkspaceManager *
|
||||||
meta_display_get_workspace_manager (MetaDisplay *display)
|
meta_display_get_workspace_manager (MetaDisplay *display)
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:display
|
* SECTION:x11-display
|
||||||
* @title: MetaX11Display
|
* @title: MetaX11Display
|
||||||
* @short_description: Mutter X display handler
|
* @short_description: Mutter X display handler
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user