[libgdata] [documents] Make upload_update_document() static
- From: Philip Withnall <pwithnall src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libgdata] [documents] Make upload_update_document() static
- Date: Sun, 20 Sep 2009 16:29:11 +0000 (UTC)
commit 5c4bf2c42063b9a0fcbaabc0802e7162d4155450
Author: Philip Withnall <philip tecnocode co uk>
Date: Sun Sep 20 17:28:40 2009 +0100
[documents] Make upload_update_document() static
gdata/services/documents/gdata-documents-service.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdata/services/documents/gdata-documents-service.c b/gdata/services/documents/gdata-documents-service.c
index 11a79c6..92b393b 100644
--- a/gdata/services/documents/gdata-documents-service.c
+++ b/gdata/services/documents/gdata-documents-service.c
@@ -58,8 +58,8 @@ static void gdata_documents_service_dispose (GObject *object);
static void gdata_documents_service_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec);
static void notify_authenticated_cb (GObject *service, GParamSpec *pspec, GObject *self);
static void notify_proxy_uri_cb (GObject *service, GParamSpec *pspec, GObject *self);
-GDataDocumentsEntry *upload_update_document (GDataDocumentsService *self, GDataDocumentsEntry *document, GFile *document_file,
- const gchar *method, const gchar *upload_uri, GCancellable *cancellable, GError **error);
+static GDataDocumentsEntry *upload_update_document (GDataDocumentsService *self, GDataDocumentsEntry *document, GFile *document_file,
+ const gchar *method, const gchar *upload_uri, GCancellable *cancellable, GError **error);
struct _GDataDocumentsServicePrivate {
GDataService *spreadsheet_service;
@@ -334,7 +334,7 @@ notify_proxy_uri_cb (GObject *service, GParamSpec *pspec, GObject *self)
gdata_service_set_proxy_uri (GDATA_DOCUMENTS_SERVICE (self)->priv->spreadsheet_service, proxy_uri);
}
-GDataDocumentsEntry *
+static GDataDocumentsEntry *
upload_update_document (GDataDocumentsService *self, GDataDocumentsEntry *document, GFile *document_file, const gchar *method,
const gchar *upload_uri, GCancellable *cancellable, GError **error)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]