OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBusDataSlot
(Results
1 - 3
of
3
) sorted by null
/external/dbus/dbus/
dbus-dataslot.h
33
/** Opaque typedef for
DBusDataSlot
*/
34
typedef struct
DBusDataSlot
DBusDataSlot
;
35
/**
DBusDataSlot
is used to store application data on the connection */
36
struct
DBusDataSlot
69
DBusDataSlot
*slots; /**< Data slots */
dbus-dataslot.c
29
* @defgroup
DBusDataSlot
Data slots
258
DBusDataSlot
*tmp;
262
sizeof (
DBusDataSlot
) * (slot + 1));
/external/dbus/
cleanup-man-pages.sh
35
for I in DBusCounter.* DBusCredentials.*
DBusDataSlot
.* DBusDataSlotAllocator.* DBusDataSlotList.* \
Completed in 4970 milliseconds