HAL/C++ 0.02 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News HAL/C++ 0.02 (Default branch)
# 1  
Old 01-23-2009
HAL/C++ 0.02 (Default branch)

HAL/C++ is a library using DBus-C++ to access theHAL daemon. The library is not a wrapper aroundlibhal and libhal-storage, but rather areimplementation using DBus-C++ to communicatewith the HAL daemon, even though it is modeledafter the official libhal and libhal-storage, butdoes not aim at complete adherance to the originalAPI. The library is application-oriented, so fornow, features that would only be useful tosystem-level applications or daemons, or HALaddons, are not being implemented. However thesefeatures are mostly conveniences in the originallibhal, and can be emulated even with the existingAPI.License: GNU Lesser General Public License (LGPL)Changes:
This release updates the API to changes in dbusmmincompatible to dbus-c++. Minute API cleanups havealso been done. The license has been changed tothe GNU LGPL v2.1.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Linux

Hal deamon..

I have install centos on my server,.. then after rebooting 2 ,3 times , hal deamon cannot start, and system hang on boot.. when i google, i found the solution which is off the hal daemon service... my question is, what is the effect if i off the deamon service ?:confused: tq (2 Replies)
Discussion started by: ultramen7
2 Replies

2. Windows & DOS: Issues & Discussions

Uh oh! system32/hal.dll is missing or corrupt.

Hi. I'm trying to load red hat linux 7.2 on my machine so that I can learn how to use it. I'm having a very difficult time. I attempted to install it so that I can dual boot between linux and w2k. But now I can't boot up. I get a message saying that system32/hal.dll is either missing or... (4 Replies)
Discussion started by: paulSF
4 Replies
Login or Register to Ask a Question
LSHAL(1)                                                      General Commands Manual                                                     LSHAL(1)

NAME
lshal - list HAL devices SYNOPSIS
lshal [options] DESCRIPTION
lshal is a utility for displaying items in the HAL device database. For more information about both the big picture and specific HAL prop- erties, refer to the HAL spec which can be found in /usr/share/doc/hal-doc/spec/hal-spec.html depending on the distribution. OPTIONS
The following options are supported: -m, --monitor Print changes emitted by the hald daemon. -s, --short Short output. -t, --tree Display the devices organized in a tree. -u, --show Show only the given UDI (Unique Device Identifier). -h, --help Print out usage. -V, --version Print the version. BUGS
Please send bug reports to either the distribution or the HAL mailing list, see http://lists.freedesktop.org/mailman/listinfo/hal on how to subscribe. SEE ALSO
hald(8), hal-get-property(1), hal-set-property(1), hal-find-by-property(1), hal-find-by-capability(1) AUTHOR
Written by David Zeuthen <david@fubar.dk> with a lot of help from many others. LSHAL(1)