! * \brief Returns a long form of the Syncthing version, including the codename. */
| 241 | * \brief Returns a long form of the Syncthing version, including the codename. |
| 242 | */ |
| 243 | string longSyncthingVersion() |
| 244 | { |
| 245 | return stdstr(::libst_long_syncthing_version()); |
| 246 | } |
| 247 | |
| 248 | /*! |
| 249 | * \brief Sets the \a command and arguments to be run via ::libst_run_cli(). |