|  |  |  | libsocialweb-client Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
#define SW_TYPE_ITEM SwItem; void sw_item_unref (SwItem *item); SwItem * sw_item_ref (SwItem *item); void sw_item_free (SwItem *item); SwItem * sw_item_new (void); gboolean sw_item_is_from_cache (SwItem *item); gboolean sw_item_has_key (SwItem *item,const gchar *key); const gchar * sw_item_get_value (SwItem *item,const gchar *key); GType sw_item_get_type (void);
typedef struct {
  volatile gint refcount;
  gchar *service;
  gchar *uuid;
  GTimeVal date;
  GHashTable *props;
} SwItem;
| volatile gint  | |
| gchar * | |
| gchar * | |
| GTimeVal  | |
| GHashTable * | . [element-type gchar* gchar*] |