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

main -> DevelNUI #6510

Merged
merged 1 commit into from
Dec 10, 2024
Merged

main -> DevelNUI #6510

merged 1 commit into from
Dec 10, 2024

Conversation

JoogabYun
Copy link
Contributor

Description of Change

API Changes

  • ACR:

* [Tizen.Applications.RPCPort] Add internal APIS

Signed-off-by: pjh9216 <[email protected]>

* Add comments for exceptions

Signed-off-by: pjh9216 <[email protected]>

---------

Signed-off-by: pjh9216 <[email protected]>
@JoogabYun JoogabYun marked this pull request as ready for review December 10, 2024 08:03
@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 7, Removed: 0, Changed: 0

Added

+ /// <since_tizen>10</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.UInt32 Tizen.Applications.RPCPort.Parcel::GetDataSize()

+ /// <since_tizen>10</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.UInt32 Tizen.Applications.RPCPort.Parcel::GetReader()

+ /// <since_tizen>10</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.Applications.RPCPort.Parcel::.ctor(Tizen.Applications.RPCPort.Parcel,System.UInt32,System.UInt32)

+ /// <since_tizen>10</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.Applications.RPCPort.Parcel::Pin()

+ /// <since_tizen>10</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.Applications.RPCPort.Parcel::Reserve(System.UInt32)

+ /// <since_tizen>10</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.Applications.RPCPort.Parcel::SetDataSize(System.UInt32)

+ /// <since_tizen>10</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.Applications.RPCPort.Parcel::SetReader(System.UInt32)

Copy link
Contributor

@Seoyeon2Kim Seoyeon2Kim left a comment

Choose a reason for hiding this comment

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

LGTM integration

@JoogabYun JoogabYun merged commit 02ff06b into Samsung:DevelNUI Dec 10, 2024
3 checks passed
@JoogabYun JoogabYun deleted the rebase-main branch February 4, 2025 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants