gobject-introspection 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (126) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +2 -2
  3. data/ext/gobject-introspection/extconf.rb +1 -0
  4. data/ext/gobject-introspection/rb-gi-argument.c +123 -26
  5. data/ext/gobject-introspection/rb-gi-function-info.c +558 -19
  6. data/ext/gobject-introspection/rb-gi-repository.c +9 -0
  7. data/ext/gobject-introspection/rb-gobject-introspection.h +3 -0
  8. data/lib/2.2/gobject_introspection.so +0 -0
  9. data/lib/2.3/gobject_introspection.so +0 -0
  10. data/lib/gobject-introspection/loader.rb +1 -1
  11. data/vendor/local/bin/g-ir-compiler.exe +0 -0
  12. data/vendor/local/bin/g-ir-generate.exe +0 -0
  13. data/vendor/local/bin/libgirepository-1.0-1.dll +0 -0
  14. data/vendor/local/include/gobject-introspection-1.0/gistructinfo.h +4 -0
  15. data/vendor/local/lib/girepository-1.0/GIRepository-2.0.typelib +0 -0
  16. data/vendor/local/lib/girepository-1.0/GLib-2.0.typelib +0 -0
  17. data/vendor/local/lib/girepository-1.0/GModule-2.0.typelib +0 -0
  18. data/vendor/local/lib/girepository-1.0/GObject-2.0.typelib +0 -0
  19. data/vendor/local/lib/girepository-1.0/Gio-2.0.typelib +0 -0
  20. data/vendor/local/lib/gobject-introspection/giscanner/__init__.py +1 -1
  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.py +39 -11
  24. data/vendor/local/lib/gobject-introspection/giscanner/annotationmain.pyc +0 -0
  25. data/vendor/local/lib/gobject-introspection/giscanner/annotationmain.pyo +0 -0
  26. data/vendor/local/lib/gobject-introspection/giscanner/annotationparser.py +187 -164
  27. data/vendor/local/lib/gobject-introspection/giscanner/annotationparser.pyc +0 -0
  28. data/vendor/local/lib/gobject-introspection/giscanner/annotationparser.pyo +0 -0
  29. data/vendor/local/lib/gobject-introspection/giscanner/ast.py +191 -58
  30. data/vendor/local/lib/gobject-introspection/giscanner/ast.pyc +0 -0
  31. data/vendor/local/lib/gobject-introspection/giscanner/ast.pyo +0 -0
  32. data/vendor/local/lib/gobject-introspection/giscanner/cachestore.py +42 -54
  33. data/vendor/local/lib/gobject-introspection/giscanner/cachestore.pyc +0 -0
  34. data/vendor/local/lib/gobject-introspection/giscanner/cachestore.pyo +0 -0
  35. data/vendor/local/lib/gobject-introspection/giscanner/ccompiler.py +272 -82
  36. data/vendor/local/lib/gobject-introspection/giscanner/ccompiler.pyc +0 -0
  37. data/vendor/local/lib/gobject-introspection/giscanner/ccompiler.pyo +0 -0
  38. data/vendor/local/lib/gobject-introspection/giscanner/codegen.py +18 -11
  39. data/vendor/local/lib/gobject-introspection/giscanner/codegen.pyc +0 -0
  40. data/vendor/local/lib/gobject-introspection/giscanner/codegen.pyo +0 -0
  41. data/vendor/local/lib/gobject-introspection/giscanner/collections/__init__.py +4 -0
  42. data/vendor/local/lib/gobject-introspection/giscanner/collections/__init__.pyc +0 -0
  43. data/vendor/local/lib/gobject-introspection/giscanner/collections/__init__.pyo +0 -0
  44. data/vendor/local/lib/gobject-introspection/giscanner/collections/counter.pyc +0 -0
  45. data/vendor/local/lib/gobject-introspection/giscanner/collections/counter.pyo +0 -0
  46. data/vendor/local/lib/gobject-introspection/giscanner/collections/ordereddict.py +25 -13
  47. data/vendor/local/lib/gobject-introspection/giscanner/collections/ordereddict.pyc +0 -0
  48. data/vendor/local/lib/gobject-introspection/giscanner/collections/ordereddict.pyo +0 -0
  49. data/vendor/local/lib/gobject-introspection/giscanner/docmain.py +21 -19
  50. data/vendor/local/lib/gobject-introspection/giscanner/docmain.pyc +0 -0
  51. data/vendor/local/lib/gobject-introspection/giscanner/docmain.pyo +0 -0
  52. data/vendor/local/lib/gobject-introspection/giscanner/docwriter.py +19 -16
  53. data/vendor/local/lib/gobject-introspection/giscanner/docwriter.pyc +0 -0
  54. data/vendor/local/lib/gobject-introspection/giscanner/docwriter.pyo +0 -0
  55. data/vendor/local/lib/gobject-introspection/giscanner/dumper.py +148 -158
  56. data/vendor/local/lib/gobject-introspection/giscanner/dumper.pyc +0 -0
  57. data/vendor/local/lib/gobject-introspection/giscanner/dumper.pyo +0 -0
  58. data/vendor/local/lib/gobject-introspection/giscanner/gdumpparser.py +31 -21
  59. data/vendor/local/lib/gobject-introspection/giscanner/gdumpparser.pyc +0 -0
  60. data/vendor/local/lib/gobject-introspection/giscanner/gdumpparser.pyo +0 -0
  61. data/vendor/local/lib/gobject-introspection/giscanner/girparser.py +13 -5
  62. data/vendor/local/lib/gobject-introspection/giscanner/girparser.pyc +0 -0
  63. data/vendor/local/lib/gobject-introspection/giscanner/girparser.pyo +0 -0
  64. data/vendor/local/lib/gobject-introspection/giscanner/girwriter.py +12 -13
  65. data/vendor/local/lib/gobject-introspection/giscanner/girwriter.pyc +0 -0
  66. data/vendor/local/lib/gobject-introspection/giscanner/girwriter.pyo +0 -0
  67. data/vendor/local/lib/gobject-introspection/giscanner/introspectablepass.py +5 -1
  68. data/vendor/local/lib/gobject-introspection/giscanner/introspectablepass.pyc +0 -0
  69. data/vendor/local/lib/gobject-introspection/giscanner/introspectablepass.pyo +0 -0
  70. data/vendor/local/lib/gobject-introspection/giscanner/libtoolimporter.py +11 -9
  71. data/vendor/local/lib/gobject-introspection/giscanner/libtoolimporter.pyc +0 -0
  72. data/vendor/local/lib/gobject-introspection/giscanner/libtoolimporter.pyo +0 -0
  73. data/vendor/local/lib/gobject-introspection/giscanner/maintransformer.py +150 -45
  74. data/vendor/local/lib/gobject-introspection/giscanner/maintransformer.pyc +0 -0
  75. data/vendor/local/lib/gobject-introspection/giscanner/maintransformer.pyo +0 -0
  76. data/vendor/local/lib/gobject-introspection/giscanner/message.py +56 -19
  77. data/vendor/local/lib/gobject-introspection/giscanner/message.pyc +0 -0
  78. data/vendor/local/lib/gobject-introspection/giscanner/message.pyo +0 -0
  79. data/vendor/local/lib/gobject-introspection/giscanner/msvccompiler.py +101 -0
  80. data/vendor/local/lib/gobject-introspection/giscanner/msvccompiler.pyc +0 -0
  81. data/vendor/local/lib/gobject-introspection/giscanner/msvccompiler.pyo +0 -0
  82. data/vendor/local/lib/gobject-introspection/giscanner/scannermain.py +41 -22
  83. data/vendor/local/lib/gobject-introspection/giscanner/scannermain.pyc +0 -0
  84. data/vendor/local/lib/gobject-introspection/giscanner/scannermain.pyo +0 -0
  85. data/vendor/local/lib/gobject-introspection/giscanner/sectionparser.py +6 -1
  86. data/vendor/local/lib/gobject-introspection/giscanner/sectionparser.pyc +0 -0
  87. data/vendor/local/lib/gobject-introspection/giscanner/sectionparser.pyo +0 -0
  88. data/vendor/local/lib/gobject-introspection/giscanner/shlibs.py +8 -2
  89. data/vendor/local/lib/gobject-introspection/giscanner/shlibs.pyc +0 -0
  90. data/vendor/local/lib/gobject-introspection/giscanner/shlibs.pyo +0 -0
  91. data/vendor/local/lib/gobject-introspection/giscanner/sourcescanner.py +42 -56
  92. data/vendor/local/lib/gobject-introspection/giscanner/sourcescanner.pyc +0 -0
  93. data/vendor/local/lib/gobject-introspection/giscanner/sourcescanner.pyo +0 -0
  94. data/vendor/local/lib/gobject-introspection/giscanner/testcodegen.py +19 -5
  95. data/vendor/local/lib/gobject-introspection/giscanner/testcodegen.pyc +0 -0
  96. data/vendor/local/lib/gobject-introspection/giscanner/testcodegen.pyo +0 -0
  97. data/vendor/local/lib/gobject-introspection/giscanner/transformer.py +73 -37
  98. data/vendor/local/lib/gobject-introspection/giscanner/transformer.pyc +0 -0
  99. data/vendor/local/lib/gobject-introspection/giscanner/transformer.pyo +0 -0
  100. data/vendor/local/lib/gobject-introspection/giscanner/utils.py +92 -14
  101. data/vendor/local/lib/gobject-introspection/giscanner/utils.pyc +0 -0
  102. data/vendor/local/lib/gobject-introspection/giscanner/utils.pyo +0 -0
  103. data/vendor/local/lib/gobject-introspection/giscanner/xmlwriter.py +30 -11
  104. data/vendor/local/lib/gobject-introspection/giscanner/xmlwriter.pyc +0 -0
  105. data/vendor/local/lib/gobject-introspection/giscanner/xmlwriter.pyo +0 -0
  106. data/vendor/local/lib/libgirepository-1.0.a +0 -0
  107. data/vendor/local/lib/libgirepository-1.0.dll.a +0 -0
  108. data/vendor/local/lib/libgirepository-1.0.la +1 -1
  109. data/vendor/local/lib/pkgconfig/gobject-introspection-1.0.pc +1 -1
  110. data/vendor/local/lib/pkgconfig/gobject-introspection-no-export-1.0.pc +1 -1
  111. data/vendor/local/share/gir-1.0/GIRepository-2.0.gir +57 -13
  112. data/vendor/local/share/gir-1.0/GLib-2.0.gir +2017 -893
  113. data/vendor/local/share/gir-1.0/GModule-2.0.gir +2 -1
  114. data/vendor/local/share/gir-1.0/GObject-2.0.gir +1107 -674
  115. data/vendor/local/share/gir-1.0/Gio-2.0.gir +5589 -1287
  116. data/vendor/local/share/gobject-introspection-1.0/Makefile.introspection +4 -2
  117. data/vendor/local/share/gobject-introspection-1.0/gdump.c +8 -0
  118. data/vendor/local/share/gobject-introspection-1.0/tests/everything.c +273 -323
  119. data/vendor/local/share/gobject-introspection-1.0/tests/everything.h +58 -38
  120. data/vendor/local/share/gobject-introspection-1.0/tests/gimarshallingtests.c +1 -1
  121. data/vendor/local/share/gobject-introspection-1.0/tests/regress.c +177 -23
  122. data/vendor/local/share/gobject-introspection-1.0/tests/regress.h +40 -0
  123. data/vendor/local/share/man/man1/g-ir-compiler.1 +7 -7
  124. metadata +9 -7
  125. data/lib/2.0/gobject_introspection.so +0 -0
  126. data/lib/2.1/gobject_introspection.so +0 -0
@@ -15,6 +15,13 @@
15
15
  _GI_TEST_EXTERN
16
16
  void regress_set_abort_on_error (gboolean abort_on_error);
17
17
 
18
+ /* return annotations */
19
+ _GI_TEST_EXTERN
20
+ char *regress_test_return_allow_none (void);
21
+
22
+ _GI_TEST_EXTERN
23
+ char *regress_test_return_nullable (void);
24
+
18
25
  /* basic types */
19
26
  _GI_TEST_EXTERN
20
27
  gboolean regress_test_boolean (gboolean in);
@@ -205,6 +212,9 @@ GList *regress_test_glist_container_return (void);
205
212
  _GI_TEST_EXTERN
206
213
  GList *regress_test_glist_everything_return (void);
207
214
 
215
+ _GI_TEST_EXTERN
216
+ void regress_test_glist_gtype_container_in (GList *in);
217
+
208
218
  _GI_TEST_EXTERN
209
219
  void regress_test_glist_nothing_in (const GList *in);
210
220
 
@@ -531,6 +541,9 @@ void regress_test_struct_a_clone (RegressTestStructA *a,
531
541
  _GI_TEST_EXTERN
532
542
  void regress_test_struct_a_parse (RegressTestStructA *a_out, const gchar *string);
533
543
 
544
+ _GI_TEST_EXTERN
545
+ void regress_test_array_struct_out (RegressTestStructA **arr, int *len);
546
+
534
547
  struct _RegressTestStructB
535
548
  {
536
549
  gint8 some_int8;
@@ -814,6 +827,9 @@ void regress_test_obj_emit_sig_with_int64 (RegressTestObj *obj);
814
827
  _GI_TEST_EXTERN
815
828
  void regress_test_obj_emit_sig_with_uint64 (RegressTestObj *obj);
816
829
 
830
+ _GI_TEST_EXTERN
831
+ void regress_test_obj_emit_sig_with_array_len_prop (RegressTestObj *obj);
832
+
817
833
  _GI_TEST_EXTERN
818
834
  int regress_test_obj_instance_method (RegressTestObj *obj);
819
835
 
@@ -915,6 +931,15 @@ void regress_func_obj_null_in (RegressTestObj *obj);
915
931
  _GI_TEST_EXTERN
916
932
  void regress_test_obj_null_out (RegressTestObj **obj);
917
933
 
934
+ void regress_func_obj_nullable_in (RegressTestObj *obj);
935
+
936
+ void regress_test_obj_not_nullable_typed_gpointer_in (RegressTestObj *obj,
937
+ gpointer input);
938
+
939
+ void regress_test_obj_not_nullable_element_typed_gpointer_in (RegressTestObj *obj,
940
+ gpointer input,
941
+ guint count);
942
+
918
943
  /* inheritance */
919
944
  #define REGRESS_TEST_TYPE_SUB_OBJ (regress_test_sub_obj_get_type ())
920
945
  #define REGRESS_TEST_SUB_OBJECT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), REGRESS_TEST_TYPE_SUB_OBJ, RegressTestSubObj))
@@ -1021,6 +1046,7 @@ regress_test_fundamental_sub_object_new (const char *data);
1021
1046
 
1022
1047
  /* callback */
1023
1048
  typedef void (*RegressTestSimpleCallback) (void);
1049
+ typedef void RegressTestNoPtrCallback (void);
1024
1050
  typedef int (*RegressTestCallback) (void);
1025
1051
  typedef int (*RegressTestCallbackUserData) (gpointer user_data);
1026
1052
  /**
@@ -1041,6 +1067,11 @@ typedef void (*RegressTestCallbackOwnedGError) (GError *error);
1041
1067
  * @path: (type filename): Path to file
1042
1068
  */
1043
1069
  typedef int (*RegressTestCallbackFull) (int foo, double bar, char *path);
1070
+ /**
1071
+ * RegressTestCallbackReturnFull:
1072
+ * Return value: (transfer full):
1073
+ */
1074
+ typedef RegressTestObj *(*RegressTestCallbackReturnFull) (void);
1044
1075
  /**
1045
1076
  * RegressTestCallbackArray:
1046
1077
  * @one: (array length=one_length):
@@ -1059,6 +1090,9 @@ typedef void (* RegressTestCallbackArrayInOut) (int **ints, int *length);
1059
1090
  _GI_TEST_EXTERN
1060
1091
  void regress_test_simple_callback (RegressTestSimpleCallback callback);
1061
1092
 
1093
+ _GI_TEST_EXTERN
1094
+ void regress_test_noptr_callback (RegressTestNoPtrCallback callback);
1095
+
1062
1096
  _GI_TEST_EXTERN
1063
1097
  int regress_test_callback (RegressTestCallback callback);
1064
1098
 
@@ -1075,6 +1109,9 @@ _GI_TEST_EXTERN
1075
1109
  int regress_test_callback_user_data (RegressTestCallbackUserData callback,
1076
1110
  gpointer user_data);
1077
1111
 
1112
+ _GI_TEST_EXTERN
1113
+ void regress_test_callback_return_full (RegressTestCallbackReturnFull callback);
1114
+
1078
1115
  _GI_TEST_EXTERN
1079
1116
  int regress_test_callback_destroy_notify (RegressTestCallbackUserData callback,
1080
1117
  gpointer user_data,
@@ -1412,4 +1449,7 @@ typedef struct {
1412
1449
  };
1413
1450
  } RegressAnAnonymousUnion;
1414
1451
 
1452
+ GVariant *
1453
+ regress_get_variant (void);
1454
+
1415
1455
  #endif /* __GITESTTYPES_H__ */
@@ -10,25 +10,25 @@ The output will be written to standard output unless the --output
10
10
  is specified.
11
11
  .SH OPTIONS
12
12
  .TP
13
- .B \---help
13
+ .B \--help
14
14
  Show help options
15
15
  .TP
16
- .B \, ---output=FILENAME
16
+ .B \--output=FILENAME
17
17
  Save the resulting output in FILENAME.
18
18
  .TP
19
- .B \---verbose
19
+ .B \--verbose
20
20
  Show verbose messages
21
21
  .TP
22
- .B \---debug
22
+ .B \--debug
23
23
  Show debug messages
24
24
  .TP
25
- .B \---includedir=DIRECTORY
25
+ .B \--includedir=DIRECTORY
26
26
  Adds a directory which will be used to find includes inside the GIR format.
27
27
  .TP
28
- .B \---module=MODULE
28
+ .B \--module=MODULE
29
29
  FIXME
30
30
  .TP
31
- .B \---shared-library=FILENAME
31
+ .B \--shared-library=FILENAME
32
32
  Specifies the shared library where the symbols in the typelib can be found.
33
33
  The name of the library should not contain the leading lib prefix nor
34
34
  the ending shared library suffix.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gobject-introspection
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.7
4
+ version: 3.0.8
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - The Ruby-GNOME2 Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-06 00:00:00.000000000 Z
11
+ date: 2016-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: glib2
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.0.7
19
+ version: 3.0.8
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 3.0.7
26
+ version: 3.0.8
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: test-unit
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -81,9 +81,8 @@ files:
81
81
  - ext/gobject-introspection/rb-gobject-introspection.c
82
82
  - ext/gobject-introspection/rb-gobject-introspection.h
83
83
  - extconf.rb
84
- - lib/2.0/gobject_introspection.so
85
- - lib/2.1/gobject_introspection.so
86
84
  - lib/2.2/gobject_introspection.so
85
+ - lib/2.3/gobject_introspection.so
87
86
  - lib/gobject-introspection.rb
88
87
  - lib/gobject-introspection/arg-info.rb
89
88
  - lib/gobject-introspection/boxed-info.rb
@@ -268,6 +267,9 @@ files:
268
267
  - vendor/local/lib/gobject-introspection/giscanner/message.py
269
268
  - vendor/local/lib/gobject-introspection/giscanner/message.pyc
270
269
  - vendor/local/lib/gobject-introspection/giscanner/message.pyo
270
+ - vendor/local/lib/gobject-introspection/giscanner/msvccompiler.py
271
+ - vendor/local/lib/gobject-introspection/giscanner/msvccompiler.pyc
272
+ - vendor/local/lib/gobject-introspection/giscanner/msvccompiler.pyo
271
273
  - vendor/local/lib/gobject-introspection/giscanner/scannermain.py
272
274
  - vendor/local/lib/gobject-introspection/giscanner/scannermain.pyc
273
275
  - vendor/local/lib/gobject-introspection/giscanner/scannermain.pyo
@@ -340,7 +342,7 @@ files:
340
342
  - vendor/local/share/man/man1/g-ir-generate.1
341
343
  homepage: http://ruby-gnome2.sourceforge.jp/
342
344
  licenses:
343
- - LGPLv2.1 or later
345
+ - LGPLv2.1+
344
346
  metadata: {}
345
347
  post_install_message:
346
348
  rdoc_options: []
Binary file
Binary file