Lines 1951-1958
Link Here
|
1951 |
G_STATIC_ASSERT (sizeof (dbus_int32_t) == sizeof (gint)); |
1951 |
G_STATIC_ASSERT (sizeof (dbus_int32_t) == sizeof (gint)); |
1952 |
G_STATIC_ASSERT (sizeof (dbus_uint32_t) == sizeof (guint)); |
1952 |
G_STATIC_ASSERT (sizeof (dbus_uint32_t) == sizeof (guint)); |
1953 |
/* These should be true regardless, but just for completeness... */ |
1953 |
/* These should be true regardless, but just for completeness... */ |
1954 |
G_STATIC_ASSERT (sizeof (dbus_int64_t) == sizeof (gint64)); |
|
|
1955 |
G_STATIC_ASSERT (sizeof (dbus_uint64_t) == sizeof (guint64)); |
1956 |
G_STATIC_ASSERT (sizeof (double) == sizeof (gdouble)); |
1954 |
G_STATIC_ASSERT (sizeof (double) == sizeof (gdouble)); |
1957 |
|
1955 |
|
1958 |
static gboolean |
1956 |
static gboolean |