const char *pkgname, const char *template_name);
int notification_ipc_get_noti_block_state(const char *pkgname, int *do_not_disturb, int *do_not_disturb_except,
int *allow_to_notify, uid_t uid);
-GVariant * notification_ipc_make_gvariant_from_dnd_allow_exception(
+GVariant *notification_ipc_make_gvariant_from_dnd_allow_exception(
struct notification_system_setting_dnd_allow_exception *dnd_allow_exception);
int notification_ipc_make_dnd_allow_exception_from_gvariant(
struct notification_system_setting_dnd_allow_exception *dnd_allow_exception,
...
- noti_err = notifiacation_system_setting_load_system_setting(setting);
+ noti_err = notification_system_setting_load_system_setting(&setting);
if (noti_err != NOTIFICATION_ERROR_NONE) {
return;
}
int value;
notification_system_setting_h setting = NULL;
...
- noti_err = notifiacation_system_setting_load_system_setting(&setting);
+ noti_err = notification_system_setting_load_system_setting(&setting);
if (noti_err != NOTIFICATION_ERROR_NONE) {
return;
}
int value = 0;
notification_system_setting_h setting = NULL;
...
- noti_err = notifiacation_system_setting_load_system_setting(&setting);
+ noti_err = notification_system_setting_load_system_setting(&setting);
if (noti_err != NOTIFICATION_ERROR_NONE) {
return;
}