[grilo/0.1.x] net: Get rid of grl_net_wc_set_user_agent () declaration



commit 4bdd5aa432b73e4d9605af498c3dd587cc0e1a98
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Wed May 23 17:15:39 2012 +0000

    net: Get rid of grl_net_wc_set_user_agent () declaration
    
    "user-agent" is a implemented as property, not as a function.
    
    The declaration was left there by mistake.
    
    This is a fix over commit 0045b23b0b23240.

 libs/net/grl-net-wc.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/libs/net/grl-net-wc.h b/libs/net/grl-net-wc.h
index abc7630..fc472e0 100644
--- a/libs/net/grl-net-wc.h
+++ b/libs/net/grl-net-wc.h
@@ -138,9 +138,6 @@ void grl_net_wc_set_cache (GrlNetWc *self,
 void grl_net_wc_set_cache_size (GrlNetWc *self,
                                 guint cache_size);
 
-void grl_net_wc_set_user_agent (GrlNetWc *self,
-                                const gchar *user_agent);
-
 void grl_net_wc_flush_delayed_requests (GrlNetWc *self);
 
 G_END_DECLS



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