File: mutter-overview.xml

package info (click to toggle)
mutter 3.14.4-1~deb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 16,744 kB
  • ctags: 8,514
  • sloc: ansic: 76,372; sh: 11,275; xml: 582; makefile: 575
file content (15 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<part id="mutter-overview">

  <title>Overview</title>

  <partintro>

    <para>Mutter is a GObject-based library for creating compositing window managers.</para>

    <para>Compositors that wish to use Mutter must implement a subclass of #MetaPlugin and register it with meta_plugin_manager_set_plugin_type() before calling meta_init() but after g_type_init().</para>

    <para>#MetaPlugin provides virtual functions that allow to override default behavior in the window management code, such as the effect to perform when a window is created or when switching workspaces.</para>

  </partintro>

</part>