#include <gtask/gtask-remove-watch-packet.h>
Go to the source code of this file.
Enumerations | |
enum | { PROP_0, PROP_WATCH_ID } |
Functions | |
void | gtask_remove_watch_packet_class_init (GTaskRemoveWatchPacketClass *klass) |
void | gtask_remove_watch_packet_init (GTaskRemoveWatchPacket *packet, gpointer g_class) |
void | gtask_remove_watch_packet_finalize (GObject *packet) |
gboolean | gtask_remove_watch_packet_serialize_to (GTaskPacket *packet, GTaskConnection *conn) |
writes out the xml form of the passed in GTaskRemoveWatchPacket 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. | |
void | gtask_remove_watch_packet_set_property (GObject *object, guint param_id, const GValue *value, GParamSpec *pspec) |
void | gtask_remove_watch_packet_get_property (GObject *object, guint param_id, GValue *value, GParamSpec *pspec) |
GType | gtask_remove_watch_packet_get_type (void) |
GTaskRemoveWatchPacket * | gtask_remove_watch_packet_new () |
creates a new GTaskRemoveWatchPacket | |
GTaskRemoveWatchPacket * | gtask_remove_watch_packet_new_with_watch_id (const char *watch_id) |
creates a new GTaskRemoveWatchPacket with the passed in watch_id | |
const char * | gtask_remove_watch_packet_get_watch_id (GTaskRemoveWatchPacket *packet) |
returns the watch id held by the passed in GTaskRemoveWatchPacket | |
void | gtask_remove_watch_packet_set_watch_id (GTaskRemoveWatchPacket *packet, const char *watch_id) |
sets the watch id of the passed in GTaskRemoveWatchPacket | |
Variables | |
gpointer | parent_class = NULL |