summaryrefslogtreecommitdiff
path: root/pluma/pluma-document.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-12-01 17:04:54 +0300
committermonsta <[email protected]>2016-12-01 17:04:54 +0300
commit097fd1cd1a33995667dc51efbd761136108e1486 (patch)
tree1988aa399babf8092bbe2cb4896b299ca2a09596 /pluma/pluma-document.c
parent81d9f88c84fa206e1a7a670442b11f4a14dd7ccb (diff)
downloadpluma-097fd1cd1a33995667dc51efbd761136108e1486.tar.bz2
pluma-097fd1cd1a33995667dc51efbd761136108e1486.tar.xz
drop "Since: 2.xx" notes from comments - leftovers from gnome
they cause warnings during generation of docs
Diffstat (limited to 'pluma/pluma-document.c')
-rw-r--r--pluma/pluma-document.c4
1 files changed, 0 insertions, 4 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",