Changeset 28357 in vbox for trunk/include/VBox/dbus.h
- Timestamp:
- Apr 15, 2010 1:11:23 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60117
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dbus.h
r25477 r28357 35 35 #include <iprt/types.h> 36 36 #include <iprt/stdarg.h> 37 38 #define VBOX_DBUS_1_3_LIB "libdbus-1.so.3"39 37 40 38 /** Types and defines from the dbus header files which we need. These are … … 109 107 110 108 /* Declarations of the functions that we need from libdbus-1 */ 111 #define VBOX_PROXY_STUB(function, rettype, signature, shortsig) \ 112 RTR3DECL(rettype) ( function ) signature ; 109 #define VBOX_DBUS_GENERATE_HEADER 113 110 114 111 #include <VBox/dbus-calls.h> 115 112 116 #undef VBOX_PROXY_STUB 117 118 /** 119 * Try to dynamically load the DBus library. This function should be called 120 * before attempting to use any of the DBus functions. It is safe to call this 121 * function multiple times. 122 * 123 * @returns iprt status code 124 */ 125 RTR3DECL(int) RTDBusLoadLib(void); 113 #undef VBOX_DBUS_GENERATE_HEADER 126 114 127 115 #endif /* ___VBox_DBus_h not defined */
Note:
See TracChangeset
for help on using the changeset viewer.