Skip to content

Commit 1befee2

Browse files
committed
Fix docs for ILauncherApiNews methods
1 parent fbd60a6 commit 1befee2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Management/Api/ILauncherApiNews.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public unsafe partial interface ILauncherApiNews : ILauncherApi
1919
{
2020
/// <summary>
2121
/// Get the news entries fot the launcher.<br/>
22-
/// This method returns a handle to the <see cref="PluginDisposableMemory{T}"/> of <see cref="LauncherPathEntry"/>.<br/>
22+
/// This method returns a handle to the <see cref="PluginDisposableMemory{T}"/> of <see cref="LauncherNewsEntry"/>.<br/>
2323
/// Pass this method to <see cref="PluginDisposableMemoryExtension.ToManagedSpan{T}(PluginDisposableMemoryExtension.MarshalToMemorySelectorDelegate)"/> to get the span.
2424
/// </summary>
2525
/// <param name="handle">The handle to the pointer of the <see cref="LauncherNewsEntry"/> data</param>
@@ -30,7 +30,7 @@ public unsafe partial interface ILauncherApiNews : ILauncherApi
3030

3131
/// <summary>
3232
/// Get the carousel image entries for the launcher.<br/>
33-
/// This method returns a handle to the <see cref="PluginDisposableMemory{T}"/> of <see cref="LauncherPathEntry"/>.<br/>
33+
/// This method returns a handle to the <see cref="PluginDisposableMemory{T}"/> of <see cref="LauncherCarouselEntry"/>.<br/>
3434
/// Pass this method to <see cref="PluginDisposableMemoryExtension.ToManagedSpan{T}(PluginDisposableMemoryExtension.MarshalToMemorySelectorDelegate)"/> to get the span.
3535
/// </summary>
3636
/// <param name="handle">The handle to the pointer of the <see cref="LauncherCarouselEntry"/> data</param>
@@ -41,7 +41,7 @@ public unsafe partial interface ILauncherApiNews : ILauncherApi
4141

4242
/// <summary>
4343
/// Get the social media info entries for the launcher.<br/>
44-
/// This method returns a handle to the <see cref="PluginDisposableMemory{T}"/> of <see cref="LauncherPathEntry"/>.<br/>
44+
/// This method returns a handle to the <see cref="PluginDisposableMemory{T}"/> of <see cref="LauncherSocialMediaEntry"/>.<br/>
4545
/// Pass this method to <see cref="PluginDisposableMemoryExtension.ToManagedSpan{T}(PluginDisposableMemoryExtension.MarshalToMemorySelectorDelegate)"/> to get the span.
4646
/// </summary>
4747
/// <param name="handle">The handle to the pointer of the <see cref="LauncherSocialMediaEntry"/> data</param>

0 commit comments

Comments
 (0)