Deprecate midori_viewable_new_from_uri and _register_protocol
These facilities haven't been used and likely won't be.
This commit is contained in:
parent
2a43689175
commit
62cafb87b2
1 changed files with 4 additions and 0 deletions
|
@ -122,6 +122,8 @@ midori_viewable_base_finalize (MidoriViewableIface* iface)
|
||||||
* the #MidoriViewable via midori_viewable_register_protocol().
|
* the #MidoriViewable via midori_viewable_register_protocol().
|
||||||
*
|
*
|
||||||
* Return value: a new #MidoriViewable, or %NULL
|
* Return value: a new #MidoriViewable, or %NULL
|
||||||
|
*
|
||||||
|
* Deprecated: 0.2.6
|
||||||
**/
|
**/
|
||||||
GtkWidget*
|
GtkWidget*
|
||||||
midori_viewable_new_from_uri (const gchar* uri)
|
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"
|
* "midori://dummy": support URIs like "midori://dummy/foo"
|
||||||
*
|
*
|
||||||
* Return value: a new #MidoriViewable, or %NULL
|
* Return value: a new #MidoriViewable, or %NULL
|
||||||
|
*
|
||||||
|
* Deprecated: 0.2.6
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
midori_viewable_register_protocol (GType type,
|
midori_viewable_register_protocol (GType type,
|
||||||
|
|
Loading…
Reference in a new issue