diff options
author | monsta <[email protected]> | 2016-12-01 17:04:54 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-12-01 17:04:54 +0300 |
commit | 097fd1cd1a33995667dc51efbd761136108e1486 (patch) | |
tree | 1988aa399babf8092bbe2cb4896b299ca2a09596 | |
parent | 81d9f88c84fa206e1a7a670442b11f4a14dd7ccb (diff) | |
download | pluma-097fd1cd1a33995667dc51efbd761136108e1486.tar.bz2 pluma-097fd1cd1a33995667dc51efbd761136108e1486.tar.xz |
drop "Since: 2.xx" notes from comments - leftovers from gnome
they cause warnings during generation of docs
-rw-r--r-- | pluma/pluma-document.c | 4 | ||||
-rw-r--r-- | pluma/pluma-message-bus.c | 3 | ||||
-rw-r--r-- | pluma/pluma-message-type.c | 3 | ||||
-rw-r--r-- | pluma/pluma-message.c | 3 |
4 files changed, 0 insertions, 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); * </programlisting> * </example> - * - * 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); * </programlisting> * </example> - * - * 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)) |