|
Value: (G_TYPE_CHECK_INSTANCE_TYPE( (obj), \ GTASK_QUERY_PACKET_TYPE )) Definition at line 32 of file gtask-query-packet.h. |
|
Value: (G_TYPE_CHECK_CLASS_TYPE( (klass), \ GTASK_QUERY_PACKET_TYPE )) Definition at line 39 of file gtask-query-packet.h. |
|
Value: (G_TYPE_CHECK_INSTANCE_CAST( (obj), \ GTASK_QUERY_PACKET_TYPE, \ GTaskQueryPacket )) Definition at line 19 of file gtask-query-packet.h. |
|
Value: (G_TYPE_CHECK_CLASS_CAST( (klass), \ GTASK_QUERY_PACKET_TYPE, \ GTaskQueryPacketClass )) Definition at line 24 of file gtask-query-packet.h. |
|
Value: (G_TYPE_INSTANCE_GET_CLASS( (obj), \ GTASK_QUERY_PACKET_TYPE, \ GTaskQueryPacketClass )) Definition at line 42 of file gtask-query-packet.h. |
|
returns the GType of GTaskQueryPacket Definition at line 16 of file gtask-query-packet.h. |
|
Definition at line 10 of file gtask-query-packet.h. |
|
Definition at line 12 of file gtask-query-packet.h. |
|
Definition at line 11 of file gtask-query-packet.h. |
|
Definition at line 48 of file gtask-query-packet.c. |
|
Definition at line 65 of file gtask-query-packet.c. |
|
Definition at line 22 of file gtask-query-packet.c. |
|
Definition at line 60 of file gtask-query-packet.c. |
|
creates a new GTaskQueryPacket
Definition at line 135 of file gtask-query-packet.c. |
|
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.
Definition at line 89 of file gtask-query-packet.c. |
|
Definition at line 7 of file gtask-query-packet.c. |