![]() |
![]() |
![]() |
Liboobs (System configuration management) Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
OobsShare; const gchar* oobs_share_get_path (OobsShare *share); void oobs_share_set_path (OobsShare *share, const gchar *path);
const gchar* oobs_share_get_path (OobsShare *share);
Returns the path that share shares.
|
An OobsShare. |
Returns : |
A pointer to the shared path as a string. This string must not be freed, modified or stored. |
void oobs_share_set_path (OobsShare *share, const gchar *path);
Sets the shared path of share to be path, overwriting the previous one.
|
An OobsShare. |
|
A new shared path for share. |