Data Structures | |
struct | _GTaskWatchPacket |
struct | _GTaskWatchPacketClass |
struct | _GTaskWatchPacketPrivate |
Defines | |
#define | GTASK_WATCH_PACKET_TYPE (gtask_watch_packet_get_type()) |
#define | GTASK_WATCH_PACKET(obj) |
#define | GTASK_WATCH_PACKET_CLASS(klass) |
#define | GTASK_IS_WATCH_PACKET(obj) |
#define | GTASK_IS_WATCH_PACKET_CLASS(klass) |
#define | GTASK_WATCH_PACKET_GET_CLASS(obj) |
Typedefs | |
typedef _GTaskWatchPacket | GTaskWatchPacket |
typedef _GTaskWatchPacketPrivate | GTaskWatchPacketPrivate |
typedef _GTaskWatchPacketClass | GTaskWatchPacketClass |
Functions | |
void | gtask_watch_packet_class_init (GTaskWatchPacketClass *klass) |
void | gtask_watch_packet_init (GTaskWatchPacket *packet, gpointer g_class) |
void | gtask_watch_packet_finalize (GObject *packet) |
gboolean | gtask_watch_packet_serialize_to (GTaskPacket *packet, GTaskConnection *conn) |
writes out the xml form of the passed in GTaskWatchPacket 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_watch_packet_get_type (void) |
GTaskWatchPacket * | gtask_watch_packet_new () |
creates a new GTaskWatchPacket | |
GTaskWatchPacket * | gtask_watch_packet_new_with_watch_id (const char *watch_id) |
creates a new GTaskWatchPacket with the passed in watch_id | |
const char * | gtask_watch_packet_get_watch_id (GTaskWatchPacket *packet) |
returns the watch id held by the passed in GTaskWatchPacket | |
void | gtask_watch_packet_set_watch_id (GTaskWatchPacket *packet, const char *watch_id) |
sets the watch id of the passed GTaskWatchPacket | |
Variables | |
gpointer | parent_class |
|
Value: (G_TYPE_CHECK_INSTANCE_TYPE( (obj), \ GTASK_WATCH_PACKET_TYPE )) Definition at line 32 of file gtask-watch-packet.h. |
|
Value: (G_TYPE_CHECK_CLASS_TYPE( (klass), \ GTASK_WATCH_PACKET_TYPE )) Definition at line 39 of file gtask-watch-packet.h. |
|
Value: (G_TYPE_CHECK_INSTANCE_CAST( (obj), \ GTASK_WATCH_PACKET_TYPE, \ GTaskWatchPacket )) Definition at line 19 of file gtask-watch-packet.h. |
|
Value: (G_TYPE_CHECK_CLASS_CAST( (klass), \ GTASK_WATCH_PACKET_TYPE, \ GTaskWatchPacketClass )) Definition at line 24 of file gtask-watch-packet.h. |
|
Value: (G_TYPE_INSTANCE_GET_CLASS( (obj), \ GTASK_WATCH_PACKET_TYPE, \ GTaskWatchPacketClass )) Definition at line 42 of file gtask-watch-packet.h. |
|
returns the GType of GTaskWatchPacket Definition at line 16 of file gtask-watch-packet.h. |
|
Definition at line 10 of file gtask-watch-packet.h. |
|
Definition at line 12 of file gtask-watch-packet.h. |
|
Definition at line 11 of file gtask-watch-packet.h. |
|
Definition at line 49 of file gtask-watch-packet.c. |
|
Definition at line 68 of file gtask-watch-packet.c. |
|
Definition at line 23 of file gtask-watch-packet.c. |
|
returns the watch id held by the passed in GTaskWatchPacket
Definition at line 179 of file gtask-watch-packet.c. |
|
Definition at line 61 of file gtask-watch-packet.c. |
|
creates a new GTaskWatchPacket
Definition at line 147 of file gtask-watch-packet.c. |
|
creates a new GTaskWatchPacket with the passed in watch_id
Definition at line 161 of file gtask-watch-packet.c. |
|
writes out the xml form of the passed in GTaskWatchPacket 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 94 of file gtask-watch-packet.c. |
|
sets the watch id of the passed GTaskWatchPacket
Definition at line 194 of file gtask-watch-packet.c. |
|
Definition at line 7 of file gtask-watch-packet.c. |