[libgrss] feeds-publisher.c: Fix erroneous comment header



commit a172f3be424c7aac24afdd7062497cfb21a699be
Author: Simon Kågedal Reimer <skagedal gmail com>
Date:   Mon Jul 8 23:00:30 2013 +0200

    feeds-publisher.c: Fix erroneous comment header
    
    Comment header of the GrssFeedsPublisher::delete_subscription signal
    said "new_subscription" instead of "delete_subscription".
    
    Signed-off-by: Roberto Guido <bob4job gmail com>

 src/feeds-publisher.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/feeds-publisher.c b/src/feeds-publisher.c
index 5b1a833..29eb4c1 100644
--- a/src/feeds-publisher.c
+++ b/src/feeds-publisher.c
@@ -189,7 +189,7 @@ grss_feeds_publisher_class_init (GrssFeedsPublisherClass *klass)
                                                     G_TYPE_NONE, 2, GRSS_FEED_CHANNEL_TYPE, G_TYPE_STRING);
 
        /**
-        * GrssFeedsPublisher::new_subscription:
+        * GrssFeedsPublisher::delete_subscription:
         * @pub: the #GrssFeedsPublisher emitting the signal.
         * @topic: #GrssFeedChannel for which subscription has been removed.
         * @callback: callback revoked by the subscriber.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]