taglib-ruby 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,45 +1,17 @@
1
1
  /* ----------------------------------------------------------------------------
2
- * This file was automatically generated by SWIG (http://www.swig.org).
3
- * Version 4.0.2
2
+ * This file was automatically generated by SWIG (https://www.swig.org).
3
+ * Version 4.1.1
4
4
  *
5
- * This file is not intended to be easily readable and contains a number of
6
- * coding conventions designed to improve portability and efficiency. Do not make
7
- * changes to this file unless you know what you are doing--modify the SWIG
8
- * interface file instead.
5
+ * Do not make changes to this file unless you know what you are doing - modify
6
+ * the SWIG interface file instead.
9
7
  * ----------------------------------------------------------------------------- */
10
8
 
11
9
  static void free_taglib_flac_file(void *ptr);
12
10
 
13
11
 
14
12
 
15
- #ifndef SWIGRUBY
13
+ #define SWIG_VERSION 0x040101
16
14
  #define SWIGRUBY
17
- #endif
18
-
19
-
20
-
21
- #ifdef __cplusplus
22
- /* SwigValueWrapper is described in swig.swg */
23
- template<typename T> class SwigValueWrapper {
24
- struct SwigMovePointer {
25
- T *ptr;
26
- SwigMovePointer(T *p) : ptr(p) { }
27
- ~SwigMovePointer() { delete ptr; }
28
- SwigMovePointer& operator=(SwigMovePointer& rhs) { T* oldptr = ptr; ptr = 0; delete oldptr; ptr = rhs.ptr; rhs.ptr = 0; return *this; }
29
- } pointer;
30
- SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs);
31
- SwigValueWrapper(const SwigValueWrapper<T>& rhs);
32
- public:
33
- SwigValueWrapper() : pointer(0) { }
34
- SwigValueWrapper& operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; }
35
- operator T&() const { return *pointer.ptr; }
36
- T *operator&() { return pointer.ptr; }
37
- };
38
-
39
- template <typename T> T SwigValueInit() {
40
- return T();
41
- }
42
- #endif
43
15
 
44
16
  /* -----------------------------------------------------------------------------
45
17
  * This section contains generic SWIG labels for method/variable
@@ -335,6 +307,8 @@ template <typename T> T SwigValueInit() {
335
307
  #define SWIG_POINTER_DISOWN 0x1
336
308
  #define SWIG_CAST_NEW_MEMORY 0x2
337
309
  #define SWIG_POINTER_NO_NULL 0x4
310
+ #define SWIG_POINTER_CLEAR 0x8
311
+ #define SWIG_POINTER_RELEASE (SWIG_POINTER_CLEAR | SWIG_POINTER_DISOWN)
338
312
 
339
313
  /* Flags for new pointer objects */
340
314
  #define SWIG_POINTER_OWN 0x1
@@ -406,7 +380,7 @@ template <typename T> T SwigValueInit() {
406
380
  SWIG errors code.
407
381
 
408
382
  Finally, if the SWIG_CASTRANK_MODE is enabled, the result code
409
- allows to return the 'cast rank', for example, if you have this
383
+ allows returning the 'cast rank', for example, if you have this
410
384
 
411
385
  int food(double)
412
386
  int fooi(int);
@@ -420,7 +394,13 @@ template <typename T> T SwigValueInit() {
420
394
  */
421
395
 
422
396
  #define SWIG_OK (0)
397
+ /* Runtime errors are < 0 */
423
398
  #define SWIG_ERROR (-1)
399
+ /* Errors in range -1 to -99 are in swigerrors.swg (errors for all languages including those not using the runtime) */
400
+ /* Errors in range -100 to -199 are language specific errors defined in *errors.swg */
401
+ /* Errors < -200 are generic runtime specific errors */
402
+ #define SWIG_ERROR_RELEASE_NOT_OWNED (-200)
403
+
424
404
  #define SWIG_IsOK(r) (r >= 0)
425
405
  #define SWIG_ArgError(r) ((r != SWIG_ERROR) ? r : SWIG_TypeError)
426
406
 
@@ -435,7 +415,7 @@ template <typename T> T SwigValueInit() {
435
415
  #define SWIG_OLDOBJ (SWIG_OK)
436
416
  #define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK)
437
417
  #define SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK)
438
- /* Check, add and del mask methods */
418
+ /* Check, add and del object mask methods */
439
419
  #define SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
440
420
  #define SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
441
421
  #define SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
@@ -581,7 +561,7 @@ SWIG_TypeCheck(const char *c, swig_type_info *ty) {
581
561
  Identical to SWIG_TypeCheck, except strcmp is replaced with a pointer comparison
582
562
  */
583
563
  SWIGRUNTIME swig_cast_info *
584
- SWIG_TypeCheckStruct(swig_type_info *from, swig_type_info *ty) {
564
+ SWIG_TypeCheckStruct(const swig_type_info *from, swig_type_info *ty) {
585
565
  if (ty) {
586
566
  swig_cast_info *iter = ty->cast;
587
567
  while (iter) {
@@ -641,9 +621,9 @@ SWIG_TypeName(const swig_type_info *ty) {
641
621
  SWIGRUNTIME const char *
642
622
  SWIG_TypePrettyName(const swig_type_info *type) {
643
623
  /* The "str" field contains the equivalent pretty names of the
644
- type, separated by vertical-bar characters. We choose
645
- to print the last name, as it is often (?) the most
646
- specific. */
624
+ type, separated by vertical-bar characters. Choose the last
625
+ name. It should be the most specific; a fully resolved name
626
+ but not necessarily with default template parameters expanded. */
647
627
  if (!type) return NULL;
648
628
  if (type->str != NULL) {
649
629
  const char *last_name = type->str;
@@ -863,7 +843,7 @@ SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name) {
863
843
  }
864
844
  #endif
865
845
 
866
- /* Errors in SWIG */
846
+ /* SWIG Errors applicable to all language modules, values are reserved from -1 to -99 */
867
847
  #define SWIG_UnknownError -1
868
848
  #define SWIG_IOError -2
869
849
  #define SWIG_RuntimeError -3
@@ -879,9 +859,25 @@ SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name) {
879
859
  #define SWIG_NullReferenceError -13
880
860
 
881
861
 
862
+ #if __GNUC__ >= 7
863
+ #pragma GCC diagnostic push
864
+ #if defined(__cplusplus)
865
+ #pragma GCC diagnostic ignored "-Wregister"
866
+ #if __GNUC__ >= 10
867
+ #pragma GCC diagnostic ignored "-Wvolatile"
868
+ #if __GNUC__ >= 11
869
+ #pragma GCC diagnostic ignored "-Wdeprecated-enum-enum-conversion"
870
+ #endif
871
+ #endif
872
+ #endif
873
+ #endif
882
874
 
883
875
  #include <ruby.h>
884
876
 
877
+ #if __GNUC__ >= 7
878
+ #pragma GCC diagnostic pop
879
+ #endif
880
+
885
881
  /* Ruby 1.9.1 has a "memoisation optimisation" when compiling with GCC which
886
882
  * breaks using rb_intern as an lvalue, as SWIG does. We work around this
887
883
  * issue for now by disabling this.
@@ -1661,6 +1657,11 @@ SWIG_Ruby_ConvertPtrAndOwn(VALUE obj, void **ptr, swig_type_info *ty, int flags,
1661
1657
  own->own = 0;
1662
1658
  }
1663
1659
 
1660
+ if (((flags & SWIG_POINTER_RELEASE) == SWIG_POINTER_RELEASE)) {
1661
+ if (!RDATA(obj)->dfree)
1662
+ return SWIG_ERROR_RELEASE_NOT_OWNED;
1663
+ }
1664
+
1664
1665
  /* Check to see if the input object is giving up ownership
1665
1666
  of the underlying C struct or C++ object. If so then we
1666
1667
  need to reset the destructor since the Ruby object no
@@ -1672,7 +1673,7 @@ SWIG_Ruby_ConvertPtrAndOwn(VALUE obj, void **ptr, swig_type_info *ty, int flags,
1672
1673
  swig_class *sklass = (swig_class *) ty->clientdata;
1673
1674
  track = sklass->trackObjects;
1674
1675
  }
1675
-
1676
+
1676
1677
  if (track) {
1677
1678
  /* We are tracking objects for this class. Thus we change the destructor
1678
1679
  * to SWIG_RubyRemoveTracking. This allows us to
@@ -1686,6 +1687,10 @@ SWIG_Ruby_ConvertPtrAndOwn(VALUE obj, void **ptr, swig_type_info *ty, int flags,
1686
1687
  }
1687
1688
  }
1688
1689
 
1690
+ if (flags & SWIG_POINTER_CLEAR) {
1691
+ DATA_PTR(obj) = 0;
1692
+ }
1693
+
1689
1694
  /* Do type-checking if type info was provided */
1690
1695
  if (ty) {
1691
1696
  if (ty->clientdata) {
@@ -1793,6 +1798,7 @@ SWIG_Ruby_SetModule(swig_module_info *pointer)
1793
1798
  {
1794
1799
  /* register a new class */
1795
1800
  VALUE cl = rb_define_class("swig_runtime_data", rb_cObject);
1801
+ rb_undef_alloc_func(cl);
1796
1802
  /* create and store the structure pointer to a global variable */
1797
1803
  swig_runtime_data_type_pointer = Data_Wrap_Struct(cl, 0, 0, pointer);
1798
1804
  rb_define_readonly_variable("$swig_runtime_data_type_pointer" SWIG_RUNTIME_VERSION SWIG_TYPE_TABLE_NAME, &swig_runtime_data_type_pointer);
@@ -1823,7 +1829,7 @@ int SWIG_Ruby_arity( VALUE proc, int minimal )
1823
1829
  {
1824
1830
  if ( rb_respond_to( proc, swig_arity_id ) )
1825
1831
  {
1826
- VALUE num = rb_funcall( proc, swig_arity_id, 0 );
1832
+ VALUE num = rb_funcall2( proc, swig_arity_id, 0, 0 );
1827
1833
  int arity = NUM2INT(num);
1828
1834
  if ( arity < 0 && (arity+1) < -minimal ) return 1;
1829
1835
  if ( arity == minimal ) return 1;
@@ -1841,7 +1847,7 @@ int SWIG_Ruby_arity( VALUE proc, int minimal )
1841
1847
 
1842
1848
  #define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0)
1843
1849
 
1844
- #define SWIG_contract_assert(expr, msg) if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else
1850
+ #define SWIG_contract_assert(expr, msg) do { if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } } while (0)
1845
1851
 
1846
1852
 
1847
1853
 
@@ -1876,12 +1882,56 @@ static swig_module_info swig_module = {swig_types, 17, 0, 0, 0, 0};
1876
1882
 
1877
1883
  static VALUE mFLAC;
1878
1884
 
1879
- #define SWIG_RUBY_THREAD_BEGIN_BLOCK
1880
- #define SWIG_RUBY_THREAD_END_BLOCK
1885
+ #ifdef __cplusplus
1886
+ #include <utility>
1887
+ /* SwigValueWrapper is described in swig.swg */
1888
+ template<typename T> class SwigValueWrapper {
1889
+ struct SwigSmartPointer {
1890
+ T *ptr;
1891
+ SwigSmartPointer(T *p) : ptr(p) { }
1892
+ ~SwigSmartPointer() { delete ptr; }
1893
+ SwigSmartPointer& operator=(SwigSmartPointer& rhs) { T* oldptr = ptr; ptr = 0; delete oldptr; ptr = rhs.ptr; rhs.ptr = 0; return *this; }
1894
+ void reset(T *p) { T* oldptr = ptr; ptr = 0; delete oldptr; ptr = p; }
1895
+ } pointer;
1896
+ SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs);
1897
+ SwigValueWrapper(const SwigValueWrapper<T>& rhs);
1898
+ public:
1899
+ SwigValueWrapper() : pointer(0) { }
1900
+ SwigValueWrapper& operator=(const T& t) { SwigSmartPointer tmp(new T(t)); pointer = tmp; return *this; }
1901
+ #if __cplusplus >=201103L
1902
+ SwigValueWrapper& operator=(T&& t) { SwigSmartPointer tmp(new T(std::move(t))); pointer = tmp; return *this; }
1903
+ operator T&&() const { return std::move(*pointer.ptr); }
1904
+ #else
1905
+ operator T&() const { return *pointer.ptr; }
1906
+ #endif
1907
+ T *operator&() const { return pointer.ptr; }
1908
+ static void reset(SwigValueWrapper& t, T *p) { t.pointer.reset(p); }
1909
+ };
1910
+
1911
+ /*
1912
+ * SwigValueInit() is a generic initialisation solution as the following approach:
1913
+ *
1914
+ * T c_result = T();
1915
+ *
1916
+ * doesn't compile for all types for example:
1917
+ *
1918
+ * unsigned int c_result = unsigned int();
1919
+ */
1920
+ template <typename T> T SwigValueInit() {
1921
+ return T();
1922
+ }
1881
1923
 
1924
+ #if __cplusplus >=201103L
1925
+ # define SWIG_STD_MOVE(OBJ) std::move(OBJ)
1926
+ #else
1927
+ # define SWIG_STD_MOVE(OBJ) OBJ
1928
+ #endif
1929
+
1930
+ #endif
1882
1931
 
1883
- #define SWIGVERSION 0x040002
1884
- #define SWIG_VERSION SWIGVERSION
1932
+
1933
+ #define SWIG_RUBY_THREAD_BEGIN_BLOCK
1934
+ #define SWIG_RUBY_THREAD_END_BLOCK
1885
1935
 
1886
1936
 
1887
1937
  #define SWIG_as_voidptr(a) const_cast< void * >(static_cast< const void * >(a))
@@ -2052,7 +2102,7 @@ SWIG_ruby_failed(VALUE SWIGUNUSEDPARM(arg1), VALUE SWIGUNUSEDPARM(arg2))
2052
2102
  }
2053
2103
 
2054
2104
 
2055
- /*@SWIG:/usr/local/Cellar/swig/4.0.2/share/swig/4.0.2/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
2105
+ /*@SWIG:/usr/local/Cellar/swig/4.1.1/share/swig/4.1.1/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
2056
2106
  SWIGINTERN VALUE SWIG_AUX_NUM2LONG(VALUE arg)
2057
2107
  {
2058
2108
  VALUE *args = (VALUE *)arg;
@@ -2433,7 +2483,7 @@ SWIGINTERN VALUE _wrap_new_Properties(int nargs, VALUE *args, VALUE self) {
2433
2483
  argv[ii] = args[ii];
2434
2484
  }
2435
2485
  if (argc == 1) {
2436
- int _v;
2486
+ int _v = 0;
2437
2487
  void *vptr = 0;
2438
2488
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_TagLib__FLAC__File, 0);
2439
2489
  _v = SWIG_CheckState(res);
@@ -2442,7 +2492,7 @@ SWIGINTERN VALUE _wrap_new_Properties(int nargs, VALUE *args, VALUE self) {
2442
2492
  }
2443
2493
  }
2444
2494
  if (argc == 2) {
2445
- int _v;
2495
+ int _v = 0;
2446
2496
  void *vptr = 0;
2447
2497
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_TagLib__FLAC__File, 0);
2448
2498
  _v = SWIG_CheckState(res);
@@ -2457,7 +2507,7 @@ SWIGINTERN VALUE _wrap_new_Properties(int nargs, VALUE *args, VALUE self) {
2457
2507
  }
2458
2508
  }
2459
2509
  if (argc == 2) {
2460
- int _v;
2510
+ int _v = 0;
2461
2511
  void *vptr = 0;
2462
2512
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_TagLib__ByteVector, SWIG_POINTER_NO_NULL);
2463
2513
  _v = SWIG_CheckState(res);
@@ -2472,7 +2522,7 @@ SWIGINTERN VALUE _wrap_new_Properties(int nargs, VALUE *args, VALUE self) {
2472
2522
  }
2473
2523
  }
2474
2524
  if (argc == 3) {
2475
- int _v;
2525
+ int _v = 0;
2476
2526
  void *vptr = 0;
2477
2527
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_TagLib__ByteVector, SWIG_POINTER_NO_NULL);
2478
2528
  _v = SWIG_CheckState(res);
@@ -2943,7 +2993,7 @@ SWIGINTERN VALUE _wrap_new_File(int nargs, VALUE *args, VALUE self) {
2943
2993
  argv[ii] = args[ii];
2944
2994
  }
2945
2995
  if (argc == 1) {
2946
- int _v;
2996
+ int _v = 0;
2947
2997
  int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL, 0);
2948
2998
  _v = SWIG_CheckState(res);
2949
2999
  if (_v) {
@@ -2951,7 +3001,7 @@ SWIGINTERN VALUE _wrap_new_File(int nargs, VALUE *args, VALUE self) {
2951
3001
  }
2952
3002
  }
2953
3003
  if (argc == 2) {
2954
- int _v;
3004
+ int _v = 0;
2955
3005
  int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL, 0);
2956
3006
  _v = SWIG_CheckState(res);
2957
3007
  if (_v) {
@@ -2964,7 +3014,7 @@ SWIGINTERN VALUE _wrap_new_File(int nargs, VALUE *args, VALUE self) {
2964
3014
  }
2965
3015
  }
2966
3016
  if (argc == 2) {
2967
- int _v;
3017
+ int _v = 0;
2968
3018
  int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL, 0);
2969
3019
  _v = SWIG_CheckState(res);
2970
3020
  if (_v) {
@@ -2978,7 +3028,7 @@ SWIGINTERN VALUE _wrap_new_File(int nargs, VALUE *args, VALUE self) {
2978
3028
  }
2979
3029
  }
2980
3030
  if (argc == 3) {
2981
- int _v;
3031
+ int _v = 0;
2982
3032
  int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL, 0);
2983
3033
  _v = SWIG_CheckState(res);
2984
3034
  if (_v) {
@@ -2997,7 +3047,7 @@ SWIGINTERN VALUE _wrap_new_File(int nargs, VALUE *args, VALUE self) {
2997
3047
  }
2998
3048
  }
2999
3049
  if (argc == 3) {
3000
- int _v;
3050
+ int _v = 0;
3001
3051
  int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL, 0);
3002
3052
  _v = SWIG_CheckState(res);
3003
3053
  if (_v) {
@@ -3017,7 +3067,7 @@ SWIGINTERN VALUE _wrap_new_File(int nargs, VALUE *args, VALUE self) {
3017
3067
  }
3018
3068
  }
3019
3069
  if (argc == 4) {
3020
- int _v;
3070
+ int _v = 0;
3021
3071
  int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL, 0);
3022
3072
  _v = SWIG_CheckState(res);
3023
3073
  if (_v) {
@@ -3195,7 +3245,7 @@ SWIGINTERN VALUE _wrap_File_id3v2_tag(int nargs, VALUE *args, VALUE self) {
3195
3245
  argv[ii] = args[ii-1];
3196
3246
  }
3197
3247
  if (argc == 1) {
3198
- int _v;
3248
+ int _v = 0;
3199
3249
  void *vptr = 0;
3200
3250
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_TagLib__FLAC__File, 0);
3201
3251
  _v = SWIG_CheckState(res);
@@ -3204,7 +3254,7 @@ SWIGINTERN VALUE _wrap_File_id3v2_tag(int nargs, VALUE *args, VALUE self) {
3204
3254
  }
3205
3255
  }
3206
3256
  if (argc == 2) {
3207
- int _v;
3257
+ int _v = 0;
3208
3258
  void *vptr = 0;
3209
3259
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_TagLib__FLAC__File, 0);
3210
3260
  _v = SWIG_CheckState(res);
@@ -3296,7 +3346,7 @@ SWIGINTERN VALUE _wrap_File_id3v1_tag(int nargs, VALUE *args, VALUE self) {
3296
3346
  argv[ii] = args[ii-1];
3297
3347
  }
3298
3348
  if (argc == 1) {
3299
- int _v;
3349
+ int _v = 0;
3300
3350
  void *vptr = 0;
3301
3351
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_TagLib__FLAC__File, 0);
3302
3352
  _v = SWIG_CheckState(res);
@@ -3305,7 +3355,7 @@ SWIGINTERN VALUE _wrap_File_id3v1_tag(int nargs, VALUE *args, VALUE self) {
3305
3355
  }
3306
3356
  }
3307
3357
  if (argc == 2) {
3308
- int _v;
3358
+ int _v = 0;
3309
3359
  void *vptr = 0;
3310
3360
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_TagLib__FLAC__File, 0);
3311
3361
  _v = SWIG_CheckState(res);
@@ -3397,7 +3447,7 @@ SWIGINTERN VALUE _wrap_File_xiph_comment(int nargs, VALUE *args, VALUE self) {
3397
3447
  argv[ii] = args[ii-1];
3398
3448
  }
3399
3449
  if (argc == 1) {
3400
- int _v;
3450
+ int _v = 0;
3401
3451
  void *vptr = 0;
3402
3452
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_TagLib__FLAC__File, 0);
3403
3453
  _v = SWIG_CheckState(res);
@@ -3406,7 +3456,7 @@ SWIGINTERN VALUE _wrap_File_xiph_comment(int nargs, VALUE *args, VALUE self) {
3406
3456
  }
3407
3457
  }
3408
3458
  if (argc == 2) {
3409
- int _v;
3459
+ int _v = 0;
3410
3460
  void *vptr = 0;
3411
3461
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_TagLib__FLAC__File, 0);
3412
3462
  _v = SWIG_CheckState(res);
@@ -3676,7 +3726,7 @@ SWIGINTERN VALUE _wrap_File_strip(int nargs, VALUE *args, VALUE self) {
3676
3726
  argv[ii] = args[ii-1];
3677
3727
  }
3678
3728
  if (argc == 1) {
3679
- int _v;
3729
+ int _v = 0;
3680
3730
  void *vptr = 0;
3681
3731
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_TagLib__FLAC__File, 0);
3682
3732
  _v = SWIG_CheckState(res);
@@ -3685,7 +3735,7 @@ SWIGINTERN VALUE _wrap_File_strip(int nargs, VALUE *args, VALUE self) {
3685
3735
  }
3686
3736
  }
3687
3737
  if (argc == 2) {
3688
- int _v;
3738
+ int _v = 0;
3689
3739
  void *vptr = 0;
3690
3740
  int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_TagLib__FLAC__File, 0);
3691
3741
  _v = SWIG_CheckState(res);
@@ -3805,12 +3855,12 @@ fail:
3805
3855
 
3806
3856
  /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
3807
3857
 
3808
- static void *_p_TagLib__FLAC__FileTo_p_TagLib__File(void *x, int *SWIGUNUSEDPARM(newmemory)) {
3809
- return (void *)((TagLib::File *) ((TagLib::FLAC::File *) x));
3810
- }
3811
3858
  static void *_p_TagLib__FLAC__PropertiesTo_p_TagLib__AudioProperties(void *x, int *SWIGUNUSEDPARM(newmemory)) {
3812
3859
  return (void *)((TagLib::AudioProperties *) ((TagLib::FLAC::Properties *) x));
3813
3860
  }
3861
+ static void *_p_TagLib__FLAC__FileTo_p_TagLib__File(void *x, int *SWIGUNUSEDPARM(newmemory)) {
3862
+ return (void *)((TagLib::File *) ((TagLib::FLAC::File *) x));
3863
+ }
3814
3864
  static swig_type_info _swigt__p_TagLib__AudioProperties = {"_p_TagLib__AudioProperties", "TagLib::AudioProperties *", 0, 0, (void*)0, 0};
3815
3865
  static swig_type_info _swigt__p_TagLib__ByteVector = {"_p_TagLib__ByteVector", "TagLib::ByteVector *", 0, 0, (void*)0, 0};
3816
3866
  static swig_type_info _swigt__p_TagLib__FLAC__File = {"_p_TagLib__FLAC__File", "TagLib::FLAC::File *", 0, 0, (void*)0, 0};
@@ -3820,12 +3870,12 @@ static swig_type_info _swigt__p_TagLib__File = {"_p_TagLib__File", "TagLib::File
3820
3870
  static swig_type_info _swigt__p_TagLib__ID3v1__Tag = {"_p_TagLib__ID3v1__Tag", "TagLib::ID3v1::Tag *", 0, 0, (void*)0, 0};
3821
3871
  static swig_type_info _swigt__p_TagLib__ID3v2__FrameFactory = {"_p_TagLib__ID3v2__FrameFactory", "TagLib::ID3v2::FrameFactory *", 0, 0, (void*)0, 0};
3822
3872
  static swig_type_info _swigt__p_TagLib__ID3v2__Tag = {"_p_TagLib__ID3v2__Tag", "TagLib::ID3v2::Tag *", 0, 0, (void*)0, 0};
3823
- static swig_type_info _swigt__p_TagLib__ListT_TagLib__FLAC__Picture_t = {"_p_TagLib__ListT_TagLib__FLAC__Picture_t", "TagLib::List< TagLib::FLAC::Picture > *|TagLib::FLAC::PictureList *", 0, 0, (void*)0, 0};
3873
+ static swig_type_info _swigt__p_TagLib__ListT_TagLib__FLAC__Picture_t = {"_p_TagLib__ListT_TagLib__FLAC__Picture_t", "TagLib::FLAC::PictureList *|TagLib::List< TagLib::FLAC::Picture > *", 0, 0, (void*)0, 0};
3824
3874
  static swig_type_info _swigt__p_TagLib__Ogg__XiphComment = {"_p_TagLib__Ogg__XiphComment", "TagLib::Ogg::XiphComment *", 0, 0, (void*)0, 0};
3825
3875
  static swig_type_info _swigt__p_TagLib__Tag = {"_p_TagLib__Tag", "TagLib::Tag *", 0, 0, (void*)0, 0};
3826
3876
  static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0};
3827
3877
  static swig_type_info _swigt__p_unsigned_char = {"_p_unsigned_char", "TagLib::uchar *|unsigned char *", 0, 0, (void*)0, 0};
3828
- static swig_type_info _swigt__p_unsigned_int = {"_p_unsigned_int", "unsigned int *|TagLib::uint *", 0, 0, (void*)0, 0};
3878
+ static swig_type_info _swigt__p_unsigned_int = {"_p_unsigned_int", "TagLib::uint *|unsigned int *", 0, 0, (void*)0, 0};
3829
3879
  static swig_type_info _swigt__p_unsigned_long = {"_p_unsigned_long", "TagLib::ulong *|unsigned long *", 0, 0, (void*)0, 0};
3830
3880
  static swig_type_info _swigt__p_wchar_t = {"_p_wchar_t", "TagLib::wchar *|wchar_t *", 0, 0, (void*)0, 0};
3831
3881
 
@@ -3854,7 +3904,7 @@ static swig_cast_info _swigc__p_TagLib__ByteVector[] = { {&_swigt__p_TagLib__By
3854
3904
  static swig_cast_info _swigc__p_TagLib__FLAC__File[] = { {&_swigt__p_TagLib__FLAC__File, 0, 0, 0},{0, 0, 0, 0}};
3855
3905
  static swig_cast_info _swigc__p_TagLib__FLAC__Picture[] = { {&_swigt__p_TagLib__FLAC__Picture, 0, 0, 0},{0, 0, 0, 0}};
3856
3906
  static swig_cast_info _swigc__p_TagLib__FLAC__Properties[] = { {&_swigt__p_TagLib__FLAC__Properties, 0, 0, 0},{0, 0, 0, 0}};
3857
- static swig_cast_info _swigc__p_TagLib__File[] = { {&_swigt__p_TagLib__FLAC__File, _p_TagLib__FLAC__FileTo_p_TagLib__File, 0, 0}, {&_swigt__p_TagLib__File, 0, 0, 0},{0, 0, 0, 0}};
3907
+ static swig_cast_info _swigc__p_TagLib__File[] = { {&_swigt__p_TagLib__File, 0, 0, 0}, {&_swigt__p_TagLib__FLAC__File, _p_TagLib__FLAC__FileTo_p_TagLib__File, 0, 0},{0, 0, 0, 0}};
3858
3908
  static swig_cast_info _swigc__p_TagLib__ID3v1__Tag[] = { {&_swigt__p_TagLib__ID3v1__Tag, 0, 0, 0},{0, 0, 0, 0}};
3859
3909
  static swig_cast_info _swigc__p_TagLib__ID3v2__FrameFactory[] = { {&_swigt__p_TagLib__ID3v2__FrameFactory, 0, 0, 0},{0, 0, 0, 0}};
3860
3910
  static swig_cast_info _swigc__p_TagLib__ID3v2__Tag[] = { {&_swigt__p_TagLib__ID3v2__Tag, 0, 0, 0},{0, 0, 0, 0}};
@@ -3942,9 +3992,12 @@ extern "C" {
3942
3992
  #define SWIGRUNTIME_DEBUG
3943
3993
  #endif
3944
3994
 
3995
+ #ifndef SWIG_INIT_CLIENT_DATA_TYPE
3996
+ #define SWIG_INIT_CLIENT_DATA_TYPE void *
3997
+ #endif
3945
3998
 
3946
3999
  SWIGRUNTIME void
3947
- SWIG_InitializeModule(void *clientdata) {
4000
+ SWIG_InitializeModule(SWIG_INIT_CLIENT_DATA_TYPE clientdata) {
3948
4001
  size_t i;
3949
4002
  swig_module_info *module_head, *iter;
3950
4003
  int init;