Check the BUFFER file existence.
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 5 Jun 2012 07:53:07 +0000 (16:53 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 7 Jun 2012 15:11:09 +0000 (00:11 +0900)
commitb6d1bc5635b8981ff61ca2c4181326445213f1f6
tree7a6cd62b876a081b243bd82f6305bdda804eb54d
parent49c52f008a75bdc174a3a5725c88141477e782e0
Check the BUFFER file existence.

If it fails to create the buffer from a file,
Don't try to invoke the callbacks.

Change-Id: I1a34ebc4076990625e715721e63db608a577a225
13 files changed:
CMakeLists.txt
debian/changelog
include/dbus.h
include/livebox.h
include/livebox_internal.h
include/master_rpc.h [new file with mode: 0644]
include/util.h
packaging/liblivebox-viewer.spec
src/dbus.c
src/fb_file.c
src/livebox.c
src/master_rpc.c [new file with mode: 0644]
src/util.c