VirtualBox

Changeset 25477 in vbox for trunk/include/VBox/dbus.h


Ignore:
Timestamp:
Dec 18, 2009 12:46:53 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56146
Message:

include: Made the headers build cleanly on linux again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/dbus.h

    r24409 r25477  
    3333#define ___VBox_DBus_h
    3434
    35 #include <stdint.h>
     35#include <iprt/types.h>
     36#include <iprt/stdarg.h>
    3637
    3738#define VBOX_DBUS_1_3_LIB "libdbus-1.so.3"
     
    5051    void *padding1;
    5152};
     53typedef struct DBusError DBusError;
     54
    5255struct DBusConnection;
    5356typedef struct DBusConnection DBusConnection;
     57
    5458typedef uint32_t dbus_bool_t;
    5559typedef uint32_t dbus_uint32_t;
    5660typedef enum { DBUS_BUS_SESSON, DBUS_BUS_SYSTEM, DBUS_BUS_STARTER } DBusBusType;
     61
    5762struct DBusMessage;
    5863typedef struct DBusMessage DBusMessage;
     64
    5965struct DBusMessageIter
    6066{
     
    104110/* Declarations of the functions that we need from libdbus-1 */
    105111#define VBOX_PROXY_STUB(function, rettype, signature, shortsig) \
    106 RTR3DECL(rettype) ( function ) signature ;
     112    RTR3DECL(rettype) ( function ) signature ;
    107113
    108114#include <VBox/dbus-calls.h>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette