#include <gtask/gtask-packet.h>Go to the source code of this file.
Functions | |
| void | gtask_packet_init (GTaskPacket *packet, gpointer g_class) |
| void | gtask_packet_class_init (GTaskPacketClass *klass) |
| void | gtask_packet_dispose (GObject *packet) |
| void | gtask_packet_finalize (GObject *packet) |
| GType | gtask_packet_get_type () |
| gboolean | gtask_packet_serialize (GTaskPacket *packet) |
| prints out the packet over the default connection | |
| gboolean | gtask_packet_serialize_to (GTaskPacket *packet, GTaskConnection *conn) |
| prints out the packet over the passed in connection | |
| GTaskConnectionGroup * | gtask_packet_get_connection_group (GTaskPacket *packet) |
| returns the default connection that the GTaskPacket will serialize to | |
| void | gtask_packet_set_connection_group (GTaskPacket *packet, GTaskConnectionGroup *conn_group) |
| sets the default connection that the GTaskPacket will serialize to | |
Variables | |
| gpointer | parent_class |
1.3.4