wxr
2024-07-16 548fb8aa23fe31401ba3dae823d31f9a73cc101f
Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/generated/src/Com.Hdl.Hdllinphonesdk.Interfaces.IAddressType.cs
@@ -90,7 +90,7 @@
      static Delegate GetGetDisplayedNameHandler ()
      {
         if (cb_getDisplayedName == null)
            cb_getDisplayedName = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_L) n_GetDisplayedName);
            cb_getDisplayedName = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_L (n_GetDisplayedName));
         return cb_getDisplayedName;
      }
@@ -106,7 +106,7 @@
      static Delegate GetSetDisplayedName_Ljava_lang_String_Handler ()
      {
         if (cb_setDisplayedName_Ljava_lang_String_ == null)
            cb_setDisplayedName_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_SetDisplayedName_Ljava_lang_String_);
            cb_setDisplayedName_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_SetDisplayedName_Ljava_lang_String_));
         return cb_setDisplayedName_Ljava_lang_String_;
      }
@@ -129,7 +129,7 @@
         set {
            if (id_setDisplayedName_Ljava_lang_String_ == IntPtr.Zero)
               id_setDisplayedName_Ljava_lang_String_ = JNIEnv.GetMethodID (class_ref, "setDisplayedName", "(Ljava/lang/String;)V");
            IntPtr native_value = JNIEnv.NewString (value);
            IntPtr native_value = JNIEnv.NewString ((string)value);
            JValue* __args = stackalloc JValue [1];
            __args [0] = new JValue (native_value);
            JNIEnv.CallVoidMethod (((global::Java.Lang.Object) this).Handle, id_setDisplayedName_Ljava_lang_String_, __args);
@@ -142,7 +142,7 @@
      static Delegate GetGetTextHandler ()
      {
         if (cb_getText == null)
            cb_getText = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_L) n_GetText);
            cb_getText = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_L (n_GetText));
         return cb_getText;
      }
@@ -158,7 +158,7 @@
      static Delegate GetSetText_Ljava_lang_CharSequence_Handler ()
      {
         if (cb_setText_Ljava_lang_CharSequence_ == null)
            cb_setText_Ljava_lang_CharSequence_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_SetText_Ljava_lang_CharSequence_);
            cb_setText_Ljava_lang_CharSequence_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_SetText_Ljava_lang_CharSequence_));
         return cb_setText_Ljava_lang_CharSequence_;
      }