SyncdaemonFileInfo

SyncdaemonFileInfo

Synopsis

                    SyncdaemonFileInfo;
                    SyncdaemonFileInfoClass;
gboolean            syncdaemon_file_info_get_is_public  (SyncdaemonFileInfo *finfo);
const gchar *       syncdaemon_file_info_get_node_id    (SyncdaemonFileInfo *finfo);
const gchar *       syncdaemon_file_info_get_path       (SyncdaemonFileInfo *finfo);
const gchar *       syncdaemon_file_info_get_public_url (SyncdaemonFileInfo *finfo);
const gchar *       syncdaemon_file_info_get_volume_id  (SyncdaemonFileInfo *finfo);
SyncdaemonFileInfo * syncdaemon_file_info_new           (void);
SyncdaemonFileInfo * syncdaemon_file_info_new_from_hash_table
                                                        (GHashTable *hash);
void                syncdaemon_file_info_set_is_public  (SyncdaemonFileInfo *finfo,
                                                         gboolean is_public);
void                syncdaemon_file_info_set_node_id    (SyncdaemonFileInfo *finfo,
                                                         const gchar *node_id);
void                syncdaemon_file_info_set_path       (SyncdaemonFileInfo *finfo,
                                                         const gchar *path);
void                syncdaemon_file_info_set_public_url (SyncdaemonFileInfo *finfo,
                                                         const gchar *public_url);
void                syncdaemon_file_info_set_volume_id  (SyncdaemonFileInfo *finfo,
                                                         const gchar *volume_id);

Object Hierarchy

  GObject
   +----SyncdaemonFileInfo

Description

Details

SyncdaemonFileInfo

typedef struct _SyncdaemonFileInfo SyncdaemonFileInfo;


SyncdaemonFileInfoClass

typedef struct {
	GObjectClass parent_class;
} SyncdaemonFileInfoClass;


syncdaemon_file_info_get_is_public ()

gboolean            syncdaemon_file_info_get_is_public  (SyncdaemonFileInfo *finfo);

syncdaemon_file_info_get_node_id ()

const gchar *       syncdaemon_file_info_get_node_id    (SyncdaemonFileInfo *finfo);

syncdaemon_file_info_get_path ()

const gchar *       syncdaemon_file_info_get_path       (SyncdaemonFileInfo *finfo);

syncdaemon_file_info_get_public_url ()

const gchar *       syncdaemon_file_info_get_public_url (SyncdaemonFileInfo *finfo);

syncdaemon_file_info_get_volume_id ()

const gchar *       syncdaemon_file_info_get_volume_id  (SyncdaemonFileInfo *finfo);

syncdaemon_file_info_new ()

SyncdaemonFileInfo * syncdaemon_file_info_new           (void);

syncdaemon_file_info_new_from_hash_table ()

SyncdaemonFileInfo * syncdaemon_file_info_new_from_hash_table
                                                        (GHashTable *hash);

syncdaemon_file_info_set_is_public ()

void                syncdaemon_file_info_set_is_public  (SyncdaemonFileInfo *finfo,
                                                         gboolean is_public);

syncdaemon_file_info_set_node_id ()

void                syncdaemon_file_info_set_node_id    (SyncdaemonFileInfo *finfo,
                                                         const gchar *node_id);

syncdaemon_file_info_set_path ()

void                syncdaemon_file_info_set_path       (SyncdaemonFileInfo *finfo,
                                                         const gchar *path);

syncdaemon_file_info_set_public_url ()

void                syncdaemon_file_info_set_public_url (SyncdaemonFileInfo *finfo,
                                                         const gchar *public_url);

syncdaemon_file_info_set_volume_id ()

void                syncdaemon_file_info_set_volume_id  (SyncdaemonFileInfo *finfo,
                                                         const gchar *volume_id);