Drop some leftover 2.xx comments from gnome/pluma
This commit is contained in:
parent
ae4b648a79
commit
29f0acc0d6
|
@ -549,8 +549,6 @@ xed_document_class_init (XedDocumentClass *klass)
|
||||||
* @create: whether the document should be created if it doesn't exist.
|
* @create: whether the document should be created if it doesn't exist.
|
||||||
*
|
*
|
||||||
* The "load" signal is emitted when a document is loaded.
|
* The "load" signal is emitted when a document is loaded.
|
||||||
*
|
|
||||||
* Since: 2.22
|
|
||||||
*/
|
*/
|
||||||
document_signals[LOAD] =
|
document_signals[LOAD] =
|
||||||
g_signal_new ("load",
|
g_signal_new ("load",
|
||||||
|
@ -600,8 +598,6 @@ xed_document_class_init (XedDocumentClass *klass)
|
||||||
* @flags: the #XedDocumentSaveFlags for the save operation.
|
* @flags: the #XedDocumentSaveFlags for the save operation.
|
||||||
*
|
*
|
||||||
* The "save" signal is emitted when the document is saved.
|
* The "save" signal is emitted when the document is saved.
|
||||||
*
|
|
||||||
* Since: 2.20
|
|
||||||
*/
|
*/
|
||||||
document_signals[SAVE] =
|
document_signals[SAVE] =
|
||||||
g_signal_new ("save",
|
g_signal_new ("save",
|
||||||
|
|
|
@ -88,9 +88,6 @@
|
||||||
* NULL);
|
* NULL);
|
||||||
* </programlisting>
|
* </programlisting>
|
||||||
* </example>
|
* </example>
|
||||||
*
|
|
||||||
* Since: 2.25.3
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define XED_MESSAGE_BUS_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE((object), XED_TYPE_MESSAGE_BUS, XedMessageBusPrivate))
|
#define XED_MESSAGE_BUS_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE((object), XED_TYPE_MESSAGE_BUS, XedMessageBusPrivate))
|
||||||
|
|
|
@ -33,9 +33,6 @@
|
||||||
* NULL);
|
* NULL);
|
||||||
* </programlisting>
|
* </programlisting>
|
||||||
* </example>
|
* </example>
|
||||||
*
|
|
||||||
* Since: 2.25.3
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|
|
@ -17,9 +17,6 @@
|
||||||
* A message can be seen as a method call, or signal emission depending on
|
* 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
|
* who is the sender and who is the receiver. There is no explicit distinction
|
||||||
* between methods and signals.
|
* between methods and signals.
|
||||||
*
|
|
||||||
* Since: 2.25.3
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
#define XED_MESSAGE_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE((object), XED_TYPE_MESSAGE, XedMessagePrivate))
|
#define XED_MESSAGE_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE((object), XED_TYPE_MESSAGE, XedMessagePrivate))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue