Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes by GitHub action #42

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/net/Netdroid/Generated/Android/Bluetooth/BluetoothA2dp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,6 @@ public int GetConnectionState(Android.Bluetooth.BluetoothDevice arg0)
{
return IExecuteWithSignature<Java.Util.List<Android.Bluetooth.BluetoothDevice>>("getDevicesMatchingConnectionStates", "([I)Ljava/util/List;", new object[] { arg0 });
}
/// <summary>
/// <see href="https://developer.android.com/reference/android/bluetooth/BluetoothA2dp.html#finalize()"/>
/// </summary>
public void Finalize()
{
IExecuteWithSignature("finalize", "()V");
}

#endregion

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ public void CloseChildSession(Android.Net.Ipsec.Ike.ChildSessionCallback arg0)
IExecuteWithSignature("closeChildSession", "(Landroid/net/ipsec/ike/ChildSessionCallback;)V", arg0);
}
/// <summary>
/// <see href="https://developer.android.com/reference/android/net/ipsec/ike/IkeSession.html#finalize()"/>
/// </summary>
public void Finalize()
{
IExecuteWithSignature("finalize", "()V");
}
/// <summary>
/// <see href="https://developer.android.com/reference/android/net/ipsec/ike/IkeSession.html#kill()"/>
/// </summary>
public void Kill()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public AutoCompleteTextView(Android.Content.Context arg0)
/// <see href="https://developer.android.com/reference/android/widget/AutoCompleteTextView.html#setAdapter(android.widget.ListAdapter)"/>
/// </summary>
/// <param name="arg0"><typeparamref name="T"/></param>
/// <typeparam name="T"><see cref="Android.Widget.IListAdapter"/></typeparam>
/// <typeparam name="T"><see cref="Android.Widget.IListAdapter, Android.Widget.IFilterable"/></typeparam>
public void SetAdapter<T>(T arg0) where T : Android.Widget.IListAdapter, Android.Widget.IFilterable, new()
{
IExecuteWithSignature("setAdapter", "(Landroid/widget/ListAdapter;)V", arg0);
Expand Down