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

[Applications.ComponentBased] Enhance API descriptions #6373

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

upple
Copy link
Collaborator

@upple upple commented Sep 26, 2024

Description of Change

Enhance API descriptions

API Changes

  • ACR: N/A

@upple upple requested review from pjh9216 and hjhun September 26, 2024 15:25
@github-actions github-actions bot added the API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0 label Sep 26, 2024
@TizenAPI-Bot
Copy link
Collaborator

Public API Changed

Please follow the ACR process for the changed API below.

Added: 0, Removed: 0, Changed: 1

Changed

- /// <since_tizen>none</since_tizen
+ /// <since_tizen>6</since_tizen
System.Boolean Tizen.Applications.ComponentBased.Common.ServiceComponent::OnCreate()

@TizenAPI-Bot
Copy link
Collaborator

Public API Changed

Please follow the ACR process for the changed API below.

Added: 0, Removed: 0, Changed: 1

Changed

- /// <since_tizen>none</since_tizen
+ /// <since_tizen>6</since_tizen
System.Boolean Tizen.Applications.ComponentBased.Common.ServiceComponent::OnCreate()

/// <returns>True if a service component is successfully created</returns>
/// <returns>
/// <c>true</c> if the service component is successfully created; otherwise, <c>false</c>.
/// </returns>
public abstract bool OnCreate();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a missing since tag.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I added the since tag, the ACR-Required tag was added.
So I kept it as before.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can ignore ACR-Requried. Because, the tag was added when ACR was accepted.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok I see. I'll prepare the patch.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

@TizenAPI-Bot
Copy link
Collaborator

Public API Changed

Please follow the ACR process for the changed API below.

Added: 0, Removed: 0, Changed: 1

Changed

- /// <since_tizen>none</since_tizen
+ /// <since_tizen>6</since_tizen
System.Boolean Tizen.Applications.ComponentBased.Common.ServiceComponent::OnCreate()

@TizenAPI-Bot
Copy link
Collaborator

Public API Changed

Please follow the ACR process for the changed API below.

Added: 0, Removed: 0, Changed: 1

Changed

- /// <since_tizen>none</since_tizen
+ /// <since_tizen>6</since_tizen
System.Boolean Tizen.Applications.ComponentBased.Common.ServiceComponent::OnCreate()

@upple upple merged commit 933d45d into Samsung:master Sep 30, 2024
3 checks passed
@upple upple deleted the description branch September 30, 2024 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ACR Required API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants