Top | ![]() |
![]() |
![]() |
![]() |
const gchar * | oobs_share_smb_get_name () |
void | oobs_share_smb_set_name () |
const gchar * | oobs_share_smb_get_comment () |
void | oobs_share_smb_set_comment () |
OobsShareSMBFlags | oobs_share_smb_get_flags () |
void | oobs_share_smb_set_flags () |
OobsShare * | oobs_share_smb_new () |
const gchar *
oobs_share_smb_get_name (OobsShareSMB *share
);
Returns the share name.
void oobs_share_smb_set_name (OobsShareSMB *share
,const gchar *name
);
Sets a new name for the share, overwriting the previous one.
const gchar *
oobs_share_smb_get_comment (OobsShareSMB *share
);
Returns the comment for the share.
void oobs_share_smb_set_comment (OobsShareSMB *share
,const gchar *comment
);
Sets a new comment for the share, overwriting the previous one.
OobsShareSMBFlags
oobs_share_smb_get_flags (OobsShareSMB *share
);
Returns the options mask of the share.
void oobs_share_smb_set_flags (OobsShareSMB *share
,OobsShareSMBFlags flags
);
Sets a new set of options for the share.
OobsShare * oobs_share_smb_new (const gchar *path
,const gchar *name
,const gchar *comment
,OobsShareSMBFlags flags
);
Creates a new OobsShareSMB with the given settings.
“comment”
property“comment” gchar *
Comment for the share.
Flags: Read / Write / Construct
Default value: NULL
“flags”
property “flags” OobsShareSMBFlags
Property flags for the share.
Flags: Read / Write / Construct