gobject-introspection 3.0.9-x64-mingw32 → 3.1.0-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (91) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +2 -2
  3. data/ext/gobject-introspection/rb-gi-argument.c +205 -47
  4. data/ext/gobject-introspection/rb-gi-constructor-info.c +9 -15
  5. data/ext/gobject-introspection/rb-gi-function-info.c +147 -46
  6. data/ext/gobject-introspection/rb-gi-method-info.c +5 -3
  7. data/ext/gobject-introspection/rb-gi-private.h +3 -1
  8. data/lib/2.2/gobject_introspection.so +0 -0
  9. data/lib/2.3/gobject_introspection.so +0 -0
  10. data/lib/gi.rb +19 -0
  11. data/lib/gobject-introspection.rb +10 -0
  12. data/lib/gobject-introspection/callable-info.rb +19 -5
  13. data/lib/gobject-introspection/loader.rb +113 -82
  14. data/vendor/local/bin/g-ir-compiler.exe +0 -0
  15. data/vendor/local/bin/g-ir-generate.exe +0 -0
  16. data/vendor/local/bin/g-ir-inspect.exe +0 -0
  17. data/vendor/local/bin/libgirepository-1.0-1.dll +0 -0
  18. data/vendor/local/lib/girepository-1.0/GIRepository-2.0.typelib +0 -0
  19. data/vendor/local/lib/girepository-1.0/GLib-2.0.typelib +0 -0
  20. data/vendor/local/lib/girepository-1.0/Gio-2.0.typelib +0 -0
  21. data/vendor/local/lib/gobject-introspection/giscanner/__init__.pyc +0 -0
  22. data/vendor/local/lib/gobject-introspection/giscanner/__init__.pyo +0 -0
  23. data/vendor/local/lib/gobject-introspection/giscanner/annotationmain.pyc +0 -0
  24. data/vendor/local/lib/gobject-introspection/giscanner/annotationmain.pyo +0 -0
  25. data/vendor/local/lib/gobject-introspection/giscanner/annotationparser.pyc +0 -0
  26. data/vendor/local/lib/gobject-introspection/giscanner/annotationparser.pyo +0 -0
  27. data/vendor/local/lib/gobject-introspection/giscanner/ast.py +2 -1
  28. data/vendor/local/lib/gobject-introspection/giscanner/ast.pyc +0 -0
  29. data/vendor/local/lib/gobject-introspection/giscanner/ast.pyo +0 -0
  30. data/vendor/local/lib/gobject-introspection/giscanner/cachestore.pyc +0 -0
  31. data/vendor/local/lib/gobject-introspection/giscanner/cachestore.pyo +0 -0
  32. data/vendor/local/lib/gobject-introspection/giscanner/ccompiler.pyc +0 -0
  33. data/vendor/local/lib/gobject-introspection/giscanner/ccompiler.pyo +0 -0
  34. data/vendor/local/lib/gobject-introspection/giscanner/codegen.pyc +0 -0
  35. data/vendor/local/lib/gobject-introspection/giscanner/codegen.pyo +0 -0
  36. data/vendor/local/lib/gobject-introspection/giscanner/collections/__init__.pyc +0 -0
  37. data/vendor/local/lib/gobject-introspection/giscanner/collections/__init__.pyo +0 -0
  38. data/vendor/local/lib/gobject-introspection/giscanner/collections/counter.pyc +0 -0
  39. data/vendor/local/lib/gobject-introspection/giscanner/collections/counter.pyo +0 -0
  40. data/vendor/local/lib/gobject-introspection/giscanner/collections/ordereddict.pyc +0 -0
  41. data/vendor/local/lib/gobject-introspection/giscanner/collections/ordereddict.pyo +0 -0
  42. data/vendor/local/lib/gobject-introspection/giscanner/docmain.pyc +0 -0
  43. data/vendor/local/lib/gobject-introspection/giscanner/docmain.pyo +0 -0
  44. data/vendor/local/lib/gobject-introspection/giscanner/docwriter.pyc +0 -0
  45. data/vendor/local/lib/gobject-introspection/giscanner/docwriter.pyo +0 -0
  46. data/vendor/local/lib/gobject-introspection/giscanner/dumper.pyc +0 -0
  47. data/vendor/local/lib/gobject-introspection/giscanner/dumper.pyo +0 -0
  48. data/vendor/local/lib/gobject-introspection/giscanner/gdumpparser.pyc +0 -0
  49. data/vendor/local/lib/gobject-introspection/giscanner/gdumpparser.pyo +0 -0
  50. data/vendor/local/lib/gobject-introspection/giscanner/girparser.pyc +0 -0
  51. data/vendor/local/lib/gobject-introspection/giscanner/girparser.pyo +0 -0
  52. data/vendor/local/lib/gobject-introspection/giscanner/girwriter.pyc +0 -0
  53. data/vendor/local/lib/gobject-introspection/giscanner/girwriter.pyo +0 -0
  54. data/vendor/local/lib/gobject-introspection/giscanner/introspectablepass.pyc +0 -0
  55. data/vendor/local/lib/gobject-introspection/giscanner/introspectablepass.pyo +0 -0
  56. data/vendor/local/lib/gobject-introspection/giscanner/libtoolimporter.pyc +0 -0
  57. data/vendor/local/lib/gobject-introspection/giscanner/libtoolimporter.pyo +0 -0
  58. data/vendor/local/lib/gobject-introspection/giscanner/maintransformer.pyc +0 -0
  59. data/vendor/local/lib/gobject-introspection/giscanner/maintransformer.pyo +0 -0
  60. data/vendor/local/lib/gobject-introspection/giscanner/message.pyc +0 -0
  61. data/vendor/local/lib/gobject-introspection/giscanner/message.pyo +0 -0
  62. data/vendor/local/lib/gobject-introspection/giscanner/msvccompiler.pyc +0 -0
  63. data/vendor/local/lib/gobject-introspection/giscanner/msvccompiler.pyo +0 -0
  64. data/vendor/local/lib/gobject-introspection/giscanner/scannermain.pyc +0 -0
  65. data/vendor/local/lib/gobject-introspection/giscanner/scannermain.pyo +0 -0
  66. data/vendor/local/lib/gobject-introspection/giscanner/sectionparser.pyc +0 -0
  67. data/vendor/local/lib/gobject-introspection/giscanner/sectionparser.pyo +0 -0
  68. data/vendor/local/lib/gobject-introspection/giscanner/shlibs.pyc +0 -0
  69. data/vendor/local/lib/gobject-introspection/giscanner/shlibs.pyo +0 -0
  70. data/vendor/local/lib/gobject-introspection/giscanner/sourcescanner.pyc +0 -0
  71. data/vendor/local/lib/gobject-introspection/giscanner/sourcescanner.pyo +0 -0
  72. data/vendor/local/lib/gobject-introspection/giscanner/testcodegen.pyc +0 -0
  73. data/vendor/local/lib/gobject-introspection/giscanner/testcodegen.pyo +0 -0
  74. data/vendor/local/lib/gobject-introspection/giscanner/transformer.pyc +0 -0
  75. data/vendor/local/lib/gobject-introspection/giscanner/transformer.pyo +0 -0
  76. data/vendor/local/lib/gobject-introspection/giscanner/utils.pyc +0 -0
  77. data/vendor/local/lib/gobject-introspection/giscanner/utils.pyo +0 -0
  78. data/vendor/local/lib/gobject-introspection/giscanner/xmlwriter.pyc +0 -0
  79. data/vendor/local/lib/gobject-introspection/giscanner/xmlwriter.pyo +0 -0
  80. data/vendor/local/lib/libgirepository-1.0.a +0 -0
  81. data/vendor/local/lib/libgirepository-1.0.dll.a +0 -0
  82. data/vendor/local/lib/libgirepository-1.0.la +2 -2
  83. data/vendor/local/lib/pkgconfig/gobject-introspection-1.0.pc +1 -1
  84. data/vendor/local/lib/pkgconfig/gobject-introspection-no-export-1.0.pc +1 -1
  85. data/vendor/local/share/gir-1.0/GIRepository-2.0.gir +10 -4
  86. data/vendor/local/share/gir-1.0/GLib-2.0.gir +939 -162
  87. data/vendor/local/share/gir-1.0/GObject-2.0.gir +389 -565
  88. data/vendor/local/share/gir-1.0/Gio-2.0.gir +594 -173
  89. data/vendor/local/share/gobject-introspection-1.0/gdump.c +8 -1
  90. data/vendor/local/share/gobject-introspection-1.0/tests/regress.h +13 -0
  91. metadata +7 -5
@@ -507,47 +507,42 @@ accumulator, such as g_signal_accumulator_true_handled().</doc>
507
507
  </function>
508
508
  <function name="marshal_BOOLEAN__FLAGS"
509
509
  c:identifier="g_cclosure_marshal_BOOLEAN__FLAGS">
510
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with handlers that
511
- take a flags type as an argument and return a boolean. If you have
512
- such a signal, you will probably also need to use an accumulator,
513
- such as g_signal_accumulator_true_handled().</doc>
510
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
511
+ `gboolean (*callback) (gpointer instance, gint arg1, gpointer user_data)` where the #gint parameter
512
+ denotes a flags type.</doc>
514
513
  <return-value transfer-ownership="none">
515
514
  <type name="none" c:type="void"/>
516
515
  </return-value>
517
516
  <parameters>
518
517
  <parameter name="closure" transfer-ownership="none">
519
- <doc xml:space="preserve">A #GClosure.</doc>
518
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
520
519
  <type name="Closure" c:type="GClosure*"/>
521
520
  </parameter>
522
521
  <parameter name="return_value" transfer-ownership="none">
523
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
524
- if the callback of closure doesn't return a value.</doc>
522
+ <doc xml:space="preserve">a #GValue which can store the returned #gboolean</doc>
525
523
  <type name="Value" c:type="GValue*"/>
526
524
  </parameter>
527
525
  <parameter name="n_param_values" transfer-ownership="none">
528
- <doc xml:space="preserve">The length of the @param_values array.</doc>
526
+ <doc xml:space="preserve">2</doc>
529
527
  <type name="guint" c:type="guint"/>
530
528
  </parameter>
531
529
  <parameter name="param_values" transfer-ownership="none">
532
- <doc xml:space="preserve">An array of #GValues holding the arguments
533
- on which to invoke the callback of closure.</doc>
530
+ <doc xml:space="preserve">a #GValue array holding instance and arg1</doc>
534
531
  <type name="Value" c:type="const GValue*"/>
535
532
  </parameter>
536
533
  <parameter name="invocation_hint"
537
534
  transfer-ownership="none"
538
535
  nullable="1"
539
536
  allow-none="1">
540
- <doc xml:space="preserve">The invocation hint given as the last argument to
541
- g_closure_invoke().</doc>
537
+ <doc xml:space="preserve">the invocation hint given as the last argument
538
+ to g_closure_invoke()</doc>
542
539
  <type name="gpointer" c:type="gpointer"/>
543
540
  </parameter>
544
541
  <parameter name="marshal_data"
545
542
  transfer-ownership="none"
546
543
  nullable="1"
547
544
  allow-none="1">
548
- <doc xml:space="preserve">Additional data specified when registering the
549
- marshaller, see g_closure_set_marshal() and
550
- g_closure_set_meta_marshal()</doc>
545
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
551
546
  <type name="gpointer" c:type="gpointer"/>
552
547
  </parameter>
553
548
  </parameters>
@@ -605,46 +600,41 @@ such as g_signal_accumulator_true_handled().</doc>
605
600
  </function>
606
601
  <function name="marshal_STRING__OBJECT_POINTER"
607
602
  c:identifier="g_cclosure_marshal_STRING__OBJECT_POINTER">
608
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with handlers that
609
- take a #GObject and a pointer and produce a string. It is highly
610
- unlikely that your signal handler fits this description.</doc>
603
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
604
+ `gchar* (*callback) (gpointer instance, GObject *arg1, gpointer arg2, gpointer user_data)`.</doc>
611
605
  <return-value transfer-ownership="none">
612
606
  <type name="none" c:type="void"/>
613
607
  </return-value>
614
608
  <parameters>
615
609
  <parameter name="closure" transfer-ownership="none">
616
- <doc xml:space="preserve">A #GClosure.</doc>
610
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
617
611
  <type name="Closure" c:type="GClosure*"/>
618
612
  </parameter>
619
613
  <parameter name="return_value" transfer-ownership="none">
620
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
621
- if the callback of closure doesn't return a value.</doc>
614
+ <doc xml:space="preserve">a #GValue, which can store the returned string</doc>
622
615
  <type name="Value" c:type="GValue*"/>
623
616
  </parameter>
624
617
  <parameter name="n_param_values" transfer-ownership="none">
625
- <doc xml:space="preserve">The length of the @param_values array.</doc>
618
+ <doc xml:space="preserve">3</doc>
626
619
  <type name="guint" c:type="guint"/>
627
620
  </parameter>
628
621
  <parameter name="param_values" transfer-ownership="none">
629
- <doc xml:space="preserve">An array of #GValues holding the arguments
630
- on which to invoke the callback of closure.</doc>
622
+ <doc xml:space="preserve">a #GValue array holding instance, arg1 and arg2</doc>
631
623
  <type name="Value" c:type="const GValue*"/>
632
624
  </parameter>
633
625
  <parameter name="invocation_hint"
634
626
  transfer-ownership="none"
635
627
  nullable="1"
636
628
  allow-none="1">
637
- <doc xml:space="preserve">The invocation hint given as the last argument to
638
- g_closure_invoke().</doc>
629
+ <doc xml:space="preserve">the invocation hint given as the last argument
630
+ to g_closure_invoke()</doc>
639
631
  <type name="gpointer" c:type="gpointer"/>
640
632
  </parameter>
641
633
  <parameter name="marshal_data"
642
634
  transfer-ownership="none"
643
635
  nullable="1"
644
636
  allow-none="1">
645
- <doc xml:space="preserve">Additional data specified when registering the
646
- marshaller, see g_closure_set_marshal() and
647
- g_closure_set_meta_marshal()</doc>
637
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
648
638
  <type name="gpointer" c:type="gpointer"/>
649
639
  </parameter>
650
640
  </parameters>
@@ -702,45 +692,41 @@ unlikely that your signal handler fits this description.</doc>
702
692
  </function>
703
693
  <function name="marshal_VOID__BOOLEAN"
704
694
  c:identifier="g_cclosure_marshal_VOID__BOOLEAN">
705
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
706
- boolean argument.</doc>
695
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
696
+ `void (*callback) (gpointer instance, gboolean arg1, gpointer user_data)`.</doc>
707
697
  <return-value transfer-ownership="none">
708
698
  <type name="none" c:type="void"/>
709
699
  </return-value>
710
700
  <parameters>
711
701
  <parameter name="closure" transfer-ownership="none">
712
- <doc xml:space="preserve">A #GClosure.</doc>
702
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
713
703
  <type name="Closure" c:type="GClosure*"/>
714
704
  </parameter>
715
705
  <parameter name="return_value" transfer-ownership="none">
716
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
717
- if the callback of closure doesn't return a value.</doc>
706
+ <doc xml:space="preserve">ignored</doc>
718
707
  <type name="Value" c:type="GValue*"/>
719
708
  </parameter>
720
709
  <parameter name="n_param_values" transfer-ownership="none">
721
- <doc xml:space="preserve">The length of the @param_values array.</doc>
710
+ <doc xml:space="preserve">2</doc>
722
711
  <type name="guint" c:type="guint"/>
723
712
  </parameter>
724
713
  <parameter name="param_values" transfer-ownership="none">
725
- <doc xml:space="preserve">An array of #GValues holding the arguments
726
- on which to invoke the callback of closure.</doc>
714
+ <doc xml:space="preserve">a #GValue array holding the instance and the #gboolean parameter</doc>
727
715
  <type name="Value" c:type="const GValue*"/>
728
716
  </parameter>
729
717
  <parameter name="invocation_hint"
730
718
  transfer-ownership="none"
731
719
  nullable="1"
732
720
  allow-none="1">
733
- <doc xml:space="preserve">The invocation hint given as the last argument to
734
- g_closure_invoke().</doc>
721
+ <doc xml:space="preserve">the invocation hint given as the last argument
722
+ to g_closure_invoke()</doc>
735
723
  <type name="gpointer" c:type="gpointer"/>
736
724
  </parameter>
737
725
  <parameter name="marshal_data"
738
726
  transfer-ownership="none"
739
727
  nullable="1"
740
728
  allow-none="1">
741
- <doc xml:space="preserve">Additional data specified when registering the
742
- marshaller, see g_closure_set_marshal() and
743
- g_closure_set_meta_marshal()</doc>
729
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
744
730
  <type name="gpointer" c:type="gpointer"/>
745
731
  </parameter>
746
732
  </parameters>
@@ -798,45 +784,41 @@ boolean argument.</doc>
798
784
  </function>
799
785
  <function name="marshal_VOID__BOXED"
800
786
  c:identifier="g_cclosure_marshal_VOID__BOXED">
801
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
802
- argument which is any boxed pointer type.</doc>
787
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
788
+ `void (*callback) (gpointer instance, GBoxed *arg1, gpointer user_data)`.</doc>
803
789
  <return-value transfer-ownership="none">
804
790
  <type name="none" c:type="void"/>
805
791
  </return-value>
806
792
  <parameters>
807
793
  <parameter name="closure" transfer-ownership="none">
808
- <doc xml:space="preserve">A #GClosure.</doc>
794
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
809
795
  <type name="Closure" c:type="GClosure*"/>
810
796
  </parameter>
811
797
  <parameter name="return_value" transfer-ownership="none">
812
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
813
- if the callback of closure doesn't return a value.</doc>
798
+ <doc xml:space="preserve">ignored</doc>
814
799
  <type name="Value" c:type="GValue*"/>
815
800
  </parameter>
816
801
  <parameter name="n_param_values" transfer-ownership="none">
817
- <doc xml:space="preserve">The length of the @param_values array.</doc>
802
+ <doc xml:space="preserve">2</doc>
818
803
  <type name="guint" c:type="guint"/>
819
804
  </parameter>
820
805
  <parameter name="param_values" transfer-ownership="none">
821
- <doc xml:space="preserve">An array of #GValues holding the arguments
822
- on which to invoke the callback of closure.</doc>
806
+ <doc xml:space="preserve">a #GValue array holding the instance and the #GBoxed* parameter</doc>
823
807
  <type name="Value" c:type="const GValue*"/>
824
808
  </parameter>
825
809
  <parameter name="invocation_hint"
826
810
  transfer-ownership="none"
827
811
  nullable="1"
828
812
  allow-none="1">
829
- <doc xml:space="preserve">The invocation hint given as the last argument to
830
- g_closure_invoke().</doc>
813
+ <doc xml:space="preserve">the invocation hint given as the last argument
814
+ to g_closure_invoke()</doc>
831
815
  <type name="gpointer" c:type="gpointer"/>
832
816
  </parameter>
833
817
  <parameter name="marshal_data"
834
818
  transfer-ownership="none"
835
819
  nullable="1"
836
820
  allow-none="1">
837
- <doc xml:space="preserve">Additional data specified when registering the
838
- marshaller, see g_closure_set_marshal() and
839
- g_closure_set_meta_marshal()</doc>
821
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
840
822
  <type name="gpointer" c:type="gpointer"/>
841
823
  </parameter>
842
824
  </parameters>
@@ -894,45 +876,41 @@ argument which is any boxed pointer type.</doc>
894
876
  </function>
895
877
  <function name="marshal_VOID__CHAR"
896
878
  c:identifier="g_cclosure_marshal_VOID__CHAR">
897
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
898
- character argument.</doc>
879
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
880
+ `void (*callback) (gpointer instance, gchar arg1, gpointer user_data)`.</doc>
899
881
  <return-value transfer-ownership="none">
900
882
  <type name="none" c:type="void"/>
901
883
  </return-value>
902
884
  <parameters>
903
885
  <parameter name="closure" transfer-ownership="none">
904
- <doc xml:space="preserve">A #GClosure.</doc>
886
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
905
887
  <type name="Closure" c:type="GClosure*"/>
906
888
  </parameter>
907
889
  <parameter name="return_value" transfer-ownership="none">
908
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
909
- if the callback of closure doesn't return a value.</doc>
890
+ <doc xml:space="preserve">ignored</doc>
910
891
  <type name="Value" c:type="GValue*"/>
911
892
  </parameter>
912
893
  <parameter name="n_param_values" transfer-ownership="none">
913
- <doc xml:space="preserve">The length of the @param_values array.</doc>
894
+ <doc xml:space="preserve">2</doc>
914
895
  <type name="guint" c:type="guint"/>
915
896
  </parameter>
916
897
  <parameter name="param_values" transfer-ownership="none">
917
- <doc xml:space="preserve">An array of #GValues holding the arguments
918
- on which to invoke the callback of closure.</doc>
898
+ <doc xml:space="preserve">a #GValue array holding the instance and the #gchar parameter</doc>
919
899
  <type name="Value" c:type="const GValue*"/>
920
900
  </parameter>
921
901
  <parameter name="invocation_hint"
922
902
  transfer-ownership="none"
923
903
  nullable="1"
924
904
  allow-none="1">
925
- <doc xml:space="preserve">The invocation hint given as the last argument to
926
- g_closure_invoke().</doc>
905
+ <doc xml:space="preserve">the invocation hint given as the last argument
906
+ to g_closure_invoke()</doc>
927
907
  <type name="gpointer" c:type="gpointer"/>
928
908
  </parameter>
929
909
  <parameter name="marshal_data"
930
910
  transfer-ownership="none"
931
911
  nullable="1"
932
912
  allow-none="1">
933
- <doc xml:space="preserve">Additional data specified when registering the
934
- marshaller, see g_closure_set_marshal() and
935
- g_closure_set_meta_marshal()</doc>
913
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
936
914
  <type name="gpointer" c:type="gpointer"/>
937
915
  </parameter>
938
916
  </parameters>
@@ -990,45 +968,41 @@ character argument.</doc>
990
968
  </function>
991
969
  <function name="marshal_VOID__DOUBLE"
992
970
  c:identifier="g_cclosure_marshal_VOID__DOUBLE">
993
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with one
994
- double-precision floating point argument.</doc>
971
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
972
+ `void (*callback) (gpointer instance, gdouble arg1, gpointer user_data)`.</doc>
995
973
  <return-value transfer-ownership="none">
996
974
  <type name="none" c:type="void"/>
997
975
  </return-value>
998
976
  <parameters>
999
977
  <parameter name="closure" transfer-ownership="none">
1000
- <doc xml:space="preserve">A #GClosure.</doc>
978
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
1001
979
  <type name="Closure" c:type="GClosure*"/>
1002
980
  </parameter>
1003
981
  <parameter name="return_value" transfer-ownership="none">
1004
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
1005
- if the callback of closure doesn't return a value.</doc>
982
+ <doc xml:space="preserve">ignored</doc>
1006
983
  <type name="Value" c:type="GValue*"/>
1007
984
  </parameter>
1008
985
  <parameter name="n_param_values" transfer-ownership="none">
1009
- <doc xml:space="preserve">The length of the @param_values array.</doc>
986
+ <doc xml:space="preserve">2</doc>
1010
987
  <type name="guint" c:type="guint"/>
1011
988
  </parameter>
1012
989
  <parameter name="param_values" transfer-ownership="none">
1013
- <doc xml:space="preserve">An array of #GValues holding the arguments
1014
- on which to invoke the callback of closure.</doc>
990
+ <doc xml:space="preserve">a #GValue array holding the instance and the #gdouble parameter</doc>
1015
991
  <type name="Value" c:type="const GValue*"/>
1016
992
  </parameter>
1017
993
  <parameter name="invocation_hint"
1018
994
  transfer-ownership="none"
1019
995
  nullable="1"
1020
996
  allow-none="1">
1021
- <doc xml:space="preserve">The invocation hint given as the last argument to
1022
- g_closure_invoke().</doc>
997
+ <doc xml:space="preserve">the invocation hint given as the last argument
998
+ to g_closure_invoke()</doc>
1023
999
  <type name="gpointer" c:type="gpointer"/>
1024
1000
  </parameter>
1025
1001
  <parameter name="marshal_data"
1026
1002
  transfer-ownership="none"
1027
1003
  nullable="1"
1028
1004
  allow-none="1">
1029
- <doc xml:space="preserve">Additional data specified when registering the
1030
- marshaller, see g_closure_set_marshal() and
1031
- g_closure_set_meta_marshal()</doc>
1005
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
1032
1006
  <type name="gpointer" c:type="gpointer"/>
1033
1007
  </parameter>
1034
1008
  </parameters>
@@ -1086,45 +1060,41 @@ double-precision floating point argument.</doc>
1086
1060
  </function>
1087
1061
  <function name="marshal_VOID__ENUM"
1088
1062
  c:identifier="g_cclosure_marshal_VOID__ENUM">
1089
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
1090
- argument with an enumerated type.</doc>
1063
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
1064
+ `void (*callback) (gpointer instance, gint arg1, gpointer user_data)` where the #gint parameter denotes an enumeration type..</doc>
1091
1065
  <return-value transfer-ownership="none">
1092
1066
  <type name="none" c:type="void"/>
1093
1067
  </return-value>
1094
1068
  <parameters>
1095
1069
  <parameter name="closure" transfer-ownership="none">
1096
- <doc xml:space="preserve">A #GClosure.</doc>
1070
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
1097
1071
  <type name="Closure" c:type="GClosure*"/>
1098
1072
  </parameter>
1099
1073
  <parameter name="return_value" transfer-ownership="none">
1100
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
1101
- if the callback of closure doesn't return a value.</doc>
1074
+ <doc xml:space="preserve">ignored</doc>
1102
1075
  <type name="Value" c:type="GValue*"/>
1103
1076
  </parameter>
1104
1077
  <parameter name="n_param_values" transfer-ownership="none">
1105
- <doc xml:space="preserve">The length of the @param_values array.</doc>
1078
+ <doc xml:space="preserve">2</doc>
1106
1079
  <type name="guint" c:type="guint"/>
1107
1080
  </parameter>
1108
1081
  <parameter name="param_values" transfer-ownership="none">
1109
- <doc xml:space="preserve">An array of #GValues holding the arguments
1110
- on which to invoke the callback of closure.</doc>
1082
+ <doc xml:space="preserve">a #GValue array holding the instance and the enumeration parameter</doc>
1111
1083
  <type name="Value" c:type="const GValue*"/>
1112
1084
  </parameter>
1113
1085
  <parameter name="invocation_hint"
1114
1086
  transfer-ownership="none"
1115
1087
  nullable="1"
1116
1088
  allow-none="1">
1117
- <doc xml:space="preserve">The invocation hint given as the last argument to
1118
- g_closure_invoke().</doc>
1089
+ <doc xml:space="preserve">the invocation hint given as the last argument
1090
+ to g_closure_invoke()</doc>
1119
1091
  <type name="gpointer" c:type="gpointer"/>
1120
1092
  </parameter>
1121
1093
  <parameter name="marshal_data"
1122
1094
  transfer-ownership="none"
1123
1095
  nullable="1"
1124
1096
  allow-none="1">
1125
- <doc xml:space="preserve">Additional data specified when registering the
1126
- marshaller, see g_closure_set_marshal() and
1127
- g_closure_set_meta_marshal()</doc>
1097
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
1128
1098
  <type name="gpointer" c:type="gpointer"/>
1129
1099
  </parameter>
1130
1100
  </parameters>
@@ -1182,45 +1152,41 @@ argument with an enumerated type.</doc>
1182
1152
  </function>
1183
1153
  <function name="marshal_VOID__FLAGS"
1184
1154
  c:identifier="g_cclosure_marshal_VOID__FLAGS">
1185
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
1186
- argument with a flags types.</doc>
1155
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
1156
+ `void (*callback) (gpointer instance, gint arg1, gpointer user_data)` where the #gint parameter denotes a flags type.</doc>
1187
1157
  <return-value transfer-ownership="none">
1188
1158
  <type name="none" c:type="void"/>
1189
1159
  </return-value>
1190
1160
  <parameters>
1191
1161
  <parameter name="closure" transfer-ownership="none">
1192
- <doc xml:space="preserve">A #GClosure.</doc>
1162
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
1193
1163
  <type name="Closure" c:type="GClosure*"/>
1194
1164
  </parameter>
1195
1165
  <parameter name="return_value" transfer-ownership="none">
1196
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
1197
- if the callback of closure doesn't return a value.</doc>
1166
+ <doc xml:space="preserve">ignored</doc>
1198
1167
  <type name="Value" c:type="GValue*"/>
1199
1168
  </parameter>
1200
1169
  <parameter name="n_param_values" transfer-ownership="none">
1201
- <doc xml:space="preserve">The length of the @param_values array.</doc>
1170
+ <doc xml:space="preserve">2</doc>
1202
1171
  <type name="guint" c:type="guint"/>
1203
1172
  </parameter>
1204
1173
  <parameter name="param_values" transfer-ownership="none">
1205
- <doc xml:space="preserve">An array of #GValues holding the arguments
1206
- on which to invoke the callback of closure.</doc>
1174
+ <doc xml:space="preserve">a #GValue array holding the instance and the flags parameter</doc>
1207
1175
  <type name="Value" c:type="const GValue*"/>
1208
1176
  </parameter>
1209
1177
  <parameter name="invocation_hint"
1210
1178
  transfer-ownership="none"
1211
1179
  nullable="1"
1212
1180
  allow-none="1">
1213
- <doc xml:space="preserve">The invocation hint given as the last argument to
1214
- g_closure_invoke().</doc>
1181
+ <doc xml:space="preserve">the invocation hint given as the last argument
1182
+ to g_closure_invoke()</doc>
1215
1183
  <type name="gpointer" c:type="gpointer"/>
1216
1184
  </parameter>
1217
1185
  <parameter name="marshal_data"
1218
1186
  transfer-ownership="none"
1219
1187
  nullable="1"
1220
1188
  allow-none="1">
1221
- <doc xml:space="preserve">Additional data specified when registering the
1222
- marshaller, see g_closure_set_marshal() and
1223
- g_closure_set_meta_marshal()</doc>
1189
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
1224
1190
  <type name="gpointer" c:type="gpointer"/>
1225
1191
  </parameter>
1226
1192
  </parameters>
@@ -1278,45 +1244,41 @@ argument with a flags types.</doc>
1278
1244
  </function>
1279
1245
  <function name="marshal_VOID__FLOAT"
1280
1246
  c:identifier="g_cclosure_marshal_VOID__FLOAT">
1281
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with one
1282
- single-precision floating point argument.</doc>
1247
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
1248
+ `void (*callback) (gpointer instance, gfloat arg1, gpointer user_data)`.</doc>
1283
1249
  <return-value transfer-ownership="none">
1284
1250
  <type name="none" c:type="void"/>
1285
1251
  </return-value>
1286
1252
  <parameters>
1287
1253
  <parameter name="closure" transfer-ownership="none">
1288
- <doc xml:space="preserve">A #GClosure.</doc>
1254
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
1289
1255
  <type name="Closure" c:type="GClosure*"/>
1290
1256
  </parameter>
1291
1257
  <parameter name="return_value" transfer-ownership="none">
1292
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
1293
- if the callback of closure doesn't return a value.</doc>
1258
+ <doc xml:space="preserve">ignored</doc>
1294
1259
  <type name="Value" c:type="GValue*"/>
1295
1260
  </parameter>
1296
1261
  <parameter name="n_param_values" transfer-ownership="none">
1297
- <doc xml:space="preserve">The length of the @param_values array.</doc>
1262
+ <doc xml:space="preserve">2</doc>
1298
1263
  <type name="guint" c:type="guint"/>
1299
1264
  </parameter>
1300
1265
  <parameter name="param_values" transfer-ownership="none">
1301
- <doc xml:space="preserve">An array of #GValues holding the arguments
1302
- on which to invoke the callback of closure.</doc>
1266
+ <doc xml:space="preserve">a #GValue array holding the instance and the #gfloat parameter</doc>
1303
1267
  <type name="Value" c:type="const GValue*"/>
1304
1268
  </parameter>
1305
1269
  <parameter name="invocation_hint"
1306
1270
  transfer-ownership="none"
1307
1271
  nullable="1"
1308
1272
  allow-none="1">
1309
- <doc xml:space="preserve">The invocation hint given as the last argument to
1310
- g_closure_invoke().</doc>
1273
+ <doc xml:space="preserve">the invocation hint given as the last argument
1274
+ to g_closure_invoke()</doc>
1311
1275
  <type name="gpointer" c:type="gpointer"/>
1312
1276
  </parameter>
1313
1277
  <parameter name="marshal_data"
1314
1278
  transfer-ownership="none"
1315
1279
  nullable="1"
1316
1280
  allow-none="1">
1317
- <doc xml:space="preserve">Additional data specified when registering the
1318
- marshaller, see g_closure_set_marshal() and
1319
- g_closure_set_meta_marshal()</doc>
1281
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
1320
1282
  <type name="gpointer" c:type="gpointer"/>
1321
1283
  </parameter>
1322
1284
  </parameters>
@@ -1374,45 +1336,41 @@ single-precision floating point argument.</doc>
1374
1336
  </function>
1375
1337
  <function name="marshal_VOID__INT"
1376
1338
  c:identifier="g_cclosure_marshal_VOID__INT">
1377
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
1378
- integer argument.</doc>
1339
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
1340
+ `void (*callback) (gpointer instance, gint arg1, gpointer user_data)`.</doc>
1379
1341
  <return-value transfer-ownership="none">
1380
1342
  <type name="none" c:type="void"/>
1381
1343
  </return-value>
1382
1344
  <parameters>
1383
1345
  <parameter name="closure" transfer-ownership="none">
1384
- <doc xml:space="preserve">A #GClosure.</doc>
1346
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
1385
1347
  <type name="Closure" c:type="GClosure*"/>
1386
1348
  </parameter>
1387
1349
  <parameter name="return_value" transfer-ownership="none">
1388
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
1389
- if the callback of closure doesn't return a value.</doc>
1350
+ <doc xml:space="preserve">ignored</doc>
1390
1351
  <type name="Value" c:type="GValue*"/>
1391
1352
  </parameter>
1392
1353
  <parameter name="n_param_values" transfer-ownership="none">
1393
- <doc xml:space="preserve">The length of the @param_values array.</doc>
1354
+ <doc xml:space="preserve">2</doc>
1394
1355
  <type name="guint" c:type="guint"/>
1395
1356
  </parameter>
1396
1357
  <parameter name="param_values" transfer-ownership="none">
1397
- <doc xml:space="preserve">An array of #GValues holding the arguments
1398
- on which to invoke the callback of closure.</doc>
1358
+ <doc xml:space="preserve">a #GValue array holding the instance and the #gint parameter</doc>
1399
1359
  <type name="Value" c:type="const GValue*"/>
1400
1360
  </parameter>
1401
1361
  <parameter name="invocation_hint"
1402
1362
  transfer-ownership="none"
1403
1363
  nullable="1"
1404
1364
  allow-none="1">
1405
- <doc xml:space="preserve">The invocation hint given as the last argument to
1406
- g_closure_invoke().</doc>
1365
+ <doc xml:space="preserve">the invocation hint given as the last argument
1366
+ to g_closure_invoke()</doc>
1407
1367
  <type name="gpointer" c:type="gpointer"/>
1408
1368
  </parameter>
1409
1369
  <parameter name="marshal_data"
1410
1370
  transfer-ownership="none"
1411
1371
  nullable="1"
1412
1372
  allow-none="1">
1413
- <doc xml:space="preserve">Additional data specified when registering the
1414
- marshaller, see g_closure_set_marshal() and
1415
- g_closure_set_meta_marshal()</doc>
1373
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
1416
1374
  <type name="gpointer" c:type="gpointer"/>
1417
1375
  </parameter>
1418
1376
  </parameters>
@@ -1470,45 +1428,41 @@ integer argument.</doc>
1470
1428
  </function>
1471
1429
  <function name="marshal_VOID__LONG"
1472
1430
  c:identifier="g_cclosure_marshal_VOID__LONG">
1473
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with with a single
1474
- long integer argument.</doc>
1431
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
1432
+ `void (*callback) (gpointer instance, glong arg1, gpointer user_data)`.</doc>
1475
1433
  <return-value transfer-ownership="none">
1476
1434
  <type name="none" c:type="void"/>
1477
1435
  </return-value>
1478
1436
  <parameters>
1479
1437
  <parameter name="closure" transfer-ownership="none">
1480
- <doc xml:space="preserve">A #GClosure.</doc>
1438
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
1481
1439
  <type name="Closure" c:type="GClosure*"/>
1482
1440
  </parameter>
1483
1441
  <parameter name="return_value" transfer-ownership="none">
1484
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
1485
- if the callback of closure doesn't return a value.</doc>
1442
+ <doc xml:space="preserve">ignored</doc>
1486
1443
  <type name="Value" c:type="GValue*"/>
1487
1444
  </parameter>
1488
1445
  <parameter name="n_param_values" transfer-ownership="none">
1489
- <doc xml:space="preserve">The length of the @param_values array.</doc>
1446
+ <doc xml:space="preserve">2</doc>
1490
1447
  <type name="guint" c:type="guint"/>
1491
1448
  </parameter>
1492
1449
  <parameter name="param_values" transfer-ownership="none">
1493
- <doc xml:space="preserve">An array of #GValues holding the arguments
1494
- on which to invoke the callback of closure.</doc>
1450
+ <doc xml:space="preserve">a #GValue array holding the instance and the #glong parameter</doc>
1495
1451
  <type name="Value" c:type="const GValue*"/>
1496
1452
  </parameter>
1497
1453
  <parameter name="invocation_hint"
1498
1454
  transfer-ownership="none"
1499
1455
  nullable="1"
1500
1456
  allow-none="1">
1501
- <doc xml:space="preserve">The invocation hint given as the last argument to
1502
- g_closure_invoke().</doc>
1457
+ <doc xml:space="preserve">the invocation hint given as the last argument
1458
+ to g_closure_invoke()</doc>
1503
1459
  <type name="gpointer" c:type="gpointer"/>
1504
1460
  </parameter>
1505
1461
  <parameter name="marshal_data"
1506
1462
  transfer-ownership="none"
1507
1463
  nullable="1"
1508
1464
  allow-none="1">
1509
- <doc xml:space="preserve">Additional data specified when registering the
1510
- marshaller, see g_closure_set_marshal() and
1511
- g_closure_set_meta_marshal()</doc>
1465
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
1512
1466
  <type name="gpointer" c:type="gpointer"/>
1513
1467
  </parameter>
1514
1468
  </parameters>
@@ -1566,45 +1520,41 @@ long integer argument.</doc>
1566
1520
  </function>
1567
1521
  <function name="marshal_VOID__OBJECT"
1568
1522
  c:identifier="g_cclosure_marshal_VOID__OBJECT">
1569
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
1570
- #GObject argument.</doc>
1523
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
1524
+ `void (*callback) (gpointer instance, GObject *arg1, gpointer user_data)`.</doc>
1571
1525
  <return-value transfer-ownership="none">
1572
1526
  <type name="none" c:type="void"/>
1573
1527
  </return-value>
1574
1528
  <parameters>
1575
1529
  <parameter name="closure" transfer-ownership="none">
1576
- <doc xml:space="preserve">A #GClosure.</doc>
1530
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
1577
1531
  <type name="Closure" c:type="GClosure*"/>
1578
1532
  </parameter>
1579
1533
  <parameter name="return_value" transfer-ownership="none">
1580
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
1581
- if the callback of closure doesn't return a value.</doc>
1534
+ <doc xml:space="preserve">ignored</doc>
1582
1535
  <type name="Value" c:type="GValue*"/>
1583
1536
  </parameter>
1584
1537
  <parameter name="n_param_values" transfer-ownership="none">
1585
- <doc xml:space="preserve">The length of the @param_values array.</doc>
1538
+ <doc xml:space="preserve">2</doc>
1586
1539
  <type name="guint" c:type="guint"/>
1587
1540
  </parameter>
1588
1541
  <parameter name="param_values" transfer-ownership="none">
1589
- <doc xml:space="preserve">An array of #GValues holding the arguments
1590
- on which to invoke the callback of closure.</doc>
1542
+ <doc xml:space="preserve">a #GValue array holding the instance and the #GObject* parameter</doc>
1591
1543
  <type name="Value" c:type="const GValue*"/>
1592
1544
  </parameter>
1593
1545
  <parameter name="invocation_hint"
1594
1546
  transfer-ownership="none"
1595
1547
  nullable="1"
1596
1548
  allow-none="1">
1597
- <doc xml:space="preserve">The invocation hint given as the last argument to
1598
- g_closure_invoke().</doc>
1549
+ <doc xml:space="preserve">the invocation hint given as the last argument
1550
+ to g_closure_invoke()</doc>
1599
1551
  <type name="gpointer" c:type="gpointer"/>
1600
1552
  </parameter>
1601
1553
  <parameter name="marshal_data"
1602
1554
  transfer-ownership="none"
1603
1555
  nullable="1"
1604
1556
  allow-none="1">
1605
- <doc xml:space="preserve">Additional data specified when registering the
1606
- marshaller, see g_closure_set_marshal() and
1607
- g_closure_set_meta_marshal()</doc>
1557
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
1608
1558
  <type name="gpointer" c:type="gpointer"/>
1609
1559
  </parameter>
1610
1560
  </parameters>
@@ -1662,45 +1612,41 @@ long integer argument.</doc>
1662
1612
  </function>
1663
1613
  <function name="marshal_VOID__PARAM"
1664
1614
  c:identifier="g_cclosure_marshal_VOID__PARAM">
1665
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
1666
- argument of type #GParamSpec.</doc>
1615
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
1616
+ `void (*callback) (gpointer instance, GParamSpec *arg1, gpointer user_data)`.</doc>
1667
1617
  <return-value transfer-ownership="none">
1668
1618
  <type name="none" c:type="void"/>
1669
1619
  </return-value>
1670
1620
  <parameters>
1671
1621
  <parameter name="closure" transfer-ownership="none">
1672
- <doc xml:space="preserve">A #GClosure.</doc>
1622
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
1673
1623
  <type name="Closure" c:type="GClosure*"/>
1674
1624
  </parameter>
1675
1625
  <parameter name="return_value" transfer-ownership="none">
1676
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
1677
- if the callback of closure doesn't return a value.</doc>
1626
+ <doc xml:space="preserve">ignored</doc>
1678
1627
  <type name="Value" c:type="GValue*"/>
1679
1628
  </parameter>
1680
1629
  <parameter name="n_param_values" transfer-ownership="none">
1681
- <doc xml:space="preserve">The length of the @param_values array.</doc>
1630
+ <doc xml:space="preserve">2</doc>
1682
1631
  <type name="guint" c:type="guint"/>
1683
1632
  </parameter>
1684
1633
  <parameter name="param_values" transfer-ownership="none">
1685
- <doc xml:space="preserve">An array of #GValues holding the arguments
1686
- on which to invoke the callback of closure.</doc>
1634
+ <doc xml:space="preserve">a #GValue array holding the instance and the #GParamSpec* parameter</doc>
1687
1635
  <type name="Value" c:type="const GValue*"/>
1688
1636
  </parameter>
1689
1637
  <parameter name="invocation_hint"
1690
1638
  transfer-ownership="none"
1691
1639
  nullable="1"
1692
1640
  allow-none="1">
1693
- <doc xml:space="preserve">The invocation hint given as the last argument to
1694
- g_closure_invoke().</doc>
1641
+ <doc xml:space="preserve">the invocation hint given as the last argument
1642
+ to g_closure_invoke()</doc>
1695
1643
  <type name="gpointer" c:type="gpointer"/>
1696
1644
  </parameter>
1697
1645
  <parameter name="marshal_data"
1698
1646
  transfer-ownership="none"
1699
1647
  nullable="1"
1700
1648
  allow-none="1">
1701
- <doc xml:space="preserve">Additional data specified when registering the
1702
- marshaller, see g_closure_set_marshal() and
1703
- g_closure_set_meta_marshal()</doc>
1649
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
1704
1650
  <type name="gpointer" c:type="gpointer"/>
1705
1651
  </parameter>
1706
1652
  </parameters>
@@ -1758,49 +1704,41 @@ argument of type #GParamSpec.</doc>
1758
1704
  </function>
1759
1705
  <function name="marshal_VOID__POINTER"
1760
1706
  c:identifier="g_cclosure_marshal_VOID__POINTER">
1761
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single raw
1762
- pointer argument type.
1763
-
1764
- If it is possible, it is better to use one of the more specific
1765
- functions such as g_cclosure_marshal_VOID__OBJECT() or
1766
- g_cclosure_marshal_VOID__OBJECT().</doc>
1707
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
1708
+ `void (*callback) (gpointer instance, gpointer arg1, gpointer user_data)`.</doc>
1767
1709
  <return-value transfer-ownership="none">
1768
1710
  <type name="none" c:type="void"/>
1769
1711
  </return-value>
1770
1712
  <parameters>
1771
1713
  <parameter name="closure" transfer-ownership="none">
1772
- <doc xml:space="preserve">A #GClosure.</doc>
1714
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
1773
1715
  <type name="Closure" c:type="GClosure*"/>
1774
1716
  </parameter>
1775
1717
  <parameter name="return_value" transfer-ownership="none">
1776
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
1777
- if the callback of closure doesn't return a value.</doc>
1718
+ <doc xml:space="preserve">ignored</doc>
1778
1719
  <type name="Value" c:type="GValue*"/>
1779
1720
  </parameter>
1780
1721
  <parameter name="n_param_values" transfer-ownership="none">
1781
- <doc xml:space="preserve">The length of the @param_values array.</doc>
1722
+ <doc xml:space="preserve">2</doc>
1782
1723
  <type name="guint" c:type="guint"/>
1783
1724
  </parameter>
1784
1725
  <parameter name="param_values" transfer-ownership="none">
1785
- <doc xml:space="preserve">An array of #GValues holding the arguments
1786
- on which to invoke the callback of closure.</doc>
1726
+ <doc xml:space="preserve">a #GValue array holding the instance and the #gpointer parameter</doc>
1787
1727
  <type name="Value" c:type="const GValue*"/>
1788
1728
  </parameter>
1789
1729
  <parameter name="invocation_hint"
1790
1730
  transfer-ownership="none"
1791
1731
  nullable="1"
1792
1732
  allow-none="1">
1793
- <doc xml:space="preserve">The invocation hint given as the last argument to
1794
- g_closure_invoke().</doc>
1733
+ <doc xml:space="preserve">the invocation hint given as the last argument
1734
+ to g_closure_invoke()</doc>
1795
1735
  <type name="gpointer" c:type="gpointer"/>
1796
1736
  </parameter>
1797
1737
  <parameter name="marshal_data"
1798
1738
  transfer-ownership="none"
1799
1739
  nullable="1"
1800
1740
  allow-none="1">
1801
- <doc xml:space="preserve">Additional data specified when registering the
1802
- marshaller, see g_closure_set_marshal() and
1803
- g_closure_set_meta_marshal()</doc>
1741
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
1804
1742
  <type name="gpointer" c:type="gpointer"/>
1805
1743
  </parameter>
1806
1744
  </parameters>
@@ -1858,45 +1796,41 @@ g_cclosure_marshal_VOID__OBJECT().</doc>
1858
1796
  </function>
1859
1797
  <function name="marshal_VOID__STRING"
1860
1798
  c:identifier="g_cclosure_marshal_VOID__STRING">
1861
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single string
1862
- argument.</doc>
1799
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
1800
+ `void (*callback) (gpointer instance, const gchar *arg1, gpointer user_data)`.</doc>
1863
1801
  <return-value transfer-ownership="none">
1864
1802
  <type name="none" c:type="void"/>
1865
1803
  </return-value>
1866
1804
  <parameters>
1867
1805
  <parameter name="closure" transfer-ownership="none">
1868
- <doc xml:space="preserve">A #GClosure.</doc>
1806
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
1869
1807
  <type name="Closure" c:type="GClosure*"/>
1870
1808
  </parameter>
1871
1809
  <parameter name="return_value" transfer-ownership="none">
1872
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
1873
- if the callback of closure doesn't return a value.</doc>
1810
+ <doc xml:space="preserve">ignored</doc>
1874
1811
  <type name="Value" c:type="GValue*"/>
1875
1812
  </parameter>
1876
1813
  <parameter name="n_param_values" transfer-ownership="none">
1877
- <doc xml:space="preserve">The length of the @param_values array.</doc>
1814
+ <doc xml:space="preserve">2</doc>
1878
1815
  <type name="guint" c:type="guint"/>
1879
1816
  </parameter>
1880
1817
  <parameter name="param_values" transfer-ownership="none">
1881
- <doc xml:space="preserve">An array of #GValues holding the arguments
1882
- on which to invoke the callback of closure.</doc>
1818
+ <doc xml:space="preserve">a #GValue array holding the instance and the #gchar* parameter</doc>
1883
1819
  <type name="Value" c:type="const GValue*"/>
1884
1820
  </parameter>
1885
1821
  <parameter name="invocation_hint"
1886
1822
  transfer-ownership="none"
1887
1823
  nullable="1"
1888
1824
  allow-none="1">
1889
- <doc xml:space="preserve">The invocation hint given as the last argument to
1890
- g_closure_invoke().</doc>
1825
+ <doc xml:space="preserve">the invocation hint given as the last argument
1826
+ to g_closure_invoke()</doc>
1891
1827
  <type name="gpointer" c:type="gpointer"/>
1892
1828
  </parameter>
1893
1829
  <parameter name="marshal_data"
1894
1830
  transfer-ownership="none"
1895
1831
  nullable="1"
1896
1832
  allow-none="1">
1897
- <doc xml:space="preserve">Additional data specified when registering the
1898
- marshaller, see g_closure_set_marshal() and
1899
- g_closure_set_meta_marshal()</doc>
1833
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
1900
1834
  <type name="gpointer" c:type="gpointer"/>
1901
1835
  </parameter>
1902
1836
  </parameters>
@@ -1954,45 +1888,41 @@ argument.</doc>
1954
1888
  </function>
1955
1889
  <function name="marshal_VOID__UCHAR"
1956
1890
  c:identifier="g_cclosure_marshal_VOID__UCHAR">
1957
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
1958
- unsigned character argument.</doc>
1891
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
1892
+ `void (*callback) (gpointer instance, guchar arg1, gpointer user_data)`.</doc>
1959
1893
  <return-value transfer-ownership="none">
1960
1894
  <type name="none" c:type="void"/>
1961
1895
  </return-value>
1962
1896
  <parameters>
1963
1897
  <parameter name="closure" transfer-ownership="none">
1964
- <doc xml:space="preserve">A #GClosure.</doc>
1898
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
1965
1899
  <type name="Closure" c:type="GClosure*"/>
1966
1900
  </parameter>
1967
1901
  <parameter name="return_value" transfer-ownership="none">
1968
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
1969
- if the callback of closure doesn't return a value.</doc>
1902
+ <doc xml:space="preserve">ignored</doc>
1970
1903
  <type name="Value" c:type="GValue*"/>
1971
1904
  </parameter>
1972
1905
  <parameter name="n_param_values" transfer-ownership="none">
1973
- <doc xml:space="preserve">The length of the @param_values array.</doc>
1906
+ <doc xml:space="preserve">2</doc>
1974
1907
  <type name="guint" c:type="guint"/>
1975
1908
  </parameter>
1976
1909
  <parameter name="param_values" transfer-ownership="none">
1977
- <doc xml:space="preserve">An array of #GValues holding the arguments
1978
- on which to invoke the callback of closure.</doc>
1910
+ <doc xml:space="preserve">a #GValue array holding the instance and the #guchar parameter</doc>
1979
1911
  <type name="Value" c:type="const GValue*"/>
1980
1912
  </parameter>
1981
1913
  <parameter name="invocation_hint"
1982
1914
  transfer-ownership="none"
1983
1915
  nullable="1"
1984
1916
  allow-none="1">
1985
- <doc xml:space="preserve">The invocation hint given as the last argument to
1986
- g_closure_invoke().</doc>
1917
+ <doc xml:space="preserve">the invocation hint given as the last argument
1918
+ to g_closure_invoke()</doc>
1987
1919
  <type name="gpointer" c:type="gpointer"/>
1988
1920
  </parameter>
1989
1921
  <parameter name="marshal_data"
1990
1922
  transfer-ownership="none"
1991
1923
  nullable="1"
1992
1924
  allow-none="1">
1993
- <doc xml:space="preserve">Additional data specified when registering the
1994
- marshaller, see g_closure_set_marshal() and
1995
- g_closure_set_meta_marshal()</doc>
1925
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
1996
1926
  <type name="gpointer" c:type="gpointer"/>
1997
1927
  </parameter>
1998
1928
  </parameters>
@@ -2050,90 +1980,82 @@ unsigned character argument.</doc>
2050
1980
  </function>
2051
1981
  <function name="marshal_VOID__UINT"
2052
1982
  c:identifier="g_cclosure_marshal_VOID__UINT">
2053
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with with a single
2054
- unsigned integer argument.</doc>
1983
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
1984
+ `void (*callback) (gpointer instance, guint arg1, gpointer user_data)`.</doc>
2055
1985
  <return-value transfer-ownership="none">
2056
1986
  <type name="none" c:type="void"/>
2057
1987
  </return-value>
2058
1988
  <parameters>
2059
1989
  <parameter name="closure" transfer-ownership="none">
2060
- <doc xml:space="preserve">A #GClosure.</doc>
1990
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
2061
1991
  <type name="Closure" c:type="GClosure*"/>
2062
1992
  </parameter>
2063
1993
  <parameter name="return_value" transfer-ownership="none">
2064
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
2065
- if the callback of closure doesn't return a value.</doc>
1994
+ <doc xml:space="preserve">ignored</doc>
2066
1995
  <type name="Value" c:type="GValue*"/>
2067
1996
  </parameter>
2068
1997
  <parameter name="n_param_values" transfer-ownership="none">
2069
- <doc xml:space="preserve">The length of the @param_values array.</doc>
1998
+ <doc xml:space="preserve">2</doc>
2070
1999
  <type name="guint" c:type="guint"/>
2071
2000
  </parameter>
2072
2001
  <parameter name="param_values" transfer-ownership="none">
2073
- <doc xml:space="preserve">An array of #GValues holding the arguments
2074
- on which to invoke the callback of closure.</doc>
2002
+ <doc xml:space="preserve">a #GValue array holding the instance and the #guint parameter</doc>
2075
2003
  <type name="Value" c:type="const GValue*"/>
2076
2004
  </parameter>
2077
2005
  <parameter name="invocation_hint"
2078
2006
  transfer-ownership="none"
2079
2007
  nullable="1"
2080
2008
  allow-none="1">
2081
- <doc xml:space="preserve">The invocation hint given as the last argument to
2082
- g_closure_invoke().</doc>
2009
+ <doc xml:space="preserve">the invocation hint given as the last argument
2010
+ to g_closure_invoke()</doc>
2083
2011
  <type name="gpointer" c:type="gpointer"/>
2084
2012
  </parameter>
2085
2013
  <parameter name="marshal_data"
2086
2014
  transfer-ownership="none"
2087
2015
  nullable="1"
2088
2016
  allow-none="1">
2089
- <doc xml:space="preserve">Additional data specified when registering the
2090
- marshaller, see g_closure_set_marshal() and
2091
- g_closure_set_meta_marshal()</doc>
2017
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
2092
2018
  <type name="gpointer" c:type="gpointer"/>
2093
2019
  </parameter>
2094
2020
  </parameters>
2095
2021
  </function>
2096
2022
  <function name="marshal_VOID__UINT_POINTER"
2097
2023
  c:identifier="g_cclosure_marshal_VOID__UINT_POINTER">
2098
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a unsigned int
2099
- and a pointer as arguments.</doc>
2024
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
2025
+ `void (*callback) (gpointer instance, guint arg1, gpointer arg2, gpointer user_data)`.</doc>
2100
2026
  <return-value transfer-ownership="none">
2101
2027
  <type name="none" c:type="void"/>
2102
2028
  </return-value>
2103
2029
  <parameters>
2104
2030
  <parameter name="closure" transfer-ownership="none">
2105
- <doc xml:space="preserve">A #GClosure.</doc>
2031
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
2106
2032
  <type name="Closure" c:type="GClosure*"/>
2107
2033
  </parameter>
2108
2034
  <parameter name="return_value" transfer-ownership="none">
2109
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
2110
- if the callback of closure doesn't return a value.</doc>
2035
+ <doc xml:space="preserve">ignored</doc>
2111
2036
  <type name="Value" c:type="GValue*"/>
2112
2037
  </parameter>
2113
2038
  <parameter name="n_param_values" transfer-ownership="none">
2114
- <doc xml:space="preserve">The length of the @param_values array.</doc>
2039
+ <doc xml:space="preserve">3</doc>
2115
2040
  <type name="guint" c:type="guint"/>
2116
2041
  </parameter>
2117
2042
  <parameter name="param_values" transfer-ownership="none">
2118
- <doc xml:space="preserve">An array of #GValues holding the arguments
2119
- on which to invoke the callback of closure.</doc>
2043
+ <doc xml:space="preserve">a #GValue array holding instance, arg1 and arg2</doc>
2120
2044
  <type name="Value" c:type="const GValue*"/>
2121
2045
  </parameter>
2122
2046
  <parameter name="invocation_hint"
2123
2047
  transfer-ownership="none"
2124
2048
  nullable="1"
2125
2049
  allow-none="1">
2126
- <doc xml:space="preserve">The invocation hint given as the last argument to
2127
- g_closure_invoke().</doc>
2050
+ <doc xml:space="preserve">the invocation hint given as the last argument
2051
+ to g_closure_invoke()</doc>
2128
2052
  <type name="gpointer" c:type="gpointer"/>
2129
2053
  </parameter>
2130
2054
  <parameter name="marshal_data"
2131
2055
  transfer-ownership="none"
2132
2056
  nullable="1"
2133
2057
  allow-none="1">
2134
- <doc xml:space="preserve">Additional data specified when registering the
2135
- marshaller, see g_closure_set_marshal() and
2136
- g_closure_set_meta_marshal()</doc>
2058
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
2137
2059
  <type name="gpointer" c:type="gpointer"/>
2138
2060
  </parameter>
2139
2061
  </parameters>
@@ -2242,45 +2164,41 @@ and a pointer as arguments.</doc>
2242
2164
  </function>
2243
2165
  <function name="marshal_VOID__ULONG"
2244
2166
  c:identifier="g_cclosure_marshal_VOID__ULONG">
2245
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
2246
- unsigned long integer argument.</doc>
2167
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
2168
+ `void (*callback) (gpointer instance, gulong arg1, gpointer user_data)`.</doc>
2247
2169
  <return-value transfer-ownership="none">
2248
2170
  <type name="none" c:type="void"/>
2249
2171
  </return-value>
2250
2172
  <parameters>
2251
2173
  <parameter name="closure" transfer-ownership="none">
2252
- <doc xml:space="preserve">A #GClosure.</doc>
2174
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
2253
2175
  <type name="Closure" c:type="GClosure*"/>
2254
2176
  </parameter>
2255
2177
  <parameter name="return_value" transfer-ownership="none">
2256
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
2257
- if the callback of closure doesn't return a value.</doc>
2178
+ <doc xml:space="preserve">ignored</doc>
2258
2179
  <type name="Value" c:type="GValue*"/>
2259
2180
  </parameter>
2260
2181
  <parameter name="n_param_values" transfer-ownership="none">
2261
- <doc xml:space="preserve">The length of the @param_values array.</doc>
2182
+ <doc xml:space="preserve">2</doc>
2262
2183
  <type name="guint" c:type="guint"/>
2263
2184
  </parameter>
2264
2185
  <parameter name="param_values" transfer-ownership="none">
2265
- <doc xml:space="preserve">An array of #GValues holding the arguments
2266
- on which to invoke the callback of closure.</doc>
2186
+ <doc xml:space="preserve">a #GValue array holding the instance and the #gulong parameter</doc>
2267
2187
  <type name="Value" c:type="const GValue*"/>
2268
2188
  </parameter>
2269
2189
  <parameter name="invocation_hint"
2270
2190
  transfer-ownership="none"
2271
2191
  nullable="1"
2272
2192
  allow-none="1">
2273
- <doc xml:space="preserve">The invocation hint given as the last argument to
2274
- g_closure_invoke().</doc>
2193
+ <doc xml:space="preserve">the invocation hint given as the last argument
2194
+ to g_closure_invoke()</doc>
2275
2195
  <type name="gpointer" c:type="gpointer"/>
2276
2196
  </parameter>
2277
2197
  <parameter name="marshal_data"
2278
2198
  transfer-ownership="none"
2279
2199
  nullable="1"
2280
2200
  allow-none="1">
2281
- <doc xml:space="preserve">Additional data specified when registering the
2282
- marshaller, see g_closure_set_marshal() and
2283
- g_closure_set_meta_marshal()</doc>
2201
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
2284
2202
  <type name="gpointer" c:type="gpointer"/>
2285
2203
  </parameter>
2286
2204
  </parameters>
@@ -2337,46 +2255,43 @@ unsigned long integer argument.</doc>
2337
2255
  </parameters>
2338
2256
  </function>
2339
2257
  <function name="marshal_VOID__VARIANT"
2340
- c:identifier="g_cclosure_marshal_VOID__VARIANT">
2341
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
2342
- #GVariant argument.</doc>
2258
+ c:identifier="g_cclosure_marshal_VOID__VARIANT"
2259
+ version="2.26">
2260
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
2261
+ `void (*callback) (gpointer instance, GVariant *arg1, gpointer user_data)`.</doc>
2343
2262
  <return-value transfer-ownership="none">
2344
2263
  <type name="none" c:type="void"/>
2345
2264
  </return-value>
2346
2265
  <parameters>
2347
2266
  <parameter name="closure" transfer-ownership="none">
2348
- <doc xml:space="preserve">A #GClosure.</doc>
2267
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
2349
2268
  <type name="Closure" c:type="GClosure*"/>
2350
2269
  </parameter>
2351
2270
  <parameter name="return_value" transfer-ownership="none">
2352
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
2353
- if the callback of closure doesn't return a value.</doc>
2271
+ <doc xml:space="preserve">ignored</doc>
2354
2272
  <type name="Value" c:type="GValue*"/>
2355
2273
  </parameter>
2356
2274
  <parameter name="n_param_values" transfer-ownership="none">
2357
- <doc xml:space="preserve">The length of the @param_values array.</doc>
2275
+ <doc xml:space="preserve">2</doc>
2358
2276
  <type name="guint" c:type="guint"/>
2359
2277
  </parameter>
2360
2278
  <parameter name="param_values" transfer-ownership="none">
2361
- <doc xml:space="preserve">An array of #GValues holding the arguments
2362
- on which to invoke the callback of closure.</doc>
2279
+ <doc xml:space="preserve">a #GValue array holding the instance and the #GVariant* parameter</doc>
2363
2280
  <type name="Value" c:type="const GValue*"/>
2364
2281
  </parameter>
2365
2282
  <parameter name="invocation_hint"
2366
2283
  transfer-ownership="none"
2367
2284
  nullable="1"
2368
2285
  allow-none="1">
2369
- <doc xml:space="preserve">The invocation hint given as the last argument to
2370
- g_closure_invoke().</doc>
2286
+ <doc xml:space="preserve">the invocation hint given as the last argument
2287
+ to g_closure_invoke()</doc>
2371
2288
  <type name="gpointer" c:type="gpointer"/>
2372
2289
  </parameter>
2373
2290
  <parameter name="marshal_data"
2374
2291
  transfer-ownership="none"
2375
2292
  nullable="1"
2376
2293
  allow-none="1">
2377
- <doc xml:space="preserve">Additional data specified when registering the
2378
- marshaller, see g_closure_set_marshal() and
2379
- g_closure_set_meta_marshal()</doc>
2294
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
2380
2295
  <type name="gpointer" c:type="gpointer"/>
2381
2296
  </parameter>
2382
2297
  </parameters>
@@ -2434,44 +2349,41 @@ unsigned long integer argument.</doc>
2434
2349
  </function>
2435
2350
  <function name="marshal_VOID__VOID"
2436
2351
  c:identifier="g_cclosure_marshal_VOID__VOID">
2437
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with no arguments.</doc>
2352
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
2353
+ `void (*callback) (gpointer instance, gpointer user_data)`.</doc>
2438
2354
  <return-value transfer-ownership="none">
2439
2355
  <type name="none" c:type="void"/>
2440
2356
  </return-value>
2441
2357
  <parameters>
2442
2358
  <parameter name="closure" transfer-ownership="none">
2443
- <doc xml:space="preserve">A #GClosure.</doc>
2359
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
2444
2360
  <type name="Closure" c:type="GClosure*"/>
2445
2361
  </parameter>
2446
2362
  <parameter name="return_value" transfer-ownership="none">
2447
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
2448
- if the callback of closure doesn't return a value.</doc>
2363
+ <doc xml:space="preserve">ignored</doc>
2449
2364
  <type name="Value" c:type="GValue*"/>
2450
2365
  </parameter>
2451
2366
  <parameter name="n_param_values" transfer-ownership="none">
2452
- <doc xml:space="preserve">The length of the @param_values array.</doc>
2367
+ <doc xml:space="preserve">1</doc>
2453
2368
  <type name="guint" c:type="guint"/>
2454
2369
  </parameter>
2455
2370
  <parameter name="param_values" transfer-ownership="none">
2456
- <doc xml:space="preserve">An array of #GValues holding the arguments
2457
- on which to invoke the callback of closure.</doc>
2371
+ <doc xml:space="preserve">a #GValue array holding only the instance</doc>
2458
2372
  <type name="Value" c:type="const GValue*"/>
2459
2373
  </parameter>
2460
2374
  <parameter name="invocation_hint"
2461
2375
  transfer-ownership="none"
2462
2376
  nullable="1"
2463
2377
  allow-none="1">
2464
- <doc xml:space="preserve">The invocation hint given as the last argument to
2465
- g_closure_invoke().</doc>
2378
+ <doc xml:space="preserve">the invocation hint given as the last argument
2379
+ to g_closure_invoke()</doc>
2466
2380
  <type name="gpointer" c:type="gpointer"/>
2467
2381
  </parameter>
2468
2382
  <parameter name="marshal_data"
2469
2383
  transfer-ownership="none"
2470
2384
  nullable="1"
2471
2385
  allow-none="1">
2472
- <doc xml:space="preserve">Additional data specified when registering the
2473
- marshaller, see g_closure_set_marshal() and
2474
- g_closure_set_meta_marshal()</doc>
2386
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
2475
2387
  <type name="gpointer" c:type="gpointer"/>
2476
2388
  </parameter>
2477
2389
  </parameters>
@@ -10252,8 +10164,8 @@ a #GValue of type @dest_type.</doc>
10252
10164
  c:identifier="g_value_type_transformable">
10253
10165
  <doc xml:space="preserve">Check whether g_value_transform() is able to transform values
10254
10166
  of type @src_type into values of type @dest_type. Note that for
10255
- the types to be transformable, they must be compatible and a
10256
- transform function must be registered.</doc>
10167
+ the types to be transformable, they must be compatible or a
10168
+ transformation function must be registered.</doc>
10257
10169
  <return-value transfer-ownership="none">
10258
10170
  <doc xml:space="preserve">%TRUE if the transformation is possible, %FALSE otherwise.</doc>
10259
10171
  <type name="gboolean" c:type="gboolean"/>
@@ -10403,7 +10315,7 @@ is %NULL, an uninitialized value is inserted.</doc>
10403
10315
  <type name="ValueArray" c:type="GValueArray*"/>
10404
10316
  </instance-parameter>
10405
10317
  <parameter name="index_" transfer-ownership="none">
10406
- <doc xml:space="preserve">insertion position, must be &lt;= value_array-&amp;gt;n_values</doc>
10318
+ <doc xml:space="preserve">insertion position, must be &lt;= value_array-&gt;;n_values</doc>
10407
10319
  <type name="guint" c:type="guint"/>
10408
10320
  </parameter>
10409
10321
  <parameter name="value"
@@ -10843,47 +10755,42 @@ accumulator, such as g_signal_accumulator_true_handled().</doc>
10843
10755
  <function name="cclosure_marshal_BOOLEAN__FLAGS"
10844
10756
  c:identifier="g_cclosure_marshal_BOOLEAN__FLAGS"
10845
10757
  moved-to="CClosure.marshal_BOOLEAN__FLAGS">
10846
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with handlers that
10847
- take a flags type as an argument and return a boolean. If you have
10848
- such a signal, you will probably also need to use an accumulator,
10849
- such as g_signal_accumulator_true_handled().</doc>
10758
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
10759
+ `gboolean (*callback) (gpointer instance, gint arg1, gpointer user_data)` where the #gint parameter
10760
+ denotes a flags type.</doc>
10850
10761
  <return-value transfer-ownership="none">
10851
10762
  <type name="none" c:type="void"/>
10852
10763
  </return-value>
10853
10764
  <parameters>
10854
10765
  <parameter name="closure" transfer-ownership="none">
10855
- <doc xml:space="preserve">A #GClosure.</doc>
10766
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
10856
10767
  <type name="Closure" c:type="GClosure*"/>
10857
10768
  </parameter>
10858
10769
  <parameter name="return_value" transfer-ownership="none">
10859
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
10860
- if the callback of closure doesn't return a value.</doc>
10770
+ <doc xml:space="preserve">a #GValue which can store the returned #gboolean</doc>
10861
10771
  <type name="Value" c:type="GValue*"/>
10862
10772
  </parameter>
10863
10773
  <parameter name="n_param_values" transfer-ownership="none">
10864
- <doc xml:space="preserve">The length of the @param_values array.</doc>
10774
+ <doc xml:space="preserve">2</doc>
10865
10775
  <type name="guint" c:type="guint"/>
10866
10776
  </parameter>
10867
10777
  <parameter name="param_values" transfer-ownership="none">
10868
- <doc xml:space="preserve">An array of #GValues holding the arguments
10869
- on which to invoke the callback of closure.</doc>
10778
+ <doc xml:space="preserve">a #GValue array holding instance and arg1</doc>
10870
10779
  <type name="Value" c:type="const GValue*"/>
10871
10780
  </parameter>
10872
10781
  <parameter name="invocation_hint"
10873
10782
  transfer-ownership="none"
10874
10783
  nullable="1"
10875
10784
  allow-none="1">
10876
- <doc xml:space="preserve">The invocation hint given as the last argument to
10877
- g_closure_invoke().</doc>
10785
+ <doc xml:space="preserve">the invocation hint given as the last argument
10786
+ to g_closure_invoke()</doc>
10878
10787
  <type name="gpointer" c:type="gpointer"/>
10879
10788
  </parameter>
10880
10789
  <parameter name="marshal_data"
10881
10790
  transfer-ownership="none"
10882
10791
  nullable="1"
10883
10792
  allow-none="1">
10884
- <doc xml:space="preserve">Additional data specified when registering the
10885
- marshaller, see g_closure_set_marshal() and
10886
- g_closure_set_meta_marshal()</doc>
10793
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
10887
10794
  <type name="gpointer" c:type="gpointer"/>
10888
10795
  </parameter>
10889
10796
  </parameters>
@@ -10891,46 +10798,41 @@ such as g_signal_accumulator_true_handled().</doc>
10891
10798
  <function name="cclosure_marshal_STRING__OBJECT_POINTER"
10892
10799
  c:identifier="g_cclosure_marshal_STRING__OBJECT_POINTER"
10893
10800
  moved-to="CClosure.marshal_STRING__OBJECT_POINTER">
10894
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with handlers that
10895
- take a #GObject and a pointer and produce a string. It is highly
10896
- unlikely that your signal handler fits this description.</doc>
10801
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
10802
+ `gchar* (*callback) (gpointer instance, GObject *arg1, gpointer arg2, gpointer user_data)`.</doc>
10897
10803
  <return-value transfer-ownership="none">
10898
10804
  <type name="none" c:type="void"/>
10899
10805
  </return-value>
10900
10806
  <parameters>
10901
10807
  <parameter name="closure" transfer-ownership="none">
10902
- <doc xml:space="preserve">A #GClosure.</doc>
10808
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
10903
10809
  <type name="Closure" c:type="GClosure*"/>
10904
10810
  </parameter>
10905
10811
  <parameter name="return_value" transfer-ownership="none">
10906
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
10907
- if the callback of closure doesn't return a value.</doc>
10812
+ <doc xml:space="preserve">a #GValue, which can store the returned string</doc>
10908
10813
  <type name="Value" c:type="GValue*"/>
10909
10814
  </parameter>
10910
10815
  <parameter name="n_param_values" transfer-ownership="none">
10911
- <doc xml:space="preserve">The length of the @param_values array.</doc>
10816
+ <doc xml:space="preserve">3</doc>
10912
10817
  <type name="guint" c:type="guint"/>
10913
10818
  </parameter>
10914
10819
  <parameter name="param_values" transfer-ownership="none">
10915
- <doc xml:space="preserve">An array of #GValues holding the arguments
10916
- on which to invoke the callback of closure.</doc>
10820
+ <doc xml:space="preserve">a #GValue array holding instance, arg1 and arg2</doc>
10917
10821
  <type name="Value" c:type="const GValue*"/>
10918
10822
  </parameter>
10919
10823
  <parameter name="invocation_hint"
10920
10824
  transfer-ownership="none"
10921
10825
  nullable="1"
10922
10826
  allow-none="1">
10923
- <doc xml:space="preserve">The invocation hint given as the last argument to
10924
- g_closure_invoke().</doc>
10827
+ <doc xml:space="preserve">the invocation hint given as the last argument
10828
+ to g_closure_invoke()</doc>
10925
10829
  <type name="gpointer" c:type="gpointer"/>
10926
10830
  </parameter>
10927
10831
  <parameter name="marshal_data"
10928
10832
  transfer-ownership="none"
10929
10833
  nullable="1"
10930
10834
  allow-none="1">
10931
- <doc xml:space="preserve">Additional data specified when registering the
10932
- marshaller, see g_closure_set_marshal() and
10933
- g_closure_set_meta_marshal()</doc>
10835
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
10934
10836
  <type name="gpointer" c:type="gpointer"/>
10935
10837
  </parameter>
10936
10838
  </parameters>
@@ -10938,45 +10840,41 @@ unlikely that your signal handler fits this description.</doc>
10938
10840
  <function name="cclosure_marshal_VOID__BOOLEAN"
10939
10841
  c:identifier="g_cclosure_marshal_VOID__BOOLEAN"
10940
10842
  moved-to="CClosure.marshal_VOID__BOOLEAN">
10941
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
10942
- boolean argument.</doc>
10843
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
10844
+ `void (*callback) (gpointer instance, gboolean arg1, gpointer user_data)`.</doc>
10943
10845
  <return-value transfer-ownership="none">
10944
10846
  <type name="none" c:type="void"/>
10945
10847
  </return-value>
10946
10848
  <parameters>
10947
10849
  <parameter name="closure" transfer-ownership="none">
10948
- <doc xml:space="preserve">A #GClosure.</doc>
10850
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
10949
10851
  <type name="Closure" c:type="GClosure*"/>
10950
10852
  </parameter>
10951
10853
  <parameter name="return_value" transfer-ownership="none">
10952
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
10953
- if the callback of closure doesn't return a value.</doc>
10854
+ <doc xml:space="preserve">ignored</doc>
10954
10855
  <type name="Value" c:type="GValue*"/>
10955
10856
  </parameter>
10956
10857
  <parameter name="n_param_values" transfer-ownership="none">
10957
- <doc xml:space="preserve">The length of the @param_values array.</doc>
10858
+ <doc xml:space="preserve">2</doc>
10958
10859
  <type name="guint" c:type="guint"/>
10959
10860
  </parameter>
10960
10861
  <parameter name="param_values" transfer-ownership="none">
10961
- <doc xml:space="preserve">An array of #GValues holding the arguments
10962
- on which to invoke the callback of closure.</doc>
10862
+ <doc xml:space="preserve">a #GValue array holding the instance and the #gboolean parameter</doc>
10963
10863
  <type name="Value" c:type="const GValue*"/>
10964
10864
  </parameter>
10965
10865
  <parameter name="invocation_hint"
10966
10866
  transfer-ownership="none"
10967
10867
  nullable="1"
10968
10868
  allow-none="1">
10969
- <doc xml:space="preserve">The invocation hint given as the last argument to
10970
- g_closure_invoke().</doc>
10869
+ <doc xml:space="preserve">the invocation hint given as the last argument
10870
+ to g_closure_invoke()</doc>
10971
10871
  <type name="gpointer" c:type="gpointer"/>
10972
10872
  </parameter>
10973
10873
  <parameter name="marshal_data"
10974
10874
  transfer-ownership="none"
10975
10875
  nullable="1"
10976
10876
  allow-none="1">
10977
- <doc xml:space="preserve">Additional data specified when registering the
10978
- marshaller, see g_closure_set_marshal() and
10979
- g_closure_set_meta_marshal()</doc>
10877
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
10980
10878
  <type name="gpointer" c:type="gpointer"/>
10981
10879
  </parameter>
10982
10880
  </parameters>
@@ -10984,45 +10882,41 @@ boolean argument.</doc>
10984
10882
  <function name="cclosure_marshal_VOID__BOXED"
10985
10883
  c:identifier="g_cclosure_marshal_VOID__BOXED"
10986
10884
  moved-to="CClosure.marshal_VOID__BOXED">
10987
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
10988
- argument which is any boxed pointer type.</doc>
10885
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
10886
+ `void (*callback) (gpointer instance, GBoxed *arg1, gpointer user_data)`.</doc>
10989
10887
  <return-value transfer-ownership="none">
10990
10888
  <type name="none" c:type="void"/>
10991
10889
  </return-value>
10992
10890
  <parameters>
10993
10891
  <parameter name="closure" transfer-ownership="none">
10994
- <doc xml:space="preserve">A #GClosure.</doc>
10892
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
10995
10893
  <type name="Closure" c:type="GClosure*"/>
10996
10894
  </parameter>
10997
10895
  <parameter name="return_value" transfer-ownership="none">
10998
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
10999
- if the callback of closure doesn't return a value.</doc>
10896
+ <doc xml:space="preserve">ignored</doc>
11000
10897
  <type name="Value" c:type="GValue*"/>
11001
10898
  </parameter>
11002
10899
  <parameter name="n_param_values" transfer-ownership="none">
11003
- <doc xml:space="preserve">The length of the @param_values array.</doc>
10900
+ <doc xml:space="preserve">2</doc>
11004
10901
  <type name="guint" c:type="guint"/>
11005
10902
  </parameter>
11006
10903
  <parameter name="param_values" transfer-ownership="none">
11007
- <doc xml:space="preserve">An array of #GValues holding the arguments
11008
- on which to invoke the callback of closure.</doc>
10904
+ <doc xml:space="preserve">a #GValue array holding the instance and the #GBoxed* parameter</doc>
11009
10905
  <type name="Value" c:type="const GValue*"/>
11010
10906
  </parameter>
11011
10907
  <parameter name="invocation_hint"
11012
10908
  transfer-ownership="none"
11013
10909
  nullable="1"
11014
10910
  allow-none="1">
11015
- <doc xml:space="preserve">The invocation hint given as the last argument to
11016
- g_closure_invoke().</doc>
10911
+ <doc xml:space="preserve">the invocation hint given as the last argument
10912
+ to g_closure_invoke()</doc>
11017
10913
  <type name="gpointer" c:type="gpointer"/>
11018
10914
  </parameter>
11019
10915
  <parameter name="marshal_data"
11020
10916
  transfer-ownership="none"
11021
10917
  nullable="1"
11022
10918
  allow-none="1">
11023
- <doc xml:space="preserve">Additional data specified when registering the
11024
- marshaller, see g_closure_set_marshal() and
11025
- g_closure_set_meta_marshal()</doc>
10919
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
11026
10920
  <type name="gpointer" c:type="gpointer"/>
11027
10921
  </parameter>
11028
10922
  </parameters>
@@ -11030,45 +10924,41 @@ argument which is any boxed pointer type.</doc>
11030
10924
  <function name="cclosure_marshal_VOID__CHAR"
11031
10925
  c:identifier="g_cclosure_marshal_VOID__CHAR"
11032
10926
  moved-to="CClosure.marshal_VOID__CHAR">
11033
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
11034
- character argument.</doc>
10927
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
10928
+ `void (*callback) (gpointer instance, gchar arg1, gpointer user_data)`.</doc>
11035
10929
  <return-value transfer-ownership="none">
11036
10930
  <type name="none" c:type="void"/>
11037
10931
  </return-value>
11038
10932
  <parameters>
11039
10933
  <parameter name="closure" transfer-ownership="none">
11040
- <doc xml:space="preserve">A #GClosure.</doc>
10934
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
11041
10935
  <type name="Closure" c:type="GClosure*"/>
11042
10936
  </parameter>
11043
10937
  <parameter name="return_value" transfer-ownership="none">
11044
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
11045
- if the callback of closure doesn't return a value.</doc>
10938
+ <doc xml:space="preserve">ignored</doc>
11046
10939
  <type name="Value" c:type="GValue*"/>
11047
10940
  </parameter>
11048
10941
  <parameter name="n_param_values" transfer-ownership="none">
11049
- <doc xml:space="preserve">The length of the @param_values array.</doc>
10942
+ <doc xml:space="preserve">2</doc>
11050
10943
  <type name="guint" c:type="guint"/>
11051
10944
  </parameter>
11052
10945
  <parameter name="param_values" transfer-ownership="none">
11053
- <doc xml:space="preserve">An array of #GValues holding the arguments
11054
- on which to invoke the callback of closure.</doc>
10946
+ <doc xml:space="preserve">a #GValue array holding the instance and the #gchar parameter</doc>
11055
10947
  <type name="Value" c:type="const GValue*"/>
11056
10948
  </parameter>
11057
10949
  <parameter name="invocation_hint"
11058
10950
  transfer-ownership="none"
11059
10951
  nullable="1"
11060
10952
  allow-none="1">
11061
- <doc xml:space="preserve">The invocation hint given as the last argument to
11062
- g_closure_invoke().</doc>
10953
+ <doc xml:space="preserve">the invocation hint given as the last argument
10954
+ to g_closure_invoke()</doc>
11063
10955
  <type name="gpointer" c:type="gpointer"/>
11064
10956
  </parameter>
11065
10957
  <parameter name="marshal_data"
11066
10958
  transfer-ownership="none"
11067
10959
  nullable="1"
11068
10960
  allow-none="1">
11069
- <doc xml:space="preserve">Additional data specified when registering the
11070
- marshaller, see g_closure_set_marshal() and
11071
- g_closure_set_meta_marshal()</doc>
10961
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
11072
10962
  <type name="gpointer" c:type="gpointer"/>
11073
10963
  </parameter>
11074
10964
  </parameters>
@@ -11076,45 +10966,41 @@ character argument.</doc>
11076
10966
  <function name="cclosure_marshal_VOID__DOUBLE"
11077
10967
  c:identifier="g_cclosure_marshal_VOID__DOUBLE"
11078
10968
  moved-to="CClosure.marshal_VOID__DOUBLE">
11079
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with one
11080
- double-precision floating point argument.</doc>
10969
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
10970
+ `void (*callback) (gpointer instance, gdouble arg1, gpointer user_data)`.</doc>
11081
10971
  <return-value transfer-ownership="none">
11082
10972
  <type name="none" c:type="void"/>
11083
10973
  </return-value>
11084
10974
  <parameters>
11085
10975
  <parameter name="closure" transfer-ownership="none">
11086
- <doc xml:space="preserve">A #GClosure.</doc>
10976
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
11087
10977
  <type name="Closure" c:type="GClosure*"/>
11088
10978
  </parameter>
11089
10979
  <parameter name="return_value" transfer-ownership="none">
11090
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
11091
- if the callback of closure doesn't return a value.</doc>
10980
+ <doc xml:space="preserve">ignored</doc>
11092
10981
  <type name="Value" c:type="GValue*"/>
11093
10982
  </parameter>
11094
10983
  <parameter name="n_param_values" transfer-ownership="none">
11095
- <doc xml:space="preserve">The length of the @param_values array.</doc>
10984
+ <doc xml:space="preserve">2</doc>
11096
10985
  <type name="guint" c:type="guint"/>
11097
10986
  </parameter>
11098
10987
  <parameter name="param_values" transfer-ownership="none">
11099
- <doc xml:space="preserve">An array of #GValues holding the arguments
11100
- on which to invoke the callback of closure.</doc>
10988
+ <doc xml:space="preserve">a #GValue array holding the instance and the #gdouble parameter</doc>
11101
10989
  <type name="Value" c:type="const GValue*"/>
11102
10990
  </parameter>
11103
10991
  <parameter name="invocation_hint"
11104
10992
  transfer-ownership="none"
11105
10993
  nullable="1"
11106
10994
  allow-none="1">
11107
- <doc xml:space="preserve">The invocation hint given as the last argument to
11108
- g_closure_invoke().</doc>
10995
+ <doc xml:space="preserve">the invocation hint given as the last argument
10996
+ to g_closure_invoke()</doc>
11109
10997
  <type name="gpointer" c:type="gpointer"/>
11110
10998
  </parameter>
11111
10999
  <parameter name="marshal_data"
11112
11000
  transfer-ownership="none"
11113
11001
  nullable="1"
11114
11002
  allow-none="1">
11115
- <doc xml:space="preserve">Additional data specified when registering the
11116
- marshaller, see g_closure_set_marshal() and
11117
- g_closure_set_meta_marshal()</doc>
11003
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
11118
11004
  <type name="gpointer" c:type="gpointer"/>
11119
11005
  </parameter>
11120
11006
  </parameters>
@@ -11122,45 +11008,41 @@ double-precision floating point argument.</doc>
11122
11008
  <function name="cclosure_marshal_VOID__ENUM"
11123
11009
  c:identifier="g_cclosure_marshal_VOID__ENUM"
11124
11010
  moved-to="CClosure.marshal_VOID__ENUM">
11125
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
11126
- argument with an enumerated type.</doc>
11011
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
11012
+ `void (*callback) (gpointer instance, gint arg1, gpointer user_data)` where the #gint parameter denotes an enumeration type..</doc>
11127
11013
  <return-value transfer-ownership="none">
11128
11014
  <type name="none" c:type="void"/>
11129
11015
  </return-value>
11130
11016
  <parameters>
11131
11017
  <parameter name="closure" transfer-ownership="none">
11132
- <doc xml:space="preserve">A #GClosure.</doc>
11018
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
11133
11019
  <type name="Closure" c:type="GClosure*"/>
11134
11020
  </parameter>
11135
11021
  <parameter name="return_value" transfer-ownership="none">
11136
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
11137
- if the callback of closure doesn't return a value.</doc>
11022
+ <doc xml:space="preserve">ignored</doc>
11138
11023
  <type name="Value" c:type="GValue*"/>
11139
11024
  </parameter>
11140
11025
  <parameter name="n_param_values" transfer-ownership="none">
11141
- <doc xml:space="preserve">The length of the @param_values array.</doc>
11026
+ <doc xml:space="preserve">2</doc>
11142
11027
  <type name="guint" c:type="guint"/>
11143
11028
  </parameter>
11144
11029
  <parameter name="param_values" transfer-ownership="none">
11145
- <doc xml:space="preserve">An array of #GValues holding the arguments
11146
- on which to invoke the callback of closure.</doc>
11030
+ <doc xml:space="preserve">a #GValue array holding the instance and the enumeration parameter</doc>
11147
11031
  <type name="Value" c:type="const GValue*"/>
11148
11032
  </parameter>
11149
11033
  <parameter name="invocation_hint"
11150
11034
  transfer-ownership="none"
11151
11035
  nullable="1"
11152
11036
  allow-none="1">
11153
- <doc xml:space="preserve">The invocation hint given as the last argument to
11154
- g_closure_invoke().</doc>
11037
+ <doc xml:space="preserve">the invocation hint given as the last argument
11038
+ to g_closure_invoke()</doc>
11155
11039
  <type name="gpointer" c:type="gpointer"/>
11156
11040
  </parameter>
11157
11041
  <parameter name="marshal_data"
11158
11042
  transfer-ownership="none"
11159
11043
  nullable="1"
11160
11044
  allow-none="1">
11161
- <doc xml:space="preserve">Additional data specified when registering the
11162
- marshaller, see g_closure_set_marshal() and
11163
- g_closure_set_meta_marshal()</doc>
11045
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
11164
11046
  <type name="gpointer" c:type="gpointer"/>
11165
11047
  </parameter>
11166
11048
  </parameters>
@@ -11168,45 +11050,41 @@ argument with an enumerated type.</doc>
11168
11050
  <function name="cclosure_marshal_VOID__FLAGS"
11169
11051
  c:identifier="g_cclosure_marshal_VOID__FLAGS"
11170
11052
  moved-to="CClosure.marshal_VOID__FLAGS">
11171
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
11172
- argument with a flags types.</doc>
11053
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
11054
+ `void (*callback) (gpointer instance, gint arg1, gpointer user_data)` where the #gint parameter denotes a flags type.</doc>
11173
11055
  <return-value transfer-ownership="none">
11174
11056
  <type name="none" c:type="void"/>
11175
11057
  </return-value>
11176
11058
  <parameters>
11177
11059
  <parameter name="closure" transfer-ownership="none">
11178
- <doc xml:space="preserve">A #GClosure.</doc>
11060
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
11179
11061
  <type name="Closure" c:type="GClosure*"/>
11180
11062
  </parameter>
11181
11063
  <parameter name="return_value" transfer-ownership="none">
11182
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
11183
- if the callback of closure doesn't return a value.</doc>
11064
+ <doc xml:space="preserve">ignored</doc>
11184
11065
  <type name="Value" c:type="GValue*"/>
11185
11066
  </parameter>
11186
11067
  <parameter name="n_param_values" transfer-ownership="none">
11187
- <doc xml:space="preserve">The length of the @param_values array.</doc>
11068
+ <doc xml:space="preserve">2</doc>
11188
11069
  <type name="guint" c:type="guint"/>
11189
11070
  </parameter>
11190
11071
  <parameter name="param_values" transfer-ownership="none">
11191
- <doc xml:space="preserve">An array of #GValues holding the arguments
11192
- on which to invoke the callback of closure.</doc>
11072
+ <doc xml:space="preserve">a #GValue array holding the instance and the flags parameter</doc>
11193
11073
  <type name="Value" c:type="const GValue*"/>
11194
11074
  </parameter>
11195
11075
  <parameter name="invocation_hint"
11196
11076
  transfer-ownership="none"
11197
11077
  nullable="1"
11198
11078
  allow-none="1">
11199
- <doc xml:space="preserve">The invocation hint given as the last argument to
11200
- g_closure_invoke().</doc>
11079
+ <doc xml:space="preserve">the invocation hint given as the last argument
11080
+ to g_closure_invoke()</doc>
11201
11081
  <type name="gpointer" c:type="gpointer"/>
11202
11082
  </parameter>
11203
11083
  <parameter name="marshal_data"
11204
11084
  transfer-ownership="none"
11205
11085
  nullable="1"
11206
11086
  allow-none="1">
11207
- <doc xml:space="preserve">Additional data specified when registering the
11208
- marshaller, see g_closure_set_marshal() and
11209
- g_closure_set_meta_marshal()</doc>
11087
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
11210
11088
  <type name="gpointer" c:type="gpointer"/>
11211
11089
  </parameter>
11212
11090
  </parameters>
@@ -11214,45 +11092,41 @@ argument with a flags types.</doc>
11214
11092
  <function name="cclosure_marshal_VOID__FLOAT"
11215
11093
  c:identifier="g_cclosure_marshal_VOID__FLOAT"
11216
11094
  moved-to="CClosure.marshal_VOID__FLOAT">
11217
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with one
11218
- single-precision floating point argument.</doc>
11095
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
11096
+ `void (*callback) (gpointer instance, gfloat arg1, gpointer user_data)`.</doc>
11219
11097
  <return-value transfer-ownership="none">
11220
11098
  <type name="none" c:type="void"/>
11221
11099
  </return-value>
11222
11100
  <parameters>
11223
11101
  <parameter name="closure" transfer-ownership="none">
11224
- <doc xml:space="preserve">A #GClosure.</doc>
11102
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
11225
11103
  <type name="Closure" c:type="GClosure*"/>
11226
11104
  </parameter>
11227
11105
  <parameter name="return_value" transfer-ownership="none">
11228
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
11229
- if the callback of closure doesn't return a value.</doc>
11106
+ <doc xml:space="preserve">ignored</doc>
11230
11107
  <type name="Value" c:type="GValue*"/>
11231
11108
  </parameter>
11232
11109
  <parameter name="n_param_values" transfer-ownership="none">
11233
- <doc xml:space="preserve">The length of the @param_values array.</doc>
11110
+ <doc xml:space="preserve">2</doc>
11234
11111
  <type name="guint" c:type="guint"/>
11235
11112
  </parameter>
11236
11113
  <parameter name="param_values" transfer-ownership="none">
11237
- <doc xml:space="preserve">An array of #GValues holding the arguments
11238
- on which to invoke the callback of closure.</doc>
11114
+ <doc xml:space="preserve">a #GValue array holding the instance and the #gfloat parameter</doc>
11239
11115
  <type name="Value" c:type="const GValue*"/>
11240
11116
  </parameter>
11241
11117
  <parameter name="invocation_hint"
11242
11118
  transfer-ownership="none"
11243
11119
  nullable="1"
11244
11120
  allow-none="1">
11245
- <doc xml:space="preserve">The invocation hint given as the last argument to
11246
- g_closure_invoke().</doc>
11121
+ <doc xml:space="preserve">the invocation hint given as the last argument
11122
+ to g_closure_invoke()</doc>
11247
11123
  <type name="gpointer" c:type="gpointer"/>
11248
11124
  </parameter>
11249
11125
  <parameter name="marshal_data"
11250
11126
  transfer-ownership="none"
11251
11127
  nullable="1"
11252
11128
  allow-none="1">
11253
- <doc xml:space="preserve">Additional data specified when registering the
11254
- marshaller, see g_closure_set_marshal() and
11255
- g_closure_set_meta_marshal()</doc>
11129
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
11256
11130
  <type name="gpointer" c:type="gpointer"/>
11257
11131
  </parameter>
11258
11132
  </parameters>
@@ -11260,45 +11134,41 @@ single-precision floating point argument.</doc>
11260
11134
  <function name="cclosure_marshal_VOID__INT"
11261
11135
  c:identifier="g_cclosure_marshal_VOID__INT"
11262
11136
  moved-to="CClosure.marshal_VOID__INT">
11263
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
11264
- integer argument.</doc>
11137
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
11138
+ `void (*callback) (gpointer instance, gint arg1, gpointer user_data)`.</doc>
11265
11139
  <return-value transfer-ownership="none">
11266
11140
  <type name="none" c:type="void"/>
11267
11141
  </return-value>
11268
11142
  <parameters>
11269
11143
  <parameter name="closure" transfer-ownership="none">
11270
- <doc xml:space="preserve">A #GClosure.</doc>
11144
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
11271
11145
  <type name="Closure" c:type="GClosure*"/>
11272
11146
  </parameter>
11273
11147
  <parameter name="return_value" transfer-ownership="none">
11274
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
11275
- if the callback of closure doesn't return a value.</doc>
11148
+ <doc xml:space="preserve">ignored</doc>
11276
11149
  <type name="Value" c:type="GValue*"/>
11277
11150
  </parameter>
11278
11151
  <parameter name="n_param_values" transfer-ownership="none">
11279
- <doc xml:space="preserve">The length of the @param_values array.</doc>
11152
+ <doc xml:space="preserve">2</doc>
11280
11153
  <type name="guint" c:type="guint"/>
11281
11154
  </parameter>
11282
11155
  <parameter name="param_values" transfer-ownership="none">
11283
- <doc xml:space="preserve">An array of #GValues holding the arguments
11284
- on which to invoke the callback of closure.</doc>
11156
+ <doc xml:space="preserve">a #GValue array holding the instance and the #gint parameter</doc>
11285
11157
  <type name="Value" c:type="const GValue*"/>
11286
11158
  </parameter>
11287
11159
  <parameter name="invocation_hint"
11288
11160
  transfer-ownership="none"
11289
11161
  nullable="1"
11290
11162
  allow-none="1">
11291
- <doc xml:space="preserve">The invocation hint given as the last argument to
11292
- g_closure_invoke().</doc>
11163
+ <doc xml:space="preserve">the invocation hint given as the last argument
11164
+ to g_closure_invoke()</doc>
11293
11165
  <type name="gpointer" c:type="gpointer"/>
11294
11166
  </parameter>
11295
11167
  <parameter name="marshal_data"
11296
11168
  transfer-ownership="none"
11297
11169
  nullable="1"
11298
11170
  allow-none="1">
11299
- <doc xml:space="preserve">Additional data specified when registering the
11300
- marshaller, see g_closure_set_marshal() and
11301
- g_closure_set_meta_marshal()</doc>
11171
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
11302
11172
  <type name="gpointer" c:type="gpointer"/>
11303
11173
  </parameter>
11304
11174
  </parameters>
@@ -11306,45 +11176,41 @@ integer argument.</doc>
11306
11176
  <function name="cclosure_marshal_VOID__LONG"
11307
11177
  c:identifier="g_cclosure_marshal_VOID__LONG"
11308
11178
  moved-to="CClosure.marshal_VOID__LONG">
11309
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with with a single
11310
- long integer argument.</doc>
11179
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
11180
+ `void (*callback) (gpointer instance, glong arg1, gpointer user_data)`.</doc>
11311
11181
  <return-value transfer-ownership="none">
11312
11182
  <type name="none" c:type="void"/>
11313
11183
  </return-value>
11314
11184
  <parameters>
11315
11185
  <parameter name="closure" transfer-ownership="none">
11316
- <doc xml:space="preserve">A #GClosure.</doc>
11186
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
11317
11187
  <type name="Closure" c:type="GClosure*"/>
11318
11188
  </parameter>
11319
11189
  <parameter name="return_value" transfer-ownership="none">
11320
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
11321
- if the callback of closure doesn't return a value.</doc>
11190
+ <doc xml:space="preserve">ignored</doc>
11322
11191
  <type name="Value" c:type="GValue*"/>
11323
11192
  </parameter>
11324
11193
  <parameter name="n_param_values" transfer-ownership="none">
11325
- <doc xml:space="preserve">The length of the @param_values array.</doc>
11194
+ <doc xml:space="preserve">2</doc>
11326
11195
  <type name="guint" c:type="guint"/>
11327
11196
  </parameter>
11328
11197
  <parameter name="param_values" transfer-ownership="none">
11329
- <doc xml:space="preserve">An array of #GValues holding the arguments
11330
- on which to invoke the callback of closure.</doc>
11198
+ <doc xml:space="preserve">a #GValue array holding the instance and the #glong parameter</doc>
11331
11199
  <type name="Value" c:type="const GValue*"/>
11332
11200
  </parameter>
11333
11201
  <parameter name="invocation_hint"
11334
11202
  transfer-ownership="none"
11335
11203
  nullable="1"
11336
11204
  allow-none="1">
11337
- <doc xml:space="preserve">The invocation hint given as the last argument to
11338
- g_closure_invoke().</doc>
11205
+ <doc xml:space="preserve">the invocation hint given as the last argument
11206
+ to g_closure_invoke()</doc>
11339
11207
  <type name="gpointer" c:type="gpointer"/>
11340
11208
  </parameter>
11341
11209
  <parameter name="marshal_data"
11342
11210
  transfer-ownership="none"
11343
11211
  nullable="1"
11344
11212
  allow-none="1">
11345
- <doc xml:space="preserve">Additional data specified when registering the
11346
- marshaller, see g_closure_set_marshal() and
11347
- g_closure_set_meta_marshal()</doc>
11213
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
11348
11214
  <type name="gpointer" c:type="gpointer"/>
11349
11215
  </parameter>
11350
11216
  </parameters>
@@ -11352,45 +11218,41 @@ long integer argument.</doc>
11352
11218
  <function name="cclosure_marshal_VOID__OBJECT"
11353
11219
  c:identifier="g_cclosure_marshal_VOID__OBJECT"
11354
11220
  moved-to="CClosure.marshal_VOID__OBJECT">
11355
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
11356
- #GObject argument.</doc>
11221
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
11222
+ `void (*callback) (gpointer instance, GObject *arg1, gpointer user_data)`.</doc>
11357
11223
  <return-value transfer-ownership="none">
11358
11224
  <type name="none" c:type="void"/>
11359
11225
  </return-value>
11360
11226
  <parameters>
11361
11227
  <parameter name="closure" transfer-ownership="none">
11362
- <doc xml:space="preserve">A #GClosure.</doc>
11228
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
11363
11229
  <type name="Closure" c:type="GClosure*"/>
11364
11230
  </parameter>
11365
11231
  <parameter name="return_value" transfer-ownership="none">
11366
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
11367
- if the callback of closure doesn't return a value.</doc>
11232
+ <doc xml:space="preserve">ignored</doc>
11368
11233
  <type name="Value" c:type="GValue*"/>
11369
11234
  </parameter>
11370
11235
  <parameter name="n_param_values" transfer-ownership="none">
11371
- <doc xml:space="preserve">The length of the @param_values array.</doc>
11236
+ <doc xml:space="preserve">2</doc>
11372
11237
  <type name="guint" c:type="guint"/>
11373
11238
  </parameter>
11374
11239
  <parameter name="param_values" transfer-ownership="none">
11375
- <doc xml:space="preserve">An array of #GValues holding the arguments
11376
- on which to invoke the callback of closure.</doc>
11240
+ <doc xml:space="preserve">a #GValue array holding the instance and the #GObject* parameter</doc>
11377
11241
  <type name="Value" c:type="const GValue*"/>
11378
11242
  </parameter>
11379
11243
  <parameter name="invocation_hint"
11380
11244
  transfer-ownership="none"
11381
11245
  nullable="1"
11382
11246
  allow-none="1">
11383
- <doc xml:space="preserve">The invocation hint given as the last argument to
11384
- g_closure_invoke().</doc>
11247
+ <doc xml:space="preserve">the invocation hint given as the last argument
11248
+ to g_closure_invoke()</doc>
11385
11249
  <type name="gpointer" c:type="gpointer"/>
11386
11250
  </parameter>
11387
11251
  <parameter name="marshal_data"
11388
11252
  transfer-ownership="none"
11389
11253
  nullable="1"
11390
11254
  allow-none="1">
11391
- <doc xml:space="preserve">Additional data specified when registering the
11392
- marshaller, see g_closure_set_marshal() and
11393
- g_closure_set_meta_marshal()</doc>
11255
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
11394
11256
  <type name="gpointer" c:type="gpointer"/>
11395
11257
  </parameter>
11396
11258
  </parameters>
@@ -11398,45 +11260,41 @@ long integer argument.</doc>
11398
11260
  <function name="cclosure_marshal_VOID__PARAM"
11399
11261
  c:identifier="g_cclosure_marshal_VOID__PARAM"
11400
11262
  moved-to="CClosure.marshal_VOID__PARAM">
11401
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
11402
- argument of type #GParamSpec.</doc>
11263
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
11264
+ `void (*callback) (gpointer instance, GParamSpec *arg1, gpointer user_data)`.</doc>
11403
11265
  <return-value transfer-ownership="none">
11404
11266
  <type name="none" c:type="void"/>
11405
11267
  </return-value>
11406
11268
  <parameters>
11407
11269
  <parameter name="closure" transfer-ownership="none">
11408
- <doc xml:space="preserve">A #GClosure.</doc>
11270
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
11409
11271
  <type name="Closure" c:type="GClosure*"/>
11410
11272
  </parameter>
11411
11273
  <parameter name="return_value" transfer-ownership="none">
11412
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
11413
- if the callback of closure doesn't return a value.</doc>
11274
+ <doc xml:space="preserve">ignored</doc>
11414
11275
  <type name="Value" c:type="GValue*"/>
11415
11276
  </parameter>
11416
11277
  <parameter name="n_param_values" transfer-ownership="none">
11417
- <doc xml:space="preserve">The length of the @param_values array.</doc>
11278
+ <doc xml:space="preserve">2</doc>
11418
11279
  <type name="guint" c:type="guint"/>
11419
11280
  </parameter>
11420
11281
  <parameter name="param_values" transfer-ownership="none">
11421
- <doc xml:space="preserve">An array of #GValues holding the arguments
11422
- on which to invoke the callback of closure.</doc>
11282
+ <doc xml:space="preserve">a #GValue array holding the instance and the #GParamSpec* parameter</doc>
11423
11283
  <type name="Value" c:type="const GValue*"/>
11424
11284
  </parameter>
11425
11285
  <parameter name="invocation_hint"
11426
11286
  transfer-ownership="none"
11427
11287
  nullable="1"
11428
11288
  allow-none="1">
11429
- <doc xml:space="preserve">The invocation hint given as the last argument to
11430
- g_closure_invoke().</doc>
11289
+ <doc xml:space="preserve">the invocation hint given as the last argument
11290
+ to g_closure_invoke()</doc>
11431
11291
  <type name="gpointer" c:type="gpointer"/>
11432
11292
  </parameter>
11433
11293
  <parameter name="marshal_data"
11434
11294
  transfer-ownership="none"
11435
11295
  nullable="1"
11436
11296
  allow-none="1">
11437
- <doc xml:space="preserve">Additional data specified when registering the
11438
- marshaller, see g_closure_set_marshal() and
11439
- g_closure_set_meta_marshal()</doc>
11297
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
11440
11298
  <type name="gpointer" c:type="gpointer"/>
11441
11299
  </parameter>
11442
11300
  </parameters>
@@ -11444,49 +11302,41 @@ argument of type #GParamSpec.</doc>
11444
11302
  <function name="cclosure_marshal_VOID__POINTER"
11445
11303
  c:identifier="g_cclosure_marshal_VOID__POINTER"
11446
11304
  moved-to="CClosure.marshal_VOID__POINTER">
11447
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single raw
11448
- pointer argument type.
11449
-
11450
- If it is possible, it is better to use one of the more specific
11451
- functions such as g_cclosure_marshal_VOID__OBJECT() or
11452
- g_cclosure_marshal_VOID__OBJECT().</doc>
11305
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
11306
+ `void (*callback) (gpointer instance, gpointer arg1, gpointer user_data)`.</doc>
11453
11307
  <return-value transfer-ownership="none">
11454
11308
  <type name="none" c:type="void"/>
11455
11309
  </return-value>
11456
11310
  <parameters>
11457
11311
  <parameter name="closure" transfer-ownership="none">
11458
- <doc xml:space="preserve">A #GClosure.</doc>
11312
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
11459
11313
  <type name="Closure" c:type="GClosure*"/>
11460
11314
  </parameter>
11461
11315
  <parameter name="return_value" transfer-ownership="none">
11462
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
11463
- if the callback of closure doesn't return a value.</doc>
11316
+ <doc xml:space="preserve">ignored</doc>
11464
11317
  <type name="Value" c:type="GValue*"/>
11465
11318
  </parameter>
11466
11319
  <parameter name="n_param_values" transfer-ownership="none">
11467
- <doc xml:space="preserve">The length of the @param_values array.</doc>
11320
+ <doc xml:space="preserve">2</doc>
11468
11321
  <type name="guint" c:type="guint"/>
11469
11322
  </parameter>
11470
11323
  <parameter name="param_values" transfer-ownership="none">
11471
- <doc xml:space="preserve">An array of #GValues holding the arguments
11472
- on which to invoke the callback of closure.</doc>
11324
+ <doc xml:space="preserve">a #GValue array holding the instance and the #gpointer parameter</doc>
11473
11325
  <type name="Value" c:type="const GValue*"/>
11474
11326
  </parameter>
11475
11327
  <parameter name="invocation_hint"
11476
11328
  transfer-ownership="none"
11477
11329
  nullable="1"
11478
11330
  allow-none="1">
11479
- <doc xml:space="preserve">The invocation hint given as the last argument to
11480
- g_closure_invoke().</doc>
11331
+ <doc xml:space="preserve">the invocation hint given as the last argument
11332
+ to g_closure_invoke()</doc>
11481
11333
  <type name="gpointer" c:type="gpointer"/>
11482
11334
  </parameter>
11483
11335
  <parameter name="marshal_data"
11484
11336
  transfer-ownership="none"
11485
11337
  nullable="1"
11486
11338
  allow-none="1">
11487
- <doc xml:space="preserve">Additional data specified when registering the
11488
- marshaller, see g_closure_set_marshal() and
11489
- g_closure_set_meta_marshal()</doc>
11339
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
11490
11340
  <type name="gpointer" c:type="gpointer"/>
11491
11341
  </parameter>
11492
11342
  </parameters>
@@ -11494,45 +11344,41 @@ g_cclosure_marshal_VOID__OBJECT().</doc>
11494
11344
  <function name="cclosure_marshal_VOID__STRING"
11495
11345
  c:identifier="g_cclosure_marshal_VOID__STRING"
11496
11346
  moved-to="CClosure.marshal_VOID__STRING">
11497
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single string
11498
- argument.</doc>
11347
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
11348
+ `void (*callback) (gpointer instance, const gchar *arg1, gpointer user_data)`.</doc>
11499
11349
  <return-value transfer-ownership="none">
11500
11350
  <type name="none" c:type="void"/>
11501
11351
  </return-value>
11502
11352
  <parameters>
11503
11353
  <parameter name="closure" transfer-ownership="none">
11504
- <doc xml:space="preserve">A #GClosure.</doc>
11354
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
11505
11355
  <type name="Closure" c:type="GClosure*"/>
11506
11356
  </parameter>
11507
11357
  <parameter name="return_value" transfer-ownership="none">
11508
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
11509
- if the callback of closure doesn't return a value.</doc>
11358
+ <doc xml:space="preserve">ignored</doc>
11510
11359
  <type name="Value" c:type="GValue*"/>
11511
11360
  </parameter>
11512
11361
  <parameter name="n_param_values" transfer-ownership="none">
11513
- <doc xml:space="preserve">The length of the @param_values array.</doc>
11362
+ <doc xml:space="preserve">2</doc>
11514
11363
  <type name="guint" c:type="guint"/>
11515
11364
  </parameter>
11516
11365
  <parameter name="param_values" transfer-ownership="none">
11517
- <doc xml:space="preserve">An array of #GValues holding the arguments
11518
- on which to invoke the callback of closure.</doc>
11366
+ <doc xml:space="preserve">a #GValue array holding the instance and the #gchar* parameter</doc>
11519
11367
  <type name="Value" c:type="const GValue*"/>
11520
11368
  </parameter>
11521
11369
  <parameter name="invocation_hint"
11522
11370
  transfer-ownership="none"
11523
11371
  nullable="1"
11524
11372
  allow-none="1">
11525
- <doc xml:space="preserve">The invocation hint given as the last argument to
11526
- g_closure_invoke().</doc>
11373
+ <doc xml:space="preserve">the invocation hint given as the last argument
11374
+ to g_closure_invoke()</doc>
11527
11375
  <type name="gpointer" c:type="gpointer"/>
11528
11376
  </parameter>
11529
11377
  <parameter name="marshal_data"
11530
11378
  transfer-ownership="none"
11531
11379
  nullable="1"
11532
11380
  allow-none="1">
11533
- <doc xml:space="preserve">Additional data specified when registering the
11534
- marshaller, see g_closure_set_marshal() and
11535
- g_closure_set_meta_marshal()</doc>
11381
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
11536
11382
  <type name="gpointer" c:type="gpointer"/>
11537
11383
  </parameter>
11538
11384
  </parameters>
@@ -11540,45 +11386,41 @@ argument.</doc>
11540
11386
  <function name="cclosure_marshal_VOID__UCHAR"
11541
11387
  c:identifier="g_cclosure_marshal_VOID__UCHAR"
11542
11388
  moved-to="CClosure.marshal_VOID__UCHAR">
11543
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
11544
- unsigned character argument.</doc>
11389
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
11390
+ `void (*callback) (gpointer instance, guchar arg1, gpointer user_data)`.</doc>
11545
11391
  <return-value transfer-ownership="none">
11546
11392
  <type name="none" c:type="void"/>
11547
11393
  </return-value>
11548
11394
  <parameters>
11549
11395
  <parameter name="closure" transfer-ownership="none">
11550
- <doc xml:space="preserve">A #GClosure.</doc>
11396
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
11551
11397
  <type name="Closure" c:type="GClosure*"/>
11552
11398
  </parameter>
11553
11399
  <parameter name="return_value" transfer-ownership="none">
11554
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
11555
- if the callback of closure doesn't return a value.</doc>
11400
+ <doc xml:space="preserve">ignored</doc>
11556
11401
  <type name="Value" c:type="GValue*"/>
11557
11402
  </parameter>
11558
11403
  <parameter name="n_param_values" transfer-ownership="none">
11559
- <doc xml:space="preserve">The length of the @param_values array.</doc>
11404
+ <doc xml:space="preserve">2</doc>
11560
11405
  <type name="guint" c:type="guint"/>
11561
11406
  </parameter>
11562
11407
  <parameter name="param_values" transfer-ownership="none">
11563
- <doc xml:space="preserve">An array of #GValues holding the arguments
11564
- on which to invoke the callback of closure.</doc>
11408
+ <doc xml:space="preserve">a #GValue array holding the instance and the #guchar parameter</doc>
11565
11409
  <type name="Value" c:type="const GValue*"/>
11566
11410
  </parameter>
11567
11411
  <parameter name="invocation_hint"
11568
11412
  transfer-ownership="none"
11569
11413
  nullable="1"
11570
11414
  allow-none="1">
11571
- <doc xml:space="preserve">The invocation hint given as the last argument to
11572
- g_closure_invoke().</doc>
11415
+ <doc xml:space="preserve">the invocation hint given as the last argument
11416
+ to g_closure_invoke()</doc>
11573
11417
  <type name="gpointer" c:type="gpointer"/>
11574
11418
  </parameter>
11575
11419
  <parameter name="marshal_data"
11576
11420
  transfer-ownership="none"
11577
11421
  nullable="1"
11578
11422
  allow-none="1">
11579
- <doc xml:space="preserve">Additional data specified when registering the
11580
- marshaller, see g_closure_set_marshal() and
11581
- g_closure_set_meta_marshal()</doc>
11423
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
11582
11424
  <type name="gpointer" c:type="gpointer"/>
11583
11425
  </parameter>
11584
11426
  </parameters>
@@ -11586,45 +11428,41 @@ unsigned character argument.</doc>
11586
11428
  <function name="cclosure_marshal_VOID__UINT"
11587
11429
  c:identifier="g_cclosure_marshal_VOID__UINT"
11588
11430
  moved-to="CClosure.marshal_VOID__UINT">
11589
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with with a single
11590
- unsigned integer argument.</doc>
11431
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
11432
+ `void (*callback) (gpointer instance, guint arg1, gpointer user_data)`.</doc>
11591
11433
  <return-value transfer-ownership="none">
11592
11434
  <type name="none" c:type="void"/>
11593
11435
  </return-value>
11594
11436
  <parameters>
11595
11437
  <parameter name="closure" transfer-ownership="none">
11596
- <doc xml:space="preserve">A #GClosure.</doc>
11438
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
11597
11439
  <type name="Closure" c:type="GClosure*"/>
11598
11440
  </parameter>
11599
11441
  <parameter name="return_value" transfer-ownership="none">
11600
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
11601
- if the callback of closure doesn't return a value.</doc>
11442
+ <doc xml:space="preserve">ignored</doc>
11602
11443
  <type name="Value" c:type="GValue*"/>
11603
11444
  </parameter>
11604
11445
  <parameter name="n_param_values" transfer-ownership="none">
11605
- <doc xml:space="preserve">The length of the @param_values array.</doc>
11446
+ <doc xml:space="preserve">2</doc>
11606
11447
  <type name="guint" c:type="guint"/>
11607
11448
  </parameter>
11608
11449
  <parameter name="param_values" transfer-ownership="none">
11609
- <doc xml:space="preserve">An array of #GValues holding the arguments
11610
- on which to invoke the callback of closure.</doc>
11450
+ <doc xml:space="preserve">a #GValue array holding the instance and the #guint parameter</doc>
11611
11451
  <type name="Value" c:type="const GValue*"/>
11612
11452
  </parameter>
11613
11453
  <parameter name="invocation_hint"
11614
11454
  transfer-ownership="none"
11615
11455
  nullable="1"
11616
11456
  allow-none="1">
11617
- <doc xml:space="preserve">The invocation hint given as the last argument to
11618
- g_closure_invoke().</doc>
11457
+ <doc xml:space="preserve">the invocation hint given as the last argument
11458
+ to g_closure_invoke()</doc>
11619
11459
  <type name="gpointer" c:type="gpointer"/>
11620
11460
  </parameter>
11621
11461
  <parameter name="marshal_data"
11622
11462
  transfer-ownership="none"
11623
11463
  nullable="1"
11624
11464
  allow-none="1">
11625
- <doc xml:space="preserve">Additional data specified when registering the
11626
- marshaller, see g_closure_set_marshal() and
11627
- g_closure_set_meta_marshal()</doc>
11465
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
11628
11466
  <type name="gpointer" c:type="gpointer"/>
11629
11467
  </parameter>
11630
11468
  </parameters>
@@ -11632,45 +11470,41 @@ unsigned integer argument.</doc>
11632
11470
  <function name="cclosure_marshal_VOID__UINT_POINTER"
11633
11471
  c:identifier="g_cclosure_marshal_VOID__UINT_POINTER"
11634
11472
  moved-to="CClosure.marshal_VOID__UINT_POINTER">
11635
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a unsigned int
11636
- and a pointer as arguments.</doc>
11473
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
11474
+ `void (*callback) (gpointer instance, guint arg1, gpointer arg2, gpointer user_data)`.</doc>
11637
11475
  <return-value transfer-ownership="none">
11638
11476
  <type name="none" c:type="void"/>
11639
11477
  </return-value>
11640
11478
  <parameters>
11641
11479
  <parameter name="closure" transfer-ownership="none">
11642
- <doc xml:space="preserve">A #GClosure.</doc>
11480
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
11643
11481
  <type name="Closure" c:type="GClosure*"/>
11644
11482
  </parameter>
11645
11483
  <parameter name="return_value" transfer-ownership="none">
11646
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
11647
- if the callback of closure doesn't return a value.</doc>
11484
+ <doc xml:space="preserve">ignored</doc>
11648
11485
  <type name="Value" c:type="GValue*"/>
11649
11486
  </parameter>
11650
11487
  <parameter name="n_param_values" transfer-ownership="none">
11651
- <doc xml:space="preserve">The length of the @param_values array.</doc>
11488
+ <doc xml:space="preserve">3</doc>
11652
11489
  <type name="guint" c:type="guint"/>
11653
11490
  </parameter>
11654
11491
  <parameter name="param_values" transfer-ownership="none">
11655
- <doc xml:space="preserve">An array of #GValues holding the arguments
11656
- on which to invoke the callback of closure.</doc>
11492
+ <doc xml:space="preserve">a #GValue array holding instance, arg1 and arg2</doc>
11657
11493
  <type name="Value" c:type="const GValue*"/>
11658
11494
  </parameter>
11659
11495
  <parameter name="invocation_hint"
11660
11496
  transfer-ownership="none"
11661
11497
  nullable="1"
11662
11498
  allow-none="1">
11663
- <doc xml:space="preserve">The invocation hint given as the last argument to
11664
- g_closure_invoke().</doc>
11499
+ <doc xml:space="preserve">the invocation hint given as the last argument
11500
+ to g_closure_invoke()</doc>
11665
11501
  <type name="gpointer" c:type="gpointer"/>
11666
11502
  </parameter>
11667
11503
  <parameter name="marshal_data"
11668
11504
  transfer-ownership="none"
11669
11505
  nullable="1"
11670
11506
  allow-none="1">
11671
- <doc xml:space="preserve">Additional data specified when registering the
11672
- marshaller, see g_closure_set_marshal() and
11673
- g_closure_set_meta_marshal()</doc>
11507
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
11674
11508
  <type name="gpointer" c:type="gpointer"/>
11675
11509
  </parameter>
11676
11510
  </parameters>
@@ -11678,91 +11512,84 @@ and a pointer as arguments.</doc>
11678
11512
  <function name="cclosure_marshal_VOID__ULONG"
11679
11513
  c:identifier="g_cclosure_marshal_VOID__ULONG"
11680
11514
  moved-to="CClosure.marshal_VOID__ULONG">
11681
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
11682
- unsigned long integer argument.</doc>
11515
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
11516
+ `void (*callback) (gpointer instance, gulong arg1, gpointer user_data)`.</doc>
11683
11517
  <return-value transfer-ownership="none">
11684
11518
  <type name="none" c:type="void"/>
11685
11519
  </return-value>
11686
11520
  <parameters>
11687
11521
  <parameter name="closure" transfer-ownership="none">
11688
- <doc xml:space="preserve">A #GClosure.</doc>
11522
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
11689
11523
  <type name="Closure" c:type="GClosure*"/>
11690
11524
  </parameter>
11691
11525
  <parameter name="return_value" transfer-ownership="none">
11692
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
11693
- if the callback of closure doesn't return a value.</doc>
11526
+ <doc xml:space="preserve">ignored</doc>
11694
11527
  <type name="Value" c:type="GValue*"/>
11695
11528
  </parameter>
11696
11529
  <parameter name="n_param_values" transfer-ownership="none">
11697
- <doc xml:space="preserve">The length of the @param_values array.</doc>
11530
+ <doc xml:space="preserve">2</doc>
11698
11531
  <type name="guint" c:type="guint"/>
11699
11532
  </parameter>
11700
11533
  <parameter name="param_values" transfer-ownership="none">
11701
- <doc xml:space="preserve">An array of #GValues holding the arguments
11702
- on which to invoke the callback of closure.</doc>
11534
+ <doc xml:space="preserve">a #GValue array holding the instance and the #gulong parameter</doc>
11703
11535
  <type name="Value" c:type="const GValue*"/>
11704
11536
  </parameter>
11705
11537
  <parameter name="invocation_hint"
11706
11538
  transfer-ownership="none"
11707
11539
  nullable="1"
11708
11540
  allow-none="1">
11709
- <doc xml:space="preserve">The invocation hint given as the last argument to
11710
- g_closure_invoke().</doc>
11541
+ <doc xml:space="preserve">the invocation hint given as the last argument
11542
+ to g_closure_invoke()</doc>
11711
11543
  <type name="gpointer" c:type="gpointer"/>
11712
11544
  </parameter>
11713
11545
  <parameter name="marshal_data"
11714
11546
  transfer-ownership="none"
11715
11547
  nullable="1"
11716
11548
  allow-none="1">
11717
- <doc xml:space="preserve">Additional data specified when registering the
11718
- marshaller, see g_closure_set_marshal() and
11719
- g_closure_set_meta_marshal()</doc>
11549
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
11720
11550
  <type name="gpointer" c:type="gpointer"/>
11721
11551
  </parameter>
11722
11552
  </parameters>
11723
11553
  </function>
11724
11554
  <function name="cclosure_marshal_VOID__VARIANT"
11725
11555
  c:identifier="g_cclosure_marshal_VOID__VARIANT"
11726
- moved-to="CClosure.marshal_VOID__VARIANT">
11727
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with a single
11728
- #GVariant argument.</doc>
11556
+ moved-to="CClosure.marshal_VOID__VARIANT"
11557
+ version="2.26">
11558
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
11559
+ `void (*callback) (gpointer instance, GVariant *arg1, gpointer user_data)`.</doc>
11729
11560
  <return-value transfer-ownership="none">
11730
11561
  <type name="none" c:type="void"/>
11731
11562
  </return-value>
11732
11563
  <parameters>
11733
11564
  <parameter name="closure" transfer-ownership="none">
11734
- <doc xml:space="preserve">A #GClosure.</doc>
11565
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
11735
11566
  <type name="Closure" c:type="GClosure*"/>
11736
11567
  </parameter>
11737
11568
  <parameter name="return_value" transfer-ownership="none">
11738
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
11739
- if the callback of closure doesn't return a value.</doc>
11569
+ <doc xml:space="preserve">ignored</doc>
11740
11570
  <type name="Value" c:type="GValue*"/>
11741
11571
  </parameter>
11742
11572
  <parameter name="n_param_values" transfer-ownership="none">
11743
- <doc xml:space="preserve">The length of the @param_values array.</doc>
11573
+ <doc xml:space="preserve">2</doc>
11744
11574
  <type name="guint" c:type="guint"/>
11745
11575
  </parameter>
11746
11576
  <parameter name="param_values" transfer-ownership="none">
11747
- <doc xml:space="preserve">An array of #GValues holding the arguments
11748
- on which to invoke the callback of closure.</doc>
11577
+ <doc xml:space="preserve">a #GValue array holding the instance and the #GVariant* parameter</doc>
11749
11578
  <type name="Value" c:type="const GValue*"/>
11750
11579
  </parameter>
11751
11580
  <parameter name="invocation_hint"
11752
11581
  transfer-ownership="none"
11753
11582
  nullable="1"
11754
11583
  allow-none="1">
11755
- <doc xml:space="preserve">The invocation hint given as the last argument to
11756
- g_closure_invoke().</doc>
11584
+ <doc xml:space="preserve">the invocation hint given as the last argument
11585
+ to g_closure_invoke()</doc>
11757
11586
  <type name="gpointer" c:type="gpointer"/>
11758
11587
  </parameter>
11759
11588
  <parameter name="marshal_data"
11760
11589
  transfer-ownership="none"
11761
11590
  nullable="1"
11762
11591
  allow-none="1">
11763
- <doc xml:space="preserve">Additional data specified when registering the
11764
- marshaller, see g_closure_set_marshal() and
11765
- g_closure_set_meta_marshal()</doc>
11592
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
11766
11593
  <type name="gpointer" c:type="gpointer"/>
11767
11594
  </parameter>
11768
11595
  </parameters>
@@ -11770,44 +11597,41 @@ unsigned long integer argument.</doc>
11770
11597
  <function name="cclosure_marshal_VOID__VOID"
11771
11598
  c:identifier="g_cclosure_marshal_VOID__VOID"
11772
11599
  moved-to="CClosure.marshal_VOID__VOID">
11773
- <doc xml:space="preserve">A #GClosureMarshal function for use with signals with no arguments.</doc>
11600
+ <doc xml:space="preserve">A marshaller for a #GCClosure with a callback of type
11601
+ `void (*callback) (gpointer instance, gpointer user_data)`.</doc>
11774
11602
  <return-value transfer-ownership="none">
11775
11603
  <type name="none" c:type="void"/>
11776
11604
  </return-value>
11777
11605
  <parameters>
11778
11606
  <parameter name="closure" transfer-ownership="none">
11779
- <doc xml:space="preserve">A #GClosure.</doc>
11607
+ <doc xml:space="preserve">the #GClosure to which the marshaller belongs</doc>
11780
11608
  <type name="Closure" c:type="GClosure*"/>
11781
11609
  </parameter>
11782
11610
  <parameter name="return_value" transfer-ownership="none">
11783
- <doc xml:space="preserve">A #GValue to store the return value. May be %NULL
11784
- if the callback of closure doesn't return a value.</doc>
11611
+ <doc xml:space="preserve">ignored</doc>
11785
11612
  <type name="Value" c:type="GValue*"/>
11786
11613
  </parameter>
11787
11614
  <parameter name="n_param_values" transfer-ownership="none">
11788
- <doc xml:space="preserve">The length of the @param_values array.</doc>
11615
+ <doc xml:space="preserve">1</doc>
11789
11616
  <type name="guint" c:type="guint"/>
11790
11617
  </parameter>
11791
11618
  <parameter name="param_values" transfer-ownership="none">
11792
- <doc xml:space="preserve">An array of #GValues holding the arguments
11793
- on which to invoke the callback of closure.</doc>
11619
+ <doc xml:space="preserve">a #GValue array holding only the instance</doc>
11794
11620
  <type name="Value" c:type="const GValue*"/>
11795
11621
  </parameter>
11796
11622
  <parameter name="invocation_hint"
11797
11623
  transfer-ownership="none"
11798
11624
  nullable="1"
11799
11625
  allow-none="1">
11800
- <doc xml:space="preserve">The invocation hint given as the last argument to
11801
- g_closure_invoke().</doc>
11626
+ <doc xml:space="preserve">the invocation hint given as the last argument
11627
+ to g_closure_invoke()</doc>
11802
11628
  <type name="gpointer" c:type="gpointer"/>
11803
11629
  </parameter>
11804
11630
  <parameter name="marshal_data"
11805
11631
  transfer-ownership="none"
11806
11632
  nullable="1"
11807
11633
  allow-none="1">
11808
- <doc xml:space="preserve">Additional data specified when registering the
11809
- marshaller, see g_closure_set_marshal() and
11810
- g_closure_set_meta_marshal()</doc>
11634
+ <doc xml:space="preserve">additional data specified when registering the marshaller</doc>
11811
11635
  <type name="gpointer" c:type="gpointer"/>
11812
11636
  </parameter>
11813
11637
  </parameters>
@@ -15918,8 +15742,8 @@ a #GValue of type @dest_type.</doc>
15918
15742
  moved-to="Value.type_transformable">
15919
15743
  <doc xml:space="preserve">Check whether g_value_transform() is able to transform values
15920
15744
  of type @src_type into values of type @dest_type. Note that for
15921
- the types to be transformable, they must be compatible and a
15922
- transform function must be registered.</doc>
15745
+ the types to be transformable, they must be compatible or a
15746
+ transformation function must be registered.</doc>
15923
15747
  <return-value transfer-ownership="none">
15924
15748
  <doc xml:space="preserve">%TRUE if the transformation is possible, %FALSE otherwise.</doc>
15925
15749
  <type name="gboolean" c:type="gboolean"/>