#include <xmms_object.h>
Definition at line 41 of file xmms_object.h.
Data Fields | |
guint32 | id |
GMutex * | mutex |
GList * | signals [XMMS_IPC_SIGNAL_END] |
xmms_object_cmd_desc_t * | cmds [XMMS_IPC_CMD_END] |
gint | ref |
xmms_object_destroy_func_t | destroy_func |
guint32 xmms_object_St::id |
GMutex* xmms_object_St::mutex |
Definition at line 43 of file xmms_object.h.
Referenced by __int_xmms_object_new(), xmms_object_cleanup(), xmms_object_disconnect(), and xmms_object_emit().
GList* xmms_object_St::signals[XMMS_IPC_SIGNAL_END] |
Definition at line 45 of file xmms_object.h.
Referenced by xmms_object_cleanup(), and xmms_object_connect().
xmms_object_cmd_desc_t* xmms_object_St::cmds[XMMS_IPC_CMD_END] |
Definition at line 46 of file xmms_object.h.
gint xmms_object_St::ref |
Definition at line 48 of file xmms_object.h.
Referenced by __int_xmms_object_unref(), and xmms_plugin_shutdown().
Definition at line 49 of file xmms_object.h.
Referenced by __int_xmms_object_new(), and __int_xmms_object_unref().