telepathy-glib API Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Signals |
File Transfer channelsFile Transfer channels — service-side interface for the File Transfer channel type |
#include <telepathy-glib/telepathy-glib-dbus.h> TpSvcChannelTypeFileTransfer; TpSvcChannelTypeFileTransferClass; void (*tp_svc_channel_type_file_transfer_accept_file_impl) (TpSvcChannelTypeFileTransfer *self
,guint in_Address_Type
,guint in_Access_Control
,const GValue *in_Access_Control_Param
,guint64 in_Offset
,DBusGMethodInvocation *context
); void tp_svc_channel_type_file_transfer_emit_file_transfer_state_changed (gpointer instance
,guint arg_State
,guint arg_Reason
); void tp_svc_channel_type_file_transfer_emit_initial_offset_defined (gpointer instance
,guint64 arg_InitialOffset
); void tp_svc_channel_type_file_transfer_emit_transferred_bytes_changed (gpointer instance
,guint64 arg_Count
); void tp_svc_channel_type_file_transfer_emit_uri_defined (gpointer instance
,const gchar *arg_URI
); void tp_svc_channel_type_file_transfer_implement_accept_file (TpSvcChannelTypeFileTransferClass *klass
,tp_svc_channel_type_file_transfer_accept_file_impl impl
); void tp_svc_channel_type_file_transfer_implement_provide_file (TpSvcChannelTypeFileTransferClass *klass
,tp_svc_channel_type_file_transfer_provide_file_impl impl
); void (*tp_svc_channel_type_file_transfer_provide_file_impl) (TpSvcChannelTypeFileTransfer *self
,guint in_Address_Type
,guint in_Access_Control
,const GValue *in_Access_Control_Param
,DBusGMethodInvocation *context
); void tp_svc_channel_type_file_transfer_return_from_accept_file (DBusGMethodInvocation *context
,const GValue *out_Address
); void tp_svc_channel_type_file_transfer_return_from_provide_file (DBusGMethodInvocation *context
,const GValue *out_Address
);
"file-transfer-state-changed" :Has Details
"initial-offset-defined" :Has Details
"transferred-bytes-changed" :Has Details
"u-ri-defined" :Has Details
This section documents the auto-generated GInterface used to implement the File Transfer channel type.
typedef struct _TpSvcChannelTypeFileTransfer TpSvcChannelTypeFileTransfer;
Dummy typedef representing any implementation of this interface.
typedef struct _TpSvcChannelTypeFileTransferClass TpSvcChannelTypeFileTransferClass;
The class of TpSvcChannelTypeFileTransfer.
In a full implementation of this interface (i.e. all
methods implemented), the interface initialization
function used in G_IMPLEMENT_INTERFACE()
would
typically look like this:
static void implement_channel_type_file_transfer (gpointer klass, gpointer unused G_GNUC_UNUSED) { #define IMPLEMENT(x) tp_svc_channel_type_file_transfer_implement_##x (\ klass, my_object_##x) IMPLEMENT (accept_file); IMPLEMENT (provide_file); #undef IMPLEMENT }
void (*tp_svc_channel_type_file_transfer_accept_file_impl) (TpSvcChannelTypeFileTransfer *self
,guint in_Address_Type
,guint in_Access_Control
,const GValue *in_Access_Control_Param
,guint64 in_Offset
,DBusGMethodInvocation *context
);
The signature of an implementation of the D-Bus method AcceptFile on interface org.freedesktop.Telepathy.Channel.Type.FileTransfer.
|
The object implementing this interface |
|
guint (FIXME, generate documentation) |
|
guint (FIXME, generate documentation) |
|
const GValue * (FIXME, generate documentation) |
|
guint64 (FIXME, generate documentation) |
|
Used to return values or throw an error |
void tp_svc_channel_type_file_transfer_emit_file_transfer_state_changed (gpointer instance
,guint arg_State
,guint arg_Reason
);
Type-safe wrapper around g_signal_emit to emit the FileTransferStateChanged signal on interface org.freedesktop.Telepathy.Channel.Type.FileTransfer.
|
The object implementing this interface |
|
guint (FIXME, generate documentation) |
|
guint (FIXME, generate documentation) |
void tp_svc_channel_type_file_transfer_emit_initial_offset_defined (gpointer instance
,guint64 arg_InitialOffset
);
Type-safe wrapper around g_signal_emit to emit the InitialOffsetDefined signal on interface org.freedesktop.Telepathy.Channel.Type.FileTransfer.
|
The object implementing this interface |
|
guint64 (FIXME, generate documentation) |
void tp_svc_channel_type_file_transfer_emit_transferred_bytes_changed (gpointer instance
,guint64 arg_Count
);
Type-safe wrapper around g_signal_emit to emit the TransferredBytesChanged signal on interface org.freedesktop.Telepathy.Channel.Type.FileTransfer.
|
The object implementing this interface |
|
guint64 (FIXME, generate documentation) |
void tp_svc_channel_type_file_transfer_emit_uri_defined (gpointer instance
,const gchar *arg_URI
);
Type-safe wrapper around g_signal_emit to emit the URIDefined signal on interface org.freedesktop.Telepathy.Channel.Type.FileTransfer.
|
The object implementing this interface |
|
const gchar * (FIXME, generate documentation) |
void tp_svc_channel_type_file_transfer_implement_accept_file (TpSvcChannelTypeFileTransferClass *klass
,tp_svc_channel_type_file_transfer_accept_file_impl impl
);
Register an implementation for the AcceptFile method in the vtable of an implementation of this interface. To be called from the interface init function.
|
A class whose instances implement this interface |
|
A callback used to implement the AcceptFile D-Bus method |
void tp_svc_channel_type_file_transfer_implement_provide_file (TpSvcChannelTypeFileTransferClass *klass
,tp_svc_channel_type_file_transfer_provide_file_impl impl
);
Register an implementation for the ProvideFile method in the vtable of an implementation of this interface. To be called from the interface init function.
|
A class whose instances implement this interface |
|
A callback used to implement the ProvideFile D-Bus method |
void (*tp_svc_channel_type_file_transfer_provide_file_impl) (TpSvcChannelTypeFileTransfer *self
,guint in_Address_Type
,guint in_Access_Control
,const GValue *in_Access_Control_Param
,DBusGMethodInvocation *context
);
The signature of an implementation of the D-Bus method ProvideFile on interface org.freedesktop.Telepathy.Channel.Type.FileTransfer.
|
The object implementing this interface |
|
guint (FIXME, generate documentation) |
|
guint (FIXME, generate documentation) |
|
const GValue * (FIXME, generate documentation) |
|
Used to return values or throw an error |
void tp_svc_channel_type_file_transfer_return_from_accept_file (DBusGMethodInvocation *context
,const GValue *out_Address
);
Return successfully by calling dbus_g_method_return()
.
This inline function exists only to provide type-safety.
|
The D-Bus method invocation context |
|
const GValue * (FIXME, generate documentation) |
void tp_svc_channel_type_file_transfer_return_from_provide_file (DBusGMethodInvocation *context
,const GValue *out_Address
);
Return successfully by calling dbus_g_method_return()
.
This inline function exists only to provide type-safety.
|
The D-Bus method invocation context |
|
const GValue * (FIXME, generate documentation) |
"file-transfer-state-changed"
signalvoid user_function (TpSvcChannelTypeFileTransfer *self,
guint arg_State,
guint arg_Reason,
gpointer user_data) : Has Details
The FileTransferStateChanged D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
guint (FIXME, generate documentation) |
|
guint (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |
"initial-offset-defined"
signalvoid user_function (TpSvcChannelTypeFileTransfer *self,
guint64 arg_InitialOffset,
gpointer user_data) : Has Details
The InitialOffsetDefined D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
guint64 (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |
"transferred-bytes-changed"
signalvoid user_function (TpSvcChannelTypeFileTransfer *self,
guint64 arg_Count,
gpointer user_data) : Has Details
The TransferredBytesChanged D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
guint64 (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |
"u-ri-defined"
signalvoid user_function (TpSvcChannelTypeFileTransfer *self,
gchar *arg_URI,
gpointer user_data) : Has Details
The URIDefined D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
const gchar * (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |