- Because, Null is already checked where this API is called.
Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: I62bede4636f531c61938042982079f83a134e021
GVariant *reply_body;
GVariant *noti_body;
- if (!template_name)
- return NOTIFICATION_ERROR_INVALID_PARAMETER;
-
result = _dbus_init();
if (result != NOTIFICATION_ERROR_NONE) {
NOTIFICATION_ERR("Can't init dbus %d", result);
GVariant *reply_body;
GVariant *noti_body;
- if (pkgname == NULL || template_name == NULL)
- return NOTIFICATION_ERROR_INVALID_PARAMETER;
-
result = _dbus_init();
if (result != NOTIFICATION_ERROR_NONE) {
NOTIFICATION_ERR("Can't init dbus %d", result);