| | 633 | OSyncVersion *version = osync_version_new(error); |
|---|
| | 634 | osync_version_set_plugin(version, "file-sync"); |
|---|
| | 635 | //osync_version_set_modelversion(version, "version"); |
|---|
| | 636 | //osync_version_set_firmwareversion(version, "firmwareversion"); |
|---|
| | 637 | //osync_version_set_softwareversion(version, "softwareversion"); |
|---|
| | 638 | //osync_version_set_hardwareversion(version, "hardwareversion"); |
|---|
| | 639 | osync_plugin_info_set_version(info, version); |
|---|
| | 640 | osync_version_unref(version); |
|---|
| | 641 | |
|---|
| | 642 | /* we can set here the capabilities, but for the file-sync |
|---|
| | 643 | * plugin they are static and shipped with opensync */ |
|---|
| | 644 | |
|---|