This file is indexed.

/usr/share/gir-1.0/XApp-1.0.gir is in libxapp-dev 1.0.4-2fakesync1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
<?xml version="1.0"?>
<!-- This file was automatically generated from C sources - DO NOT EDIT!
To affect the contents of this file, edit the original C definitions,
and/or use gtk-doc annotations.  -->
<repository version="1.2"
            xmlns="http://www.gtk.org/introspection/core/1.0"
            xmlns:c="http://www.gtk.org/introspection/c/1.0"
            xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
  <include name="GObject" version="2.0"/>
  <include name="Gtk" version="3.0"/>
  <package name="xapp"/>
  <namespace name="XApp"
             version="1.0"
             shared-library="libxapp.so.1"
             c:identifier-prefixes="XApp"
             c:symbol-prefixes="xapp_">
    <class name="GtkWindow"
           c:symbol-prefix="gtk_window"
           c:type="XAppGtkWindow"
           parent="Gtk.Window"
           glib:type-name="XAppGtkWindow"
           glib:get-type="xapp_gtk_window_get_type"
           glib:type-struct="GtkWindowClass">
      <implements name="Atk.ImplementorIface"/>
      <implements name="Gtk.Buildable"/>
      <constructor name="new" c:identifier="xapp_gtk_window_new">
        <doc xml:space="preserve">Creates a new #XAppGtkWindow of type @type.  See gtk_window_new()
for more details.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">A new #XAppGtkWindow (transfer: full)</doc>
          <type name="Gtk.Widget" c:type="GtkWidget*"/>
        </return-value>
        <parameters>
          <parameter name="type" transfer-ownership="none">
            <doc xml:space="preserve">The #GtkWindowType to use</doc>
            <type name="Gtk.WindowType" c:type="GtkWindowType"/>
          </parameter>
        </parameters>
      </constructor>
      <method name="set_icon_from_file"
              c:identifier="xapp_gtk_window_set_icon_from_file"
              throws="1">
        <doc xml:space="preserve">Sets the icon name hint for a window manager (like muffin) to make
available when applications want to change their icons during runtime
without having to resort to the internal low-res pixbufs that GdkWindow
sets on the client side.  This also chains up and calls GtkWindow.set_icon_from_file
for convenience and compatibility.  Set to %NULL to unset.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="window" transfer-ownership="none">
            <doc xml:space="preserve">The #XAppGtkWindow to set the icon name for</doc>
            <type name="GtkWindow" c:type="XAppGtkWindow*"/>
          </instance-parameter>
          <parameter name="file_name"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">The icon path to set, or %NULL to unset.</doc>
            <type name="utf8" c:type="const gchar*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_icon_name"
              c:identifier="xapp_gtk_window_set_icon_name">
        <doc xml:space="preserve">Sets the icon name hint for a window manager (like muffin) to make
available when applications want to change their icons during runtime
without having to resort to the internal low-res pixbufs that GdkWindow
sets on the client side.  This also chains up and calls GtkWindow.set_icon_name
for convenience and compatibility.  Set to %NULL to unset.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="window" transfer-ownership="none">
            <doc xml:space="preserve">The #XAppGtkWindow to set the icon name for</doc>
            <type name="GtkWindow" c:type="XAppGtkWindow*"/>
          </instance-parameter>
          <parameter name="icon_name"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">The icon name or path to set, or %NULL to unset.</doc>
            <type name="utf8" c:type="const gchar*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_progress" c:identifier="xapp_gtk_window_set_progress">
        <doc xml:space="preserve">Sets the progress hint for a window manager (like muffin) to make
available when applications want to display the application's progress
in some operation. The value sent to the WM will be clamped to
between 0 and 100.

Note: If a window will stick around after progress is complete, you will
probaby need to set progress to 0 to remove any progress effects on taskbars
and window lists.

Setting progress will also cancel the 'pulsing' flag on the window as
well, if it has been set.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="window" transfer-ownership="none">
            <doc xml:space="preserve">The #XAppGtkWindow to set the progress for</doc>
            <type name="GtkWindow" c:type="XAppGtkWindow*"/>
          </instance-parameter>
          <parameter name="progress" transfer-ownership="none">
            <doc xml:space="preserve">The value to set for progress.</doc>
            <type name="gint" c:type="gint"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_progress_pulse"
              c:identifier="xapp_gtk_window_set_progress_pulse">
        <doc xml:space="preserve">Sets the progress pulse hint hint for a window manager (like muffin)
to make available when applications want to display indeterminate or
ongoing progress in a task manager.

Note: If a window will stick around after progress is complete, you will
probaby need to set progress to 0 to remove any progress effects on taskbars
and window lists.  This will also remove the pulse state, if it is set.

Setting an explicit progress value will unset this flag.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="window" transfer-ownership="none">
            <doc xml:space="preserve">The #XAppGtkWindow to set the progress for</doc>
            <type name="GtkWindow" c:type="XAppGtkWindow*"/>
          </instance-parameter>
          <parameter name="pulse" transfer-ownership="none">
            <doc xml:space="preserve">Whether to have pulsing set or not.</doc>
            <type name="gboolean" c:type="gboolean"/>
          </parameter>
        </parameters>
      </method>
    </class>
    <record name="GtkWindowClass"
            c:type="XAppGtkWindowClass"
            glib:is-gtype-struct-for="GtkWindow">
      <field name="parent_class">
        <type name="Gtk.WindowClass" c:type="GtkWindowClass"/>
      </field>
    </record>
    <class name="KbdLayoutController"
           c:symbol-prefix="kbd_layout_controller"
           c:type="XAppKbdLayoutController"
           parent="GObject.Object"
           glib:type-name="XAppKbdLayoutController"
           glib:get-type="xapp_kbd_layout_controller_get_type"
           glib:type-struct="KbdLayoutControllerClass">
      <constructor name="new" c:identifier="xapp_kbd_layout_controller_new">
        <doc xml:space="preserve">Creates a new XAppKbdLayoutController instance.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new #XAppKbdLayoutController instance</doc>
          <type name="KbdLayoutController" c:type="XAppKbdLayoutController*"/>
        </return-value>
      </constructor>
      <function name="render_cairo_subscript"
                c:identifier="xapp_kbd_layout_controller_render_cairo_subscript">
        <doc xml:space="preserve">Renders a subscript number in the given work area.  This should
be called from within a "draw" or "paint" widget/actor function,
where a valid cairo_t is provided to draw with.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="cr" transfer-ownership="none">
            <doc xml:space="preserve">a #cairo_t</doc>
            <type name="cairo.Context" c:type="cairo_t*"/>
          </parameter>
          <parameter name="x" transfer-ownership="none">
            <doc xml:space="preserve">the x position of the drawing area</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
          <parameter name="y" transfer-ownership="none">
            <doc xml:space="preserve">the y position of the drawing area</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
          <parameter name="width" transfer-ownership="none">
            <doc xml:space="preserve">the width of the drawing area</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
          <parameter name="height" transfer-ownership="none">
            <doc xml:space="preserve">the height of the drawing area</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
          <parameter name="subscript" transfer-ownership="none">
            <doc xml:space="preserve">the number to render</doc>
            <type name="gint" c:type="gint"/>
          </parameter>
        </parameters>
      </function>
      <method name="get_all_names"
              c:identifier="xapp_kbd_layout_controller_get_all_names">
        <doc xml:space="preserve">Returns an array of all full layout names</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">array of names</doc>
          <array c:type="gchar**">
            <type name="utf8"/>
          </array>
        </return-value>
        <parameters>
          <instance-parameter name="controller" transfer-ownership="none">
            <doc xml:space="preserve">the #XAppKbdLayoutController</doc>
            <type name="KbdLayoutController"
                  c:type="XAppKbdLayoutController*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_current_flag_id"
              c:identifier="xapp_kbd_layout_controller_get_current_flag_id">
        <doc xml:space="preserve">Returns the duplicate id for the current layout</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the id</doc>
          <type name="gint" c:type="gint"/>
        </return-value>
        <parameters>
          <instance-parameter name="controller" transfer-ownership="none">
            <doc xml:space="preserve">the #XAppKbdLayoutController</doc>
            <type name="KbdLayoutController"
                  c:type="XAppKbdLayoutController*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_current_group"
              c:identifier="xapp_kbd_layout_controller_get_current_group">
        <doc xml:space="preserve">Selects the previous group in the group list.</doc>
        <return-value transfer-ownership="none">
          <type name="guint" c:type="guint"/>
        </return-value>
        <parameters>
          <instance-parameter name="controller" transfer-ownership="none">
            <doc xml:space="preserve">the #XAppKbdLayoutController</doc>
            <type name="KbdLayoutController"
                  c:type="XAppKbdLayoutController*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_current_icon_name"
              c:identifier="xapp_kbd_layout_controller_get_current_icon_name">
        <doc xml:space="preserve">Returns the icon file name (no path or extension) to use for the current layout</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new string with the icon name.</doc>
          <type name="utf8" c:type="gchar*"/>
        </return-value>
        <parameters>
          <instance-parameter name="controller" transfer-ownership="none">
            <doc xml:space="preserve">the #XAppKbdLayoutController</doc>
            <type name="KbdLayoutController"
                  c:type="XAppKbdLayoutController*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_current_name"
              c:identifier="xapp_kbd_layout_controller_get_current_name">
        <doc xml:space="preserve">Returns the full name of the current keyboard layout.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">the newly created string or NULL
if something went wrong.</doc>
          <type name="utf8" c:type="gchar*"/>
        </return-value>
        <parameters>
          <instance-parameter name="controller" transfer-ownership="none">
            <doc xml:space="preserve">the #XAppKbdLayoutController</doc>
            <type name="KbdLayoutController"
                  c:type="XAppKbdLayoutController*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_current_short_group_label"
              c:identifier="xapp_kbd_layout_controller_get_current_short_group_label">
        <doc xml:space="preserve">Returns the short group label (and subscript, if any) of the current layout</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new string or NULL.</doc>
          <type name="utf8" c:type="gchar*"/>
        </return-value>
        <parameters>
          <instance-parameter name="controller" transfer-ownership="none">
            <doc xml:space="preserve">the #XAppKbdLayoutController</doc>
            <type name="KbdLayoutController"
                  c:type="XAppKbdLayoutController*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_current_variant_label"
              c:identifier="xapp_kbd_layout_controller_get_current_variant_label">
        <doc xml:space="preserve">Returns the variant label (and subscript, if any) of the current layout</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new string or NULL.</doc>
          <type name="utf8" c:type="gchar*"/>
        </return-value>
        <parameters>
          <instance-parameter name="controller" transfer-ownership="none">
            <doc xml:space="preserve">the #XAppKbdLayoutController</doc>
            <type name="KbdLayoutController"
                  c:type="XAppKbdLayoutController*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_enabled"
              c:identifier="xapp_kbd_layout_controller_get_enabled">
        <doc xml:space="preserve">Returns whether or not the layout controller is enabled</doc>
        <return-value transfer-ownership="none">
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="controller" transfer-ownership="none">
            <doc xml:space="preserve">the #XAppKbdLayoutController</doc>
            <type name="KbdLayoutController"
                  c:type="XAppKbdLayoutController*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_flag_id_for_group"
              c:identifier="xapp_kbd_layout_controller_get_flag_id_for_group">
        <return-value transfer-ownership="none">
          <type name="gint" c:type="gint"/>
        </return-value>
        <parameters>
          <instance-parameter name="controller" transfer-ownership="none">
            <type name="KbdLayoutController"
                  c:type="XAppKbdLayoutController*"/>
          </instance-parameter>
          <parameter name="group" transfer-ownership="none">
            <type name="guint" c:type="guint"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_icon_name_for_group"
              c:identifier="xapp_kbd_layout_controller_get_icon_name_for_group">
        <doc xml:space="preserve">Returns the icon file name (no path or extension) to use for the specified layout.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new string with the icon name.</doc>
          <type name="utf8" c:type="gchar*"/>
        </return-value>
        <parameters>
          <instance-parameter name="controller" transfer-ownership="none">
            <doc xml:space="preserve">the #XAppKbdLayoutController</doc>
            <type name="KbdLayoutController"
                  c:type="XAppKbdLayoutController*"/>
          </instance-parameter>
          <parameter name="group" transfer-ownership="none">
            <doc xml:space="preserve">a group number</doc>
            <type name="guint" c:type="guint"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_short_group_label_for_group"
              c:identifier="xapp_kbd_layout_controller_get_short_group_label_for_group">
        <doc xml:space="preserve">Returns the short group label and subscript of the specified layout.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new string or NULL.</doc>
          <type name="utf8" c:type="gchar*"/>
        </return-value>
        <parameters>
          <instance-parameter name="controller" transfer-ownership="none">
            <doc xml:space="preserve">the #XAppKbdLayoutController</doc>
            <type name="KbdLayoutController"
                  c:type="XAppKbdLayoutController*"/>
          </instance-parameter>
          <parameter name="group" transfer-ownership="none">
            <doc xml:space="preserve">a group number</doc>
            <type name="guint" c:type="guint"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_variant_label_for_group"
              c:identifier="xapp_kbd_layout_controller_get_variant_label_for_group">
        <doc xml:space="preserve">Returns the variant label and subscript of the specified layout.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new string or NULL.</doc>
          <type name="utf8" c:type="gchar*"/>
        </return-value>
        <parameters>
          <instance-parameter name="controller" transfer-ownership="none">
            <doc xml:space="preserve">the #XAppKbdLayoutController</doc>
            <type name="KbdLayoutController"
                  c:type="XAppKbdLayoutController*"/>
          </instance-parameter>
          <parameter name="group" transfer-ownership="none">
            <doc xml:space="preserve">a group number</doc>
            <type name="guint" c:type="guint"/>
          </parameter>
        </parameters>
      </method>
      <method name="next_group"
              c:identifier="xapp_kbd_layout_controller_next_group">
        <doc xml:space="preserve">Selects the next group in the group list.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="controller" transfer-ownership="none">
            <doc xml:space="preserve">the #XAppKbdLayoutController</doc>
            <type name="KbdLayoutController"
                  c:type="XAppKbdLayoutController*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="previous_group"
              c:identifier="xapp_kbd_layout_controller_previous_group">
        <doc xml:space="preserve">Selects the previous group in the group list.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="controller" transfer-ownership="none">
            <doc xml:space="preserve">the #XAppKbdLayoutController</doc>
            <type name="KbdLayoutController"
                  c:type="XAppKbdLayoutController*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="set_current_group"
              c:identifier="xapp_kbd_layout_controller_set_current_group">
        <doc xml:space="preserve">Selects the given group number as active.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="controller" transfer-ownership="none">
            <doc xml:space="preserve">the #XAppKbdLayoutController</doc>
            <type name="KbdLayoutController"
                  c:type="XAppKbdLayoutController*"/>
          </instance-parameter>
          <parameter name="group" transfer-ownership="none">
            <doc xml:space="preserve">the group number to make active</doc>
            <type name="guint" c:type="guint"/>
          </parameter>
        </parameters>
      </method>
      <property name="enabled" transfer-ownership="none">
        <type name="gboolean" c:type="gboolean"/>
      </property>
      <field name="parent_object">
        <type name="GObject.Object" c:type="GObject"/>
      </field>
      <field name="priv">
        <type name="KbdLayoutControllerPrivate"
              c:type="XAppKbdLayoutControllerPrivate*"/>
      </field>
      <glib:signal name="config-changed" when="last">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
      </glib:signal>
      <glib:signal name="layout-changed" when="last">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="object" transfer-ownership="none">
            <type name="guint" c:type="guint"/>
          </parameter>
        </parameters>
      </glib:signal>
    </class>
    <record name="KbdLayoutControllerClass"
            c:type="XAppKbdLayoutControllerClass"
            glib:is-gtype-struct-for="KbdLayoutController">
      <field name="parent_class">
        <type name="GObject.ObjectClass" c:type="GObjectClass"/>
      </field>
    </record>
    <record name="KbdLayoutControllerPrivate"
            c:type="XAppKbdLayoutControllerPrivate"
            disguised="1">
    </record>
    <class name="MonitorBlanker"
           c:symbol-prefix="monitor_blanker"
           c:type="XAppMonitorBlanker"
           parent="GObject.Object"
           glib:type-name="XAppMonitorBlanker"
           glib:get-type="xapp_monitor_blanker_get_type"
           glib:type-struct="MonitorBlankerClass">
      <constructor name="new" c:identifier="xapp_monitor_blanker_new">
        <doc xml:space="preserve">Creates a new #XAppMonitorBlanker.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a newly created #XAppMonitorBlanker</doc>
          <type name="MonitorBlanker" c:type="XAppMonitorBlanker*"/>
        </return-value>
      </constructor>
      <method name="are_monitors_blanked"
              c:identifier="xapp_monitor_blanker_are_monitors_blanked">
        <doc xml:space="preserve">Returns whether monitors are currently blanked.
See xapp_monitor_blanker_blank_other_monitors().</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if monitors are blanked.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #XAppMonitorBlanker</doc>
            <type name="MonitorBlanker" c:type="XAppMonitorBlanker*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="blank_other_monitors"
              c:identifier="xapp_monitor_blanker_blank_other_monitors">
        <doc xml:space="preserve">Blanks monitors besides the one where the @window is.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #XAppMonitorBlanker</doc>
            <type name="MonitorBlanker" c:type="XAppMonitorBlanker*"/>
          </instance-parameter>
          <parameter name="window" transfer-ownership="none">
            <doc xml:space="preserve">a #GtkWindow</doc>
            <type name="Gtk.Window" c:type="GtkWindow*"/>
          </parameter>
        </parameters>
      </method>
      <method name="unblank_monitors"
              c:identifier="xapp_monitor_blanker_unblank_monitors">
        <doc xml:space="preserve">Unblanks monitors that were blanked by
xapp_monitor_blanker_blank_other_monitors();</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #XAppMonitorBlanker</doc>
            <type name="MonitorBlanker" c:type="XAppMonitorBlanker*"/>
          </instance-parameter>
        </parameters>
      </method>
      <field name="parent_object">
        <type name="GObject.Object" c:type="GObject"/>
      </field>
      <field name="priv">
        <type name="MonitorBlankerPrivate"
              c:type="XAppMonitorBlankerPrivate*"/>
      </field>
    </class>
    <record name="MonitorBlankerClass"
            c:type="XAppMonitorBlankerClass"
            glib:is-gtype-struct-for="MonitorBlanker">
      <field name="parent_class">
        <type name="GObject.ObjectClass" c:type="GObjectClass"/>
      </field>
    </record>
    <record name="MonitorBlankerPrivate"
            c:type="XAppMonitorBlankerPrivate"
            disguised="1">
    </record>
    <function name="set_window_icon_from_file"
              c:identifier="xapp_set_window_icon_from_file"
              throws="1">
      <doc xml:space="preserve">Sets the icon name hint for a window manager (like muffin) to make
available when applications want to change their icons during runtime
without having to resort to the internal low-res pixbufs that GdkWindow
sets on the client side.  This also chains up and calls GtkWindow.set_icon_from_file
for convenience and compatibility.  Set to %NULL to unset.</doc>
      <return-value transfer-ownership="none">
        <type name="none" c:type="void"/>
      </return-value>
      <parameters>
        <parameter name="window" transfer-ownership="none">
          <doc xml:space="preserve">The #GtkWindow to set the icon name for</doc>
          <type name="Gtk.Window" c:type="GtkWindow*"/>
        </parameter>
        <parameter name="file_name"
                   transfer-ownership="none"
                   nullable="1"
                   allow-none="1">
          <doc xml:space="preserve">The icon path to set, or %NULL to unset.</doc>
          <type name="utf8" c:type="const gchar*"/>
        </parameter>
      </parameters>
    </function>
    <function name="set_window_icon_name"
              c:identifier="xapp_set_window_icon_name">
      <doc xml:space="preserve">Sets the icon name hint for a window manager (like muffin) to make
available when applications want to change their icons during runtime
without having to resort to the internal low-res pixbufs that GdkWindow
sets on the client side.  This is a function, not a method, for taking
advantage of this feature with descendants of GtkWindows, such as
GtkDialogs.  Sets gtk_window_set_icon_name as well, to avoid needing
to have two calls each time.  Set to %NULL to unset.</doc>
      <return-value transfer-ownership="none">
        <type name="none" c:type="void"/>
      </return-value>
      <parameters>
        <parameter name="window" transfer-ownership="none">
          <doc xml:space="preserve">The #GtkWindow to set the icon name for</doc>
          <type name="Gtk.Window" c:type="GtkWindow*"/>
        </parameter>
        <parameter name="icon_name"
                   transfer-ownership="none"
                   nullable="1"
                   allow-none="1">
          <doc xml:space="preserve">The icon name to set, or %NULL to unset.</doc>
          <type name="utf8" c:type="const gchar*"/>
        </parameter>
      </parameters>
    </function>
    <function name="set_window_progress"
              c:identifier="xapp_set_window_progress">
      <doc xml:space="preserve">Sets the progress hint for a window manager (like muffin) to make
available when applications want to display the application's progress
in some operation. The value sent to the WM will be clamped to
between 0 and 100.

Note: If a window will stick around after progress is complete, you will
probaby need to set progress to 0 to remove any progress effects on taskbars
and window lists.

Setting progress will also cancel the 'pulsing' flag on the window as
well, if it has been set.</doc>
      <return-value transfer-ownership="none">
        <type name="none" c:type="void"/>
      </return-value>
      <parameters>
        <parameter name="window" transfer-ownership="none">
          <doc xml:space="preserve">The #GtkWindow to set the progress for</doc>
          <type name="Gtk.Window" c:type="GtkWindow*"/>
        </parameter>
        <parameter name="progress" transfer-ownership="none">
          <doc xml:space="preserve">The value to set for progress.</doc>
          <type name="gint" c:type="gint"/>
        </parameter>
      </parameters>
    </function>
    <function name="set_window_progress_pulse"
              c:identifier="xapp_set_window_progress_pulse">
      <doc xml:space="preserve">Sets the progress pulse hint hint for a window manager (like muffin)
to make available when applications want to display indeterminate or
ongoing progress in a task manager.

Note: If a window will stick around after progress is complete, you will
probaby need to set progress to 0 to remove any progress effects on taskbars
and window lists.  This will also remove the pulse state, if it is set.

Setting an explicit progress value will unset this flag.</doc>
      <return-value transfer-ownership="none">
        <type name="none" c:type="void"/>
      </return-value>
      <parameters>
        <parameter name="window" transfer-ownership="none">
          <doc xml:space="preserve">The #GtkWindow to set the progress for</doc>
          <type name="Gtk.Window" c:type="GtkWindow*"/>
        </parameter>
        <parameter name="pulse" transfer-ownership="none">
          <doc xml:space="preserve">Whether to have pulsing set or not.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </parameter>
      </parameters>
    </function>
    <function name="set_xid_icon_from_file"
              c:identifier="xapp_set_xid_icon_from_file">
      <doc xml:space="preserve">Sets the icon name hint for a window manager (like muffin) to make
available when applications want to change their icons during runtime
without having to resort to the internal low-res pixbufs that GdkWindow
sets on the client side.  This is a function, not a method, for applying
the icon name property for a given (possibly foreign) window, by passing
the window's XID.  Set to %NULL to unset.</doc>
      <return-value transfer-ownership="none">
        <type name="none" c:type="void"/>
      </return-value>
      <parameters>
        <parameter name="xid" transfer-ownership="none">
          <doc xml:space="preserve">The Window to set the icon name for</doc>
          <type name="gulong" c:type="gulong"/>
        </parameter>
        <parameter name="file_name"
                   transfer-ownership="none"
                   nullable="1"
                   allow-none="1">
          <doc xml:space="preserve">The icon path to set, or %NULL to unset.</doc>
          <type name="utf8" c:type="const gchar*"/>
        </parameter>
      </parameters>
    </function>
    <function name="set_xid_icon_name" c:identifier="xapp_set_xid_icon_name">
      <doc xml:space="preserve">Sets the icon name hint for a window manager (like muffin) to make
available when applications want to change their icons during runtime
without having to resort to the internal low-res pixbufs that GdkWindow
sets on the client side.  This is a function, not a method, for applying
the icon name property for a given (possibly foreign) window, by passing
the window's XID.  Set to %NULL to unset.</doc>
      <return-value transfer-ownership="none">
        <type name="none" c:type="void"/>
      </return-value>
      <parameters>
        <parameter name="xid" transfer-ownership="none">
          <doc xml:space="preserve">The Window to set the icon name for</doc>
          <type name="gulong" c:type="gulong"/>
        </parameter>
        <parameter name="icon_name"
                   transfer-ownership="none"
                   nullable="1"
                   allow-none="1">
          <doc xml:space="preserve">The icon name to set, or %NULL to unset.</doc>
          <type name="utf8" c:type="const gchar*"/>
        </parameter>
      </parameters>
    </function>
    <function name="set_xid_progress" c:identifier="xapp_set_xid_progress">
      <doc xml:space="preserve">Sets the progress hint for a window manager (like muffin) to make
available when applications want to display the application's progress
in some operation. The value sent to the WM will be clamped to
between 0 and 100.

Setting progress will also cancel the 'pulsing' flag on the window as
well, if it has been set.

Note: If a window will stick around after progress is complete, you will
probaby need to set progress to 0 to remove any progress effects on taskbars
and window lists.

This is a function, not a method, for applying the progress property for
a given (possibly foreign) window, by passing the window's XID.</doc>
      <return-value transfer-ownership="none">
        <type name="none" c:type="void"/>
      </return-value>
      <parameters>
        <parameter name="xid" transfer-ownership="none">
          <doc xml:space="preserve">The Window to set the progress for</doc>
          <type name="gulong" c:type="gulong"/>
        </parameter>
        <parameter name="progress" transfer-ownership="none">
          <doc xml:space="preserve">The value to set for progress.</doc>
          <type name="gint" c:type="gint"/>
        </parameter>
      </parameters>
    </function>
    <function name="set_xid_progress_pulse"
              c:identifier="xapp_set_xid_progress_pulse">
      <doc xml:space="preserve">Sets the progress pulse hint hint for a window manager (like muffin)
to make available when applications want to display indeterminate or
ongoing progress in a task manager.

Note: If a window will stick around after progress is complete, you will
probaby need to set progress to 0 to remove any progress effects on taskbars
and window lists.

Setting an explicit progress value will unset this flag.</doc>
      <return-value transfer-ownership="none">
        <type name="none" c:type="void"/>
      </return-value>
      <parameters>
        <parameter name="xid" transfer-ownership="none">
          <doc xml:space="preserve">The Window to set the progress for</doc>
          <type name="gulong" c:type="gulong"/>
        </parameter>
        <parameter name="pulse" transfer-ownership="none">
          <doc xml:space="preserve">Whether to have pulsing set or not.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </parameter>
      </parameters>
    </function>
  </namespace>
</repository>