mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 04:58:02 +02:00
2004-10-29 Colin Walters <walters@redhat.com>
* dbus/dbus-glib.h: Update documentation to not refer to internal APIs.
This commit is contained in:
parent
d8c8992b40
commit
06c785b017
2 changed files with 8 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2004-10-29 Colin Walters <walters@redhat.com>
|
||||
|
||||
* dbus/dbus-glib.h: Update documentation to not
|
||||
refer to internal APIs.
|
||||
|
||||
2004-10-27 Joe Shaw <joeshaw@novell.com>
|
||||
|
||||
* mono/Arguments.cs (GetDBusTypeConstructor):
|
||||
|
|
|
|||
|
|
@ -34,15 +34,15 @@ G_BEGIN_DECLS
|
|||
|
||||
|
||||
/**
|
||||
* Convert to/from DBusConnection with DBUS_CONNECTION_FROM_G_CONNECTION()
|
||||
* Convert to DBusConnection with dbus_g_connection_get_connection()
|
||||
*/
|
||||
typedef struct DBusGConnection DBusGConnection;
|
||||
/**
|
||||
* Convert to/from DBusMessage with DBUS_MESSAGE_FROM_G_MESSAGE()
|
||||
* Convert to DBusMessage with dbus_g_message_get_message()
|
||||
*/
|
||||
typedef struct DBusGMessage DBusGMessage;
|
||||
/**
|
||||
* Convert to/from DBusPendingCall with DBUS_PENDING_CALL_FROM_G_PENDING_CALL()
|
||||
* Deliberately not possible to convert to DBusPendingCall
|
||||
*/
|
||||
typedef struct DBusGPendingCall DBusGPendingCall;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue