summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-12-01 17:04:54 +0300
committermonsta <[email protected]>2017-02-28 17:04:00 +0300
commit256e2ef0e0bb09263e3f98605c34ac6aa780b764 (patch)
tree8e4a0441bf69898dd776fb4d7b0bb2bb23eb6b4c
parent54e1e3e4ca684836ef9d5f0cbef3d61632951a99 (diff)
downloadpluma-256e2ef0e0bb09263e3f98605c34ac6aa780b764.tar.bz2
pluma-256e2ef0e0bb09263e3f98605c34ac6aa780b764.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.c4
-rw-r--r--pluma/pluma-message-bus.c3
-rw-r--r--pluma/pluma-message-type.c3
-rw-r--r--pluma/pluma-message.c3
4 files changed, 0 insertions, 13 deletions
diff --git a/pluma/pluma-document.c b/pluma/pluma-document.c
index 61e31906..0751b7ec 100644
--- a/pluma/pluma-document.c
+++ b/pluma/pluma-document.c
@@ -554,8 +554,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",
@@ -605,8 +603,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 84551bff..c28fca99 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 f399887b..7a326883 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 0e138b04..5104a830 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))