[grilo] net: Get rid of grl_net_wc_set_user_agent () declaration



commit 24688ec65c57edb97ce914758cba27ab746dffe0
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 bcf8a576d4.

 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]