diff --git a/xed/xed-document.c b/xed/xed-document.c index 36bd176..0f6a0be 100644 --- a/xed/xed-document.c +++ b/xed/xed-document.c @@ -549,8 +549,6 @@ xed_document_class_init (XedDocumentClass *klass) * @create: whether the document should be created if it doesn't exist. * * The "load" signal is emitted when a document is loaded. - * - * Since: 2.22 */ document_signals[LOAD] = g_signal_new ("load", @@ -600,8 +598,6 @@ xed_document_class_init (XedDocumentClass *klass) * @flags: the #XedDocumentSaveFlags for the save operation. * * The "save" signal is emitted when the document is saved. - * - * Since: 2.20 */ document_signals[SAVE] = g_signal_new ("save", diff --git a/xed/xed-message-bus.c b/xed/xed-message-bus.c index 6a51955..9a5be47 100644 --- a/xed/xed-message-bus.c +++ b/xed/xed-message-bus.c @@ -88,9 +88,6 @@ * NULL); * * - * - * Since: 2.25.3 - * */ #define XED_MESSAGE_BUS_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE((object), XED_TYPE_MESSAGE_BUS, XedMessageBusPrivate)) diff --git a/xed/xed-message-type.c b/xed/xed-message-type.c index 0211c22..236f5b8 100644 --- a/xed/xed-message-type.c +++ b/xed/xed-message-type.c @@ -33,9 +33,6 @@ * NULL); * * - * - * Since: 2.25.3 - * */ typedef struct { diff --git a/xed/xed-message.c b/xed/xed-message.c index 24a2979..ed7c7c5 100644 --- a/xed/xed-message.c +++ b/xed/xed-message.c @@ -17,9 +17,6 @@ * A message can be seen as a method call, or signal emission depending on * who is the sender and who is the receiver. There is no explicit distinction * between methods and signals. - * - * Since: 2.25.3 - * */ #define XED_MESSAGE_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE((object), XED_TYPE_MESSAGE, XedMessagePrivate))