File: meta-dbus-display-config.h

package info (click to toggle)
chromium 139.0.7258.127-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 6,122,156 kB
  • sloc: cpp: 35,100,771; ansic: 7,163,530; javascript: 4,103,002; python: 1,436,920; asm: 946,517; xml: 746,709; pascal: 187,653; perl: 88,691; sh: 88,436; objc: 79,953; sql: 51,488; cs: 44,583; fortran: 24,137; makefile: 22,147; tcl: 15,277; php: 13,980; yacc: 8,984; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (538 lines) | stat: -rw-r--r-- 20,568 bytes parent folder | download | duplicates (5)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
/*
 * This file is generated by gdbus-codegen, do not modify it.
 *
 * The license of this code is the same as for the D-Bus interface description
 * it was derived from. Note that it links to GLib, so must comply with the
 * LGPL linking clauses.
 */

#ifndef __META_DBUS_DISPLAY_CONFIG_H__
#define __META_DBUS_DISPLAY_CONFIG_H__

#include <gio/gio.h>

G_BEGIN_DECLS

/* ------------------------------------------------------------------------ */
/* Declarations for org.gnome.Mutter.DisplayConfig */

#define META_DBUS_TYPE_DISPLAY_CONFIG (meta_dbus_display_config_get_type())
#define META_DBUS_DISPLAY_CONFIG(o)                               \
  (G_TYPE_CHECK_INSTANCE_CAST((o), META_DBUS_TYPE_DISPLAY_CONFIG, \
                              MetaDBusDisplayConfig))
#define META_DBUS_IS_DISPLAY_CONFIG(o) \
  (G_TYPE_CHECK_INSTANCE_TYPE((o), META_DBUS_TYPE_DISPLAY_CONFIG))
#define META_DBUS_DISPLAY_CONFIG_GET_IFACE(o)                        \
  (G_TYPE_INSTANCE_GET_INTERFACE((o), META_DBUS_TYPE_DISPLAY_CONFIG, \
                                 MetaDBusDisplayConfigIface))

struct _MetaDBusDisplayConfig;
typedef struct _MetaDBusDisplayConfig MetaDBusDisplayConfig;
typedef struct _MetaDBusDisplayConfigIface MetaDBusDisplayConfigIface;

struct _MetaDBusDisplayConfigIface {
  GTypeInterface parent_iface;

  gboolean (*handle_apply_configuration)(MetaDBusDisplayConfig* object,
                                         GDBusMethodInvocation* invocation,
                                         guint arg_serial,
                                         gboolean arg_persistent,
                                         GVariant* arg_crtcs,
                                         GVariant* arg_outputs);

  gboolean (*handle_apply_monitors_config)(MetaDBusDisplayConfig* object,
                                           GDBusMethodInvocation* invocation,
                                           guint arg_serial,
                                           guint arg_method,
                                           GVariant* arg_logical_monitors,
                                           GVariant* arg_properties);

  gboolean (*handle_change_backlight)(MetaDBusDisplayConfig* object,
                                      GDBusMethodInvocation* invocation,
                                      guint arg_serial,
                                      guint arg_output,
                                      gint arg_value);

  gboolean (*handle_get_crtc_gamma)(MetaDBusDisplayConfig* object,
                                    GDBusMethodInvocation* invocation,
                                    guint arg_serial,
                                    guint arg_crtc);

  gboolean (*handle_get_current_state)(MetaDBusDisplayConfig* object,
                                       GDBusMethodInvocation* invocation);

  gboolean (*handle_get_resources)(MetaDBusDisplayConfig* object,
                                   GDBusMethodInvocation* invocation);

  gboolean (*handle_set_backlight)(MetaDBusDisplayConfig* object,
                                   GDBusMethodInvocation* invocation,
                                   guint arg_serial,
                                   const gchar* arg_connector,
                                   gint arg_value);

  gboolean (*handle_set_crtc_gamma)(MetaDBusDisplayConfig* object,
                                    GDBusMethodInvocation* invocation,
                                    guint arg_serial,
                                    guint arg_crtc,
                                    GVariant* arg_red,
                                    GVariant* arg_green,
                                    GVariant* arg_blue);

  gboolean (*handle_set_output_ctm)(MetaDBusDisplayConfig* object,
                                    GDBusMethodInvocation* invocation,
                                    guint arg_serial,
                                    guint arg_output,
                                    GVariant* arg_ctm);

  gboolean (*get_apply_monitors_config_allowed)(MetaDBusDisplayConfig* object);

  GVariant* (*get_backlight)(MetaDBusDisplayConfig* object);

  gboolean (*get_has_external_monitor)(MetaDBusDisplayConfig* object);

  gboolean (*get_night_light_supported)(MetaDBusDisplayConfig* object);

  gboolean (*get_panel_orientation_managed)(MetaDBusDisplayConfig* object);

  gint (*get_power_save_mode)(MetaDBusDisplayConfig* object);

  void (*monitors_changed)(MetaDBusDisplayConfig* object);
};

#if GLIB_CHECK_VERSION(2, 44, 0)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(MetaDBusDisplayConfig, g_object_unref)
#endif

GType meta_dbus_display_config_get_type(void) G_GNUC_CONST;

GDBusInterfaceInfo* meta_dbus_display_config_interface_info(void);
guint meta_dbus_display_config_override_properties(GObjectClass* klass,
                                                   guint property_id_begin);

/* D-Bus method call completion functions: */
void meta_dbus_display_config_complete_get_resources(
    MetaDBusDisplayConfig* object,
    GDBusMethodInvocation* invocation,
    guint serial,
    GVariant* crtcs,
    GVariant* outputs,
    GVariant* modes,
    gint max_screen_width,
    gint max_screen_height);

void meta_dbus_display_config_complete_apply_configuration(
    MetaDBusDisplayConfig* object,
    GDBusMethodInvocation* invocation);

G_GNUC_DEPRECATED void meta_dbus_display_config_complete_change_backlight(
    MetaDBusDisplayConfig* object,
    GDBusMethodInvocation* invocation,
    gint new_value);

void meta_dbus_display_config_complete_set_backlight(
    MetaDBusDisplayConfig* object,
    GDBusMethodInvocation* invocation);

void meta_dbus_display_config_complete_get_crtc_gamma(
    MetaDBusDisplayConfig* object,
    GDBusMethodInvocation* invocation,
    GVariant* red,
    GVariant* green,
    GVariant* blue);

void meta_dbus_display_config_complete_set_crtc_gamma(
    MetaDBusDisplayConfig* object,
    GDBusMethodInvocation* invocation);

void meta_dbus_display_config_complete_get_current_state(
    MetaDBusDisplayConfig* object,
    GDBusMethodInvocation* invocation,
    guint serial,
    GVariant* monitors,
    GVariant* logical_monitors,
    GVariant* properties);

void meta_dbus_display_config_complete_apply_monitors_config(
    MetaDBusDisplayConfig* object,
    GDBusMethodInvocation* invocation);

void meta_dbus_display_config_complete_set_output_ctm(
    MetaDBusDisplayConfig* object,
    GDBusMethodInvocation* invocation);

/* D-Bus signal emissions functions: */
void meta_dbus_display_config_emit_monitors_changed(
    MetaDBusDisplayConfig* object);

/* D-Bus method calls: */
void meta_dbus_display_config_call_get_resources(MetaDBusDisplayConfig* proxy,
                                                 GCancellable* cancellable,
                                                 GAsyncReadyCallback callback,
                                                 gpointer user_data);

gboolean meta_dbus_display_config_call_get_resources_finish(
    MetaDBusDisplayConfig* proxy,
    guint* out_serial,
    GVariant** out_crtcs,
    GVariant** out_outputs,
    GVariant** out_modes,
    gint* out_max_screen_width,
    gint* out_max_screen_height,
    GAsyncResult* res,
    GError** error);

gboolean meta_dbus_display_config_call_get_resources_sync(
    MetaDBusDisplayConfig* proxy,
    guint* out_serial,
    GVariant** out_crtcs,
    GVariant** out_outputs,
    GVariant** out_modes,
    gint* out_max_screen_width,
    gint* out_max_screen_height,
    GCancellable* cancellable,
    GError** error);

void meta_dbus_display_config_call_apply_configuration(
    MetaDBusDisplayConfig* proxy,
    guint arg_serial,
    gboolean arg_persistent,
    GVariant* arg_crtcs,
    GVariant* arg_outputs,
    GCancellable* cancellable,
    GAsyncReadyCallback callback,
    gpointer user_data);

gboolean meta_dbus_display_config_call_apply_configuration_finish(
    MetaDBusDisplayConfig* proxy,
    GAsyncResult* res,
    GError** error);

gboolean meta_dbus_display_config_call_apply_configuration_sync(
    MetaDBusDisplayConfig* proxy,
    guint arg_serial,
    gboolean arg_persistent,
    GVariant* arg_crtcs,
    GVariant* arg_outputs,
    GCancellable* cancellable,
    GError** error);

G_GNUC_DEPRECATED void meta_dbus_display_config_call_change_backlight(
    MetaDBusDisplayConfig* proxy,
    guint arg_serial,
    guint arg_output,
    gint arg_value,
    GCancellable* cancellable,
    GAsyncReadyCallback callback,
    gpointer user_data);

G_GNUC_DEPRECATED gboolean
meta_dbus_display_config_call_change_backlight_finish(
    MetaDBusDisplayConfig* proxy,
    gint* out_new_value,
    GAsyncResult* res,
    GError** error);

G_GNUC_DEPRECATED gboolean meta_dbus_display_config_call_change_backlight_sync(
    MetaDBusDisplayConfig* proxy,
    guint arg_serial,
    guint arg_output,
    gint arg_value,
    gint* out_new_value,
    GCancellable* cancellable,
    GError** error);

void meta_dbus_display_config_call_set_backlight(MetaDBusDisplayConfig* proxy,
                                                 guint arg_serial,
                                                 const gchar* arg_connector,
                                                 gint arg_value,
                                                 GCancellable* cancellable,
                                                 GAsyncReadyCallback callback,
                                                 gpointer user_data);

gboolean meta_dbus_display_config_call_set_backlight_finish(
    MetaDBusDisplayConfig* proxy,
    GAsyncResult* res,
    GError** error);

gboolean meta_dbus_display_config_call_set_backlight_sync(
    MetaDBusDisplayConfig* proxy,
    guint arg_serial,
    const gchar* arg_connector,
    gint arg_value,
    GCancellable* cancellable,
    GError** error);

void meta_dbus_display_config_call_get_crtc_gamma(MetaDBusDisplayConfig* proxy,
                                                  guint arg_serial,
                                                  guint arg_crtc,
                                                  GCancellable* cancellable,
                                                  GAsyncReadyCallback callback,
                                                  gpointer user_data);

gboolean meta_dbus_display_config_call_get_crtc_gamma_finish(
    MetaDBusDisplayConfig* proxy,
    GVariant** out_red,
    GVariant** out_green,
    GVariant** out_blue,
    GAsyncResult* res,
    GError** error);

gboolean meta_dbus_display_config_call_get_crtc_gamma_sync(
    MetaDBusDisplayConfig* proxy,
    guint arg_serial,
    guint arg_crtc,
    GVariant** out_red,
    GVariant** out_green,
    GVariant** out_blue,
    GCancellable* cancellable,
    GError** error);

void meta_dbus_display_config_call_set_crtc_gamma(MetaDBusDisplayConfig* proxy,
                                                  guint arg_serial,
                                                  guint arg_crtc,
                                                  GVariant* arg_red,
                                                  GVariant* arg_green,
                                                  GVariant* arg_blue,
                                                  GCancellable* cancellable,
                                                  GAsyncReadyCallback callback,
                                                  gpointer user_data);

gboolean meta_dbus_display_config_call_set_crtc_gamma_finish(
    MetaDBusDisplayConfig* proxy,
    GAsyncResult* res,
    GError** error);

gboolean meta_dbus_display_config_call_set_crtc_gamma_sync(
    MetaDBusDisplayConfig* proxy,
    guint arg_serial,
    guint arg_crtc,
    GVariant* arg_red,
    GVariant* arg_green,
    GVariant* arg_blue,
    GCancellable* cancellable,
    GError** error);

void meta_dbus_display_config_call_get_current_state(
    MetaDBusDisplayConfig* proxy,
    GCancellable* cancellable,
    GAsyncReadyCallback callback,
    gpointer user_data);

gboolean meta_dbus_display_config_call_get_current_state_finish(
    MetaDBusDisplayConfig* proxy,
    guint* out_serial,
    GVariant** out_monitors,
    GVariant** out_logical_monitors,
    GVariant** out_properties,
    GAsyncResult* res,
    GError** error);

gboolean meta_dbus_display_config_call_get_current_state_sync(
    MetaDBusDisplayConfig* proxy,
    guint* out_serial,
    GVariant** out_monitors,
    GVariant** out_logical_monitors,
    GVariant** out_properties,
    GCancellable* cancellable,
    GError** error);

void meta_dbus_display_config_call_apply_monitors_config(
    MetaDBusDisplayConfig* proxy,
    guint arg_serial,
    guint arg_method,
    GVariant* arg_logical_monitors,
    GVariant* arg_properties,
    GCancellable* cancellable,
    GAsyncReadyCallback callback,
    gpointer user_data);

gboolean meta_dbus_display_config_call_apply_monitors_config_finish(
    MetaDBusDisplayConfig* proxy,
    GAsyncResult* res,
    GError** error);

gboolean meta_dbus_display_config_call_apply_monitors_config_sync(
    MetaDBusDisplayConfig* proxy,
    guint arg_serial,
    guint arg_method,
    GVariant* arg_logical_monitors,
    GVariant* arg_properties,
    GCancellable* cancellable,
    GError** error);

void meta_dbus_display_config_call_set_output_ctm(MetaDBusDisplayConfig* proxy,
                                                  guint arg_serial,
                                                  guint arg_output,
                                                  GVariant* arg_ctm,
                                                  GCancellable* cancellable,
                                                  GAsyncReadyCallback callback,
                                                  gpointer user_data);

gboolean meta_dbus_display_config_call_set_output_ctm_finish(
    MetaDBusDisplayConfig* proxy,
    GAsyncResult* res,
    GError** error);

gboolean meta_dbus_display_config_call_set_output_ctm_sync(
    MetaDBusDisplayConfig* proxy,
    guint arg_serial,
    guint arg_output,
    GVariant* arg_ctm,
    GCancellable* cancellable,
    GError** error);

/* D-Bus property accessors: */
GVariant* meta_dbus_display_config_get_backlight(MetaDBusDisplayConfig* object);
GVariant* meta_dbus_display_config_dup_backlight(MetaDBusDisplayConfig* object);
void meta_dbus_display_config_set_backlight(MetaDBusDisplayConfig* object,
                                            GVariant* value);

gint meta_dbus_display_config_get_power_save_mode(
    MetaDBusDisplayConfig* object);
void meta_dbus_display_config_set_power_save_mode(MetaDBusDisplayConfig* object,
                                                  gint value);

gboolean meta_dbus_display_config_get_panel_orientation_managed(
    MetaDBusDisplayConfig* object);
void meta_dbus_display_config_set_panel_orientation_managed(
    MetaDBusDisplayConfig* object,
    gboolean value);

gboolean meta_dbus_display_config_get_apply_monitors_config_allowed(
    MetaDBusDisplayConfig* object);
void meta_dbus_display_config_set_apply_monitors_config_allowed(
    MetaDBusDisplayConfig* object,
    gboolean value);

gboolean meta_dbus_display_config_get_night_light_supported(
    MetaDBusDisplayConfig* object);
void meta_dbus_display_config_set_night_light_supported(
    MetaDBusDisplayConfig* object,
    gboolean value);

gboolean meta_dbus_display_config_get_has_external_monitor(
    MetaDBusDisplayConfig* object);
void meta_dbus_display_config_set_has_external_monitor(
    MetaDBusDisplayConfig* object,
    gboolean value);

/* ---- */

#define META_DBUS_TYPE_DISPLAY_CONFIG_PROXY \
  (meta_dbus_display_config_proxy_get_type())
#define META_DBUS_DISPLAY_CONFIG_PROXY(o)                               \
  (G_TYPE_CHECK_INSTANCE_CAST((o), META_DBUS_TYPE_DISPLAY_CONFIG_PROXY, \
                              MetaDBusDisplayConfigProxy))
#define META_DBUS_DISPLAY_CONFIG_PROXY_CLASS(k)                      \
  (G_TYPE_CHECK_CLASS_CAST((k), META_DBUS_TYPE_DISPLAY_CONFIG_PROXY, \
                           MetaDBusDisplayConfigProxyClass))
#define META_DBUS_DISPLAY_CONFIG_PROXY_GET_CLASS(o)                    \
  (G_TYPE_INSTANCE_GET_CLASS((o), META_DBUS_TYPE_DISPLAY_CONFIG_PROXY, \
                             MetaDBusDisplayConfigProxyClass))
#define META_DBUS_IS_DISPLAY_CONFIG_PROXY(o) \
  (G_TYPE_CHECK_INSTANCE_TYPE((o), META_DBUS_TYPE_DISPLAY_CONFIG_PROXY))
#define META_DBUS_IS_DISPLAY_CONFIG_PROXY_CLASS(k) \
  (G_TYPE_CHECK_CLASS_TYPE((k), META_DBUS_TYPE_DISPLAY_CONFIG_PROXY))

typedef struct _MetaDBusDisplayConfigProxy MetaDBusDisplayConfigProxy;
typedef struct _MetaDBusDisplayConfigProxyClass MetaDBusDisplayConfigProxyClass;
typedef struct _MetaDBusDisplayConfigProxyPrivate
    MetaDBusDisplayConfigProxyPrivate;

struct _MetaDBusDisplayConfigProxy {
  /*< private >*/
  GDBusProxy parent_instance;
  MetaDBusDisplayConfigProxyPrivate* priv;
};

struct _MetaDBusDisplayConfigProxyClass {
  GDBusProxyClass parent_class;
};

GType meta_dbus_display_config_proxy_get_type(void) G_GNUC_CONST;

#if GLIB_CHECK_VERSION(2, 44, 0)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(MetaDBusDisplayConfigProxy, g_object_unref)
#endif

void meta_dbus_display_config_proxy_new(GDBusConnection* connection,
                                        GDBusProxyFlags flags,
                                        const gchar* name,
                                        const gchar* object_path,
                                        GCancellable* cancellable,
                                        GAsyncReadyCallback callback,
                                        gpointer user_data);
MetaDBusDisplayConfig* meta_dbus_display_config_proxy_new_finish(
    GAsyncResult* res,
    GError** error);
MetaDBusDisplayConfig* meta_dbus_display_config_proxy_new_sync(
    GDBusConnection* connection,
    GDBusProxyFlags flags,
    const gchar* name,
    const gchar* object_path,
    GCancellable* cancellable,
    GError** error);

void meta_dbus_display_config_proxy_new_for_bus(GBusType bus_type,
                                                GDBusProxyFlags flags,
                                                const gchar* name,
                                                const gchar* object_path,
                                                GCancellable* cancellable,
                                                GAsyncReadyCallback callback,
                                                gpointer user_data);
MetaDBusDisplayConfig* meta_dbus_display_config_proxy_new_for_bus_finish(
    GAsyncResult* res,
    GError** error);
MetaDBusDisplayConfig* meta_dbus_display_config_proxy_new_for_bus_sync(
    GBusType bus_type,
    GDBusProxyFlags flags,
    const gchar* name,
    const gchar* object_path,
    GCancellable* cancellable,
    GError** error);

/* ---- */

#define META_DBUS_TYPE_DISPLAY_CONFIG_SKELETON \
  (meta_dbus_display_config_skeleton_get_type())
#define META_DBUS_DISPLAY_CONFIG_SKELETON(o)                               \
  (G_TYPE_CHECK_INSTANCE_CAST((o), META_DBUS_TYPE_DISPLAY_CONFIG_SKELETON, \
                              MetaDBusDisplayConfigSkeleton))
#define META_DBUS_DISPLAY_CONFIG_SKELETON_CLASS(k)                      \
  (G_TYPE_CHECK_CLASS_CAST((k), META_DBUS_TYPE_DISPLAY_CONFIG_SKELETON, \
                           MetaDBusDisplayConfigSkeletonClass))
#define META_DBUS_DISPLAY_CONFIG_SKELETON_GET_CLASS(o)                    \
  (G_TYPE_INSTANCE_GET_CLASS((o), META_DBUS_TYPE_DISPLAY_CONFIG_SKELETON, \
                             MetaDBusDisplayConfigSkeletonClass))
#define META_DBUS_IS_DISPLAY_CONFIG_SKELETON(o) \
  (G_TYPE_CHECK_INSTANCE_TYPE((o), META_DBUS_TYPE_DISPLAY_CONFIG_SKELETON))
#define META_DBUS_IS_DISPLAY_CONFIG_SKELETON_CLASS(k) \
  (G_TYPE_CHECK_CLASS_TYPE((k), META_DBUS_TYPE_DISPLAY_CONFIG_SKELETON))

typedef struct _MetaDBusDisplayConfigSkeleton MetaDBusDisplayConfigSkeleton;
typedef struct _MetaDBusDisplayConfigSkeletonClass
    MetaDBusDisplayConfigSkeletonClass;
typedef struct _MetaDBusDisplayConfigSkeletonPrivate
    MetaDBusDisplayConfigSkeletonPrivate;

struct _MetaDBusDisplayConfigSkeleton {
  /*< private >*/
  GDBusInterfaceSkeleton parent_instance;
  MetaDBusDisplayConfigSkeletonPrivate* priv;
};

struct _MetaDBusDisplayConfigSkeletonClass {
  GDBusInterfaceSkeletonClass parent_class;
};

GType meta_dbus_display_config_skeleton_get_type(void) G_GNUC_CONST;

#if GLIB_CHECK_VERSION(2, 44, 0)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(MetaDBusDisplayConfigSkeleton, g_object_unref)
#endif

MetaDBusDisplayConfig* meta_dbus_display_config_skeleton_new(void);

G_END_DECLS

#endif /* __META_DBUS_DISPLAY_CONFIG_H__ */