Fix some of introspection comment issues

Missing colon and incorrect type reference in descriptions.
This commit is contained in:
Jonas Ådahl 2018-07-16 16:25:20 +02:00
parent c663f4ae84
commit c65617cb5a
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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
* *