mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-14 12:08:08 +02:00
2003-06-29 Miloslav Trmac <mitr@volny.cz>
* dbus/dbus-marshal.c (_dbus_marshal_set_int64) (_dbus_marshal_set_uint64): Fix comment.
This commit is contained in:
parent
f1475d8541
commit
a513066ba9
2 changed files with 5 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2003-06-29 Miloslav Trmac <mitr@volny.cz>
|
||||
|
||||
* dbus/dbus-marshal.c (_dbus_marshal_set_int64)
|
||||
(_dbus_marshal_set_uint64): Fix comment.
|
||||
|
||||
* dbus/dbus-message.c (append_int_field, append_uint_field): Don't
|
||||
hardcode FIELD_REPLY_SERIAL.
|
||||
|
||||
|
|
|
|||
|
|
@ -342,7 +342,7 @@ _dbus_marshal_set_uint32 (DBusString *str,
|
|||
#ifdef DBUS_HAVE_INT64
|
||||
|
||||
/**
|
||||
* Sets the 4 bytes at the given offset to a marshaled signed integer,
|
||||
* Sets the 8 bytes at the given offset to a marshaled signed integer,
|
||||
* replacing anything found there previously.
|
||||
*
|
||||
* @param str the string to write the marshalled int to
|
||||
|
|
@ -363,7 +363,7 @@ _dbus_marshal_set_int64 (DBusString *str,
|
|||
}
|
||||
|
||||
/**
|
||||
* Sets the 4 bytes at the given offset to a marshaled unsigned
|
||||
* Sets the 8 bytes at the given offset to a marshaled unsigned
|
||||
* integer, replacing anything found there previously.
|
||||
*
|
||||
* @param str the string to write the marshalled int to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue