#include <xmms_object.h>
Definition at line 56 of file xmms_object.h.
Data Fields | |
union { | |
gint32 int32 | |
guint32 uint32 | |
gchar * string | |
GTree * dict | |
GHashTable * hash | |
GList * list | |
xmmsc_coll_t * coll | |
GString * bin | |
} | value |
xmms_object_cmd_arg_type_t | type |
gint | refcount |
Definition at line 58 of file xmms_object.h.
Referenced by xmms_collection_get_random_media(), xmms_collection_query_ids(), xmms_object_cmd_value_int_new(), xmms_playlist_add_collection(), xmms_playlist_changed_msg_send(), xmms_xform_auxdata_get_int(), and xmms_xform_metadata_get_int().
guint32 xmms_object_cmd_value_t::uint32 |
Definition at line 60 of file xmms_object.h.
Referenced by xmms_object_cmd_value_str_new(), xmms_playlist_changed_msg_send(), xmms_xform_auxdata_get_str(), and xmms_xform_metadata_get_str().
GHashTable* xmms_object_cmd_value_t::hash |
Definition at line 62 of file xmms_object.h.
Referenced by xmms_collection_query_ids(), and xmms_object_cmd_value_hash_table_new().
Definition at line 63 of file xmms_object.h.
Referenced by xmms_object_cmd_value_list_new(), and xmms_object_cmd_value_propdict_new().
GString* xmms_object_cmd_value_t::bin |
Definition at line 65 of file xmms_object.h.
Referenced by xmms_object_cmd_value_bin_new(), and xmms_xform_auxdata_get_bin().
union { ... } xmms_object_cmd_value_t::value |
Referenced by xmms_collection_get_random_media(), xmms_collection_query_ids(), xmms_object_cmd_value_bin_new(), xmms_object_cmd_value_coll_new(), xmms_object_cmd_value_dict_new(), xmms_object_cmd_value_hash_table_new(), xmms_object_cmd_value_int_new(), xmms_object_cmd_value_list_new(), xmms_object_cmd_value_propdict_new(), xmms_object_cmd_value_str_new(), xmms_object_cmd_value_uint_new(), xmms_playlist_add_collection(), xmms_playlist_changed_msg_send(), xmms_xform_auxdata_get_bin(), xmms_xform_auxdata_get_int(), xmms_xform_auxdata_get_str(), xmms_xform_metadata_get_int(), and xmms_xform_metadata_get_str().
Definition at line 67 of file xmms_object.h.
Referenced by xmms_object_cmd_value_bin_new(), xmms_object_cmd_value_coll_new(), xmms_object_cmd_value_dict_new(), xmms_object_cmd_value_hash_table_new(), xmms_object_cmd_value_int_new(), xmms_object_cmd_value_list_new(), xmms_object_cmd_value_none_new(), xmms_object_cmd_value_propdict_new(), xmms_object_cmd_value_str_new(), xmms_object_cmd_value_uint_new(), xmms_xform_auxdata_get_bin(), xmms_xform_auxdata_get_int(), xmms_xform_auxdata_get_str(), xmms_xform_metadata_get_int(), and xmms_xform_metadata_get_str().
Definition at line 68 of file xmms_object.h.
Referenced by xmms_object_cmd_value_bin_new(), xmms_object_cmd_value_coll_new(), xmms_object_cmd_value_dict_new(), xmms_object_cmd_value_hash_table_new(), xmms_object_cmd_value_int_new(), xmms_object_cmd_value_list_new(), xmms_object_cmd_value_none_new(), xmms_object_cmd_value_propdict_new(), xmms_object_cmd_value_ref(), xmms_object_cmd_value_str_new(), xmms_object_cmd_value_uint_new(), and xmms_object_cmd_value_unref().