enlightenment/src
Lucas De Marchi 2aca12cc2e e/notification: do not use null_strings_replace()
It would be very weird and error-prone on clients to have code like
this:

E_Notification_Notify n;
memset(n, 0, sizeof(*n));
n.app_name = "bla";
e_notification_client_send(...);
eina_stringshare_del(n.icon.icon);
eina_stringshare_del(...);
...

Instead of doing this, replace NULL by "" in the only place it's not
allowed: while sending the D-Bus message.



SVN revision: 82120
2013-01-03 22:08:15 +00:00
..
bin e/notification: do not use null_strings_replace() 2013-01-03 22:08:15 +00:00
modules e: Add client api to notifications 2013-01-03 22:08:10 +00:00
Makefile.am remove e17 preload/precache hacks 2012-10-10 07:39:08 +00:00