#include <gtask/gtask-query-packet.h>
Go to the source code of this file.
Functions | |
void | gtask_query_packet_class_init (GTaskQueryPacketClass *klass) |
void | gtask_query_packet_init (GTaskQueryPacket *packet, gpointer g_class) |
void | gtask_query_packet_finalize (GObject *obj) |
gboolean | gtask_query_packet_serialize_to (GTaskPacket *packet, GTaskConnection *conn) |
writes out the xml form of the passed in GTaskQueryPacket to the passed in GTaskConnection. In general this function should never be called, except from within the library. To serialize any packet call gtask_packet_serialize( GTaskPacket * ) instead. | |
GType | gtask_query_packet_get_type (void) |
GTaskQueryPacket * | gtask_query_packet_new () |
creates a new GTaskQueryPacket | |
Variables | |
gpointer | parent_class = NULL |