From 097fd1cd1a33995667dc51efbd761136108e1486 Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 1 Dec 2016 17:04:54 +0300 Subject: drop "Since: 2.xx" notes from comments - leftovers from gnome they cause warnings during generation of docs --- pluma/pluma-document.c | 4 ---- pluma/pluma-message-bus.c | 3 --- pluma/pluma-message-type.c | 3 --- pluma/pluma-message.c | 3 --- 4 files changed, 13 deletions(-) diff --git a/pluma/pluma-document.c b/pluma/pluma-document.c index b2745422..ed8ca1fa 100644 --- a/pluma/pluma-document.c +++ b/pluma/pluma-document.c @@ -545,8 +545,6 @@ pluma_document_class_init (PlumaDocumentClass *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", @@ -596,8 +594,6 @@ pluma_document_class_init (PlumaDocumentClass *klass) * @flags: the #PlumaDocumentSaveFlags 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/pluma/pluma-message-bus.c b/pluma/pluma-message-bus.c index fd16c752..4cda5693 100644 --- a/pluma/pluma-message-bus.c +++ b/pluma/pluma-message-bus.c @@ -88,9 +88,6 @@ * NULL); * * - * - * Since: 2.25.3 - * */ #define PLUMA_MESSAGE_BUS_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE((object), PLUMA_TYPE_MESSAGE_BUS, PlumaMessageBusPrivate)) diff --git a/pluma/pluma-message-type.c b/pluma/pluma-message-type.c index 77c7eca6..7ca880f0 100644 --- a/pluma/pluma-message-type.c +++ b/pluma/pluma-message-type.c @@ -33,9 +33,6 @@ * NULL); * * - * - * Since: 2.25.3 - * */ typedef struct { diff --git a/pluma/pluma-message.c b/pluma/pluma-message.c index e6123243..4d8f7a4b 100644 --- a/pluma/pluma-message.c +++ b/pluma/pluma-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 PLUMA_MESSAGE_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE((object), PLUMA_TYPE_MESSAGE, PlumaMessagePrivate)) -- cgit v1.2.1