forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tizen] Convert possible glib objects to GAutoPtr<> (project-chip#29488)
* Replace glib char with GAutoPtr<char> in BLEManagerImpl.cpp * Replace glib char with GAutoPtr<char> in DnssdImpl.cpp * Replace glib char with GAutoPtr<char> in WiFiManager.cpp * Add GSource to GLibTypeDeleter.h * Replace glib GSource with GAutoPtr<GSource> in ChipDeviceScanner.cpp * Replace glib GSource with GAutoPtr<GSource> in DnssdImpl.cpp * Replace glib GSource with GAutoPtr<GSource> in PlatformManagerImpl.cpp * Review update
- Loading branch information
1 parent
e9bd8f2
commit 22e3f4c
Showing
6 changed files
with
97 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.