xeme/xeme

0578ccd2365c
Parents 3e71e31d1065
Children 7a8b63fa41c7
Fix a few more since tags that were previously missed

Testing Done:
Built the docs and verified the tags were right now.

Reviewed at https://reviews.imfreedom.org/r/2908/
--- a/xeme/xemeinputstream.c Tue Jan 02 00:43:43 2024 -0600
+++ b/xeme/xemeinputstream.c Tue Jan 02 00:45:14 2024 -0600
@@ -274,7 +274,7 @@
* This is typically requested during feature negotiation which happens
* during the initial connection.
*
- * Since: 0.1.0
+ * Since: 0.1
*/
signals[SIG_RESTART_REQUESTED] = g_signal_new_class_handler(
"restart-requested",
--- a/xeme/xemeinputstream.h Tue Jan 02 00:43:43 2024 -0600
+++ b/xeme/xemeinputstream.h Tue Jan 02 00:45:14 2024 -0600
@@ -97,7 +97,7 @@
* This signal allows who ever is managing the streams to call
* [method@OutputStream.restart] on the output stream.
*
- * Since: 0.1.0
+ * Since: 0.1
*/
XEME_AVAILABLE_IN_0_1
void xeme_input_stream_restart_requested(XemeInputStream *stream);
--- a/xeme/xemeversionconsts.h.in Tue Jan 02 00:43:43 2024 -0600
+++ b/xeme/xemeversionconsts.h.in Tue Jan 02 00:45:14 2024 -0600
@@ -23,7 +23,7 @@
*
* The major version of the version of XEME that was compiled against.
*
- * Since: 0.1.0
+ * Since: 0.1
*/
#define XEME_MAJOR_VERSION (@XEME_MAJOR_VERSION@)
@@ -32,7 +32,7 @@
*
* The minor version of the version of XEME that was compiled against.
*
- * Since: 0.1.0
+ * Since: 0.1
*/
#define XEME_MINOR_VERSION (@XEME_MINOR_VERSION@)
@@ -41,7 +41,7 @@
*
* The micro version of the version of XEME that was compiled against.
*
- * Since: 0.1.0
+ * Since: 0.1
*/
#define XEME_MICRO_VERSION (@XEME_MICRO_VERSION@)
@@ -50,7 +50,7 @@
*
* The extra version of the version of XEME that was compiled against.
*
- * Since: 0.1.0
+ * Since: 0.1
*/
#define XEME_EXTRA_VERSION ("@XEME_EXTRA_VERSION@")
@@ -59,7 +59,7 @@
*
* The full version number for the version of XEME that was compiled against.
*
- * Since: 0.1.0
+ * Since: 0.1
*/
#define XEME_VERSION ("@XEME_VERSION@")