]> spindle.queued.net Git - midori/commitdiff
Deprecate midori_viewable_new_from_uri and _register_protocol
authorChristian Dywan <christian@twotoasts.de>
Thu, 20 May 2010 22:53:21 +0000 (00:53 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 20 May 2010 23:07:25 +0000 (01:07 +0200)
These facilities haven't been used and likely won't be.

midori/midori-viewable.c

index 5a8966cb152d50de0ba62869da78db6de742de95..566f847ea7084c803f3b00f5177a0736b4f7fa19 100644 (file)
@@ -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,