Add extern C definition to notifier.h 51/320351/1 accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20250228.161148
authorYunhee Seo <yuni.seo@samsung.com>
Thu, 17 Oct 2024 03:46:42 +0000 (12:46 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Thu, 27 Feb 2025 05:25:47 +0000 (14:25 +0900)
commit6cc33369115856cd9282a3a8e552fedae300ecb3
tree8123f83bc6d60d65ef23e9d0aecf661833c88c0d
parenta0e3038ec5e34d55959d6779e2c97aecb7c5b064
Add extern C definition to notifier.h

Although plugin-api-deviced header has extern C definition,
there was no extern C definition in the notifier header.
Thus, it was hard to implement utilizing notifier releated logic
from the C++ environment.
To support notifier usage in the C++ environment,
this is necessary.

Change-Id: I41b58beba054746dcfb21fe7cf7ed7c2193da440
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
include/libsyscommon/notifier.h