diff options
Diffstat (limited to 'common/gvfsicon.h')
-rw-r--r-- | common/gvfsicon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/gvfsicon.h b/common/gvfsicon.h index 7ed0935e..1bba7e7c 100644 --- a/common/gvfsicon.h +++ b/common/gvfsicon.h @@ -61,9 +61,12 @@ GType g_vfs_icon_get_type (void) G_GNUC_CONST; GIcon *g_vfs_icon_new (GMountSpec *mount_spec, const gchar *icon_id); +GIcon *g_vfs_icon_deserialize (GVariant *value); + GMountSpec *g_vfs_icon_get_mount_spec (GVfsIcon *vfs_icon); const gchar *g_vfs_icon_get_icon_id (GVfsIcon *vfs_icon); + G_END_DECLS #endif /* __G_VFS_ICON_H__ */ |