GObject.Object
Unique.Backend
| Import line: | Unique = imports.gi.Unique; |
| GIR File: | Unique-1.0.gir |
| C documentation: | UniqueBackend |
| Class : | Backend |
| Extends: | GObject.Object |
| Show / Hide Inherited methods, properties and signals |
| Properties | Defined By | |
|---|---|---|
|
name : String
read only
|
Unique.Backend | |
|
parent : Unique.App
read only
|
Unique.Backend | |
|
parent_instance : GObject.Object
read only
|
Unique.Backend | |
|
screen : Gdk.Screen
read only
|
Unique.Backend | |
|
startup_id : String
read only
|
Unique.Backend | |
|
workspace : Number
read only
|
Unique.Backend | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new Unique.Backend
(Object properties)
Create a new Unique.Backend
Create a new Unique.Backend
|
||
|
Unique.Backend.create
()
:
Unique.Backend
Creates a UniqueBackend using the default backend defined at compile time.
Creates a UniqueBackend using the default backend defined at compile time. You can override the default backend by setting the
|
Unique.Backend | |
|
get_name
()
:
String
FIXME
FIXME
|
Unique.Backend | |
|
get_screen
()
:
Gdk.Screen
FIXME
FIXME
|
Unique.Backend | |
|
get_startup_id
()
:
String
FIXME
FIXME
|
Unique.Backend | |
|
get_workspace
()
:
Number
Retrieves the current workspace.
Retrieves the current workspace.
|
Unique.Backend | |
|
request_name
()
:
Boolean
Requests the name set using unique_backend_set_name() using backend.
Requests the name set using unique_backend_set_name() using backend.
|
Unique.Backend | |
|
Sends command_id, and optionally message_data, to a running instance using backend.
Sends command_id, and optionally message_data, to a running instance using backend.
|
Unique.Backend | |
|
set_name
(String name)
:
none
FIXME
FIXME
|
Unique.Backend | |
|
set_screen
(Screen screen)
:
none
FIXME
FIXME
|
Unique.Backend | |
|
set_startup_id
(String startup_id)
:
none
FIXME
FIXME
|
Unique.Backend | |
| None |