[Xfce4-commits] <midori:master> Deprecate midori_viewable_new_from_uri and _register_protocol

Christian Dywan noreply at xfce.org
Fri May 21 02:28:01 CEST 2010


Updating branch refs/heads/master
         to 62cafb87b20001eca63d7099ffd7abd9750d452b (commit)
       from 2a43689175094cc983b0551ace5e0bffb34bf942 (commit)

commit 62cafb87b20001eca63d7099ffd7abd9750d452b
Author: Christian Dywan <christian at twotoasts.de>
Date:   Fri May 21 00:53:21 2010 +0200

    Deprecate midori_viewable_new_from_uri and _register_protocol
    
    These facilities haven't been used and likely won't be.

 midori/midori-viewable.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/midori/midori-viewable.c b/midori/midori-viewable.c
index 5a8966c..566f847 100644
--- a/midori/midori-viewable.c
+++ b/midori/midori-viewable.c
@@ -122,6 +122,8 @@ midori_viewable_base_finalize (MidoriViewableIface* iface)
  * the #MidoriViewable via midori_viewable_register_protocol().
  *
  * Return value: a new #MidoriViewable, or %NULL
+ *
+ * Deprecated: 0.2.6
  **/
 GtkWidget*
 midori_viewable_new_from_uri (const gchar* uri)
@@ -210,6 +212,8 @@ viewable_type_implements (GType type,
  * "midori://dummy": support URIs like "midori://dummy/foo"
  *
  * Return value: a new #MidoriViewable, or %NULL
+ *
+ * Deprecated: 0.2.6
  **/
 void
 midori_viewable_register_protocol (GType        type,



More information about the Xfce4-commits mailing list