-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathxrandr-1.3.d.ts
45 lines (38 loc) · 1.41 KB
/
xrandr-1.3.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/** Generated with https://github.com/Gr3q/GIR2TS - If possible do not modify. */
declare namespace imports.gi.xrandr {
export interface ScreenSizeInitOptions {}
interface ScreenSize {}
class ScreenSize {
public constructor(options?: Partial<ScreenSizeInitOptions>);
}
export interface ScreenChangeNotifyEventInitOptions {}
interface ScreenChangeNotifyEvent {}
class ScreenChangeNotifyEvent {
public constructor(options?: Partial<ScreenChangeNotifyEventInitOptions>);
}
export interface NotifyEventInitOptions {}
interface NotifyEvent {}
class NotifyEvent {
public constructor(options?: Partial<NotifyEventInitOptions>);
}
export interface ScreenResourcesInitOptions {}
interface ScreenResources {}
class ScreenResources {
public constructor(options?: Partial<ScreenResourcesInitOptions>);
}
export interface OutputChangeNotifyEventInitOptions {}
interface OutputChangeNotifyEvent {}
class OutputChangeNotifyEvent {
public constructor(options?: Partial<OutputChangeNotifyEventInitOptions>);
}
export interface CrtcChangeNotifyEventInitOptions {}
interface CrtcChangeNotifyEvent {}
class CrtcChangeNotifyEvent {
public constructor(options?: Partial<CrtcChangeNotifyEventInitOptions>);
}
export interface OutputPropertyNotifyEventInitOptions {}
interface OutputPropertyNotifyEvent {}
class OutputPropertyNotifyEvent {
public constructor(options?: Partial<OutputPropertyNotifyEventInitOptions>);
}
}