Introduce the display plugin system 09/27309/2
authorManuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Wed, 10 Sep 2014 14:48:55 +0000 (16:48 +0200)
committerManuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Thu, 11 Sep 2014 09:46:37 +0000 (11:46 +0200)
commit0a2700ea5288a37c1eaf90fd97116037db4d634b
treea642553a45486e93e8592ac41fede65a8868b81b
parent2e671f2fe8c77fc9b560148f0263f26ec5b88713
Introduce the display plugin system

At startup, "notification-display-service" will now search
for plugins in the "/usr/lib$ARCH/notification-service
/plugins" directory. If one is found, it will use it to
display notifications on screens. Otherwise, it will fall
back to pure text with dlog.

There is currently one plugin : wlmessage.so.

Change-Id: I663fc24ec2c9fd8c1f0a2f07be08f479f2a4569d
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Makefile.am
configure.ac
notification_display_service.c
packaging/notification-service.spec
plugins/Makefile.am [new file with mode: 0644]
plugins/wlmessage.c [new file with mode: 0644]