mirror of
https://github.com/brl/mutter.git
synced 2025-07-03 09:43:18 +00:00
Make MetaSelection, MetaSelectionSource and MetaMemorySelectionSource public
This exposes the base so that we can reimplement StClipboard on top. Some gtk-docs have been added for documentation and introspection purposes. https://gitlab.gnome.org/GNOME/mutter/merge_requests/320
This commit is contained in:
@ -3689,6 +3689,12 @@ meta_display_get_sound_player (MetaDisplay *display)
|
||||
return display->sound_player;
|
||||
}
|
||||
|
||||
/**
|
||||
* meta_display_get_selection:
|
||||
* @display: a #MetaDisplay
|
||||
*
|
||||
* Returns: (transfer none): The selection manager of the display
|
||||
*/
|
||||
MetaSelection *
|
||||
meta_display_get_selection (MetaDisplay *display)
|
||||
{
|
||||
|
Reference in New Issue
Block a user