[libgdata] [core] Fix parameter name in header



commit 582cb55c6f559638211ca6987e3e71401bba2e51
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Jun 16 16:12:59 2010 +0100

    [core] Fix parameter name in header
    
    Fix it for consistency with the previous commit.

 gdata/gdata-entry.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdata/gdata-entry.h b/gdata/gdata-entry.h
index a852691..373775f 100644
--- a/gdata/gdata-entry.h
+++ b/gdata/gdata-entry.h
@@ -81,7 +81,7 @@ void gdata_entry_add_category (GDataEntry *self, GDataCategory *category);
 GList *gdata_entry_get_categories (GDataEntry *self) G_GNUC_PURE;
 const gchar *gdata_entry_get_content (GDataEntry *self) G_GNUC_PURE;
 void gdata_entry_set_content (GDataEntry *self, const gchar *content);
-void gdata_entry_add_link (GDataEntry *self, GDataLink *link);
+void gdata_entry_add_link (GDataEntry *self, GDataLink *_link);
 GDataLink *gdata_entry_look_up_link (GDataEntry *self, const gchar *rel) G_GNUC_PURE;
 GList *gdata_entry_look_up_links (GDataEntry *self, const gchar *rel) G_GNUC_WARN_UNUSED_RESULT G_GNUC_MALLOC;
 void gdata_entry_add_author (GDataEntry *self, GDataAuthor *author);



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