| Top |
| void | sw_item_unref () |
| SwItem * | sw_item_ref () |
| void | sw_item_free () |
| SwItem * | sw_item_new () |
| gboolean | sw_item_is_from_cache () |
| gboolean | sw_item_has_key () |
| const gchar * | sw_item_get_value () |
| GType | sw_item_get_type () |
typedef struct {
volatile gint refcount;
gchar *service;
gchar *uuid;
GTimeVal date;
GHashTable *props;
} SwItem;