[couchdb-glib] Fixed misnamed function



commit 0e1725e746df7577e0e9bdbb9e609d999d0bf088
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Tue Jul 27 11:14:13 2010 +0200

    Fixed misnamed function

 couchdb-glib/couchdb-document.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/couchdb-glib/couchdb-document.c b/couchdb-glib/couchdb-document.c
index e68f3a9..78336a5 100644
--- a/couchdb-glib/couchdb-document.c
+++ b/couchdb-glib/couchdb-document.c
@@ -301,7 +301,7 @@ couchdb_document_remove_field (CouchdbDocument *document, const char *field)
  * be freed by calling #g_slist_free.
  */
 GSList *
-couchdb_document_get_fields (CouchdbDocument *document)
+couchdb_document_get_field_names (CouchdbDocument *document)
 {
 	GList *json_list;
 	GSList *result = NULL;



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