From 425416c8e86e77d8be51b5a81c68fa6c763d7231 Mon Sep 17 00:00:00 2001 From: Davyd Madeley Date: Thu, 19 Feb 2009 18:48:32 +0900 Subject: Typed.get_url -> Type.get_type_url to stop it blatting base.get_url for Property --- doc/templates/interface.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/templates/interface.html') diff --git a/doc/templates/interface.html b/doc/templates/interface.html index d63b5b85..389fc522 100644 --- a/doc/templates/interface.html +++ b/doc/templates/interface.html @@ -53,7 +53,7 @@ $property.short_name $property.dbus_type - #if $property.type: ($property.get_type().short_name) + #if $property.type: ($property.get_type().short_name) $property.get_access() @@ -122,7 +122,7 @@ #for $arg in $method.in_args
  • $arg.short_name — $arg.dbus_type - #if $arg.get_type(): ($arg.get_type().short_name) + #if $arg.get_type(): ($arg.get_type().short_name)
  • $arg.get_added() $arg.get_deprecated() @@ -139,7 +139,7 @@ #for $arg in $method.out_args
  • $arg.short_name — $arg.dbus_type - #if $arg.get_type(): ($arg.get_type().short_name) + #if $arg.get_type(): ($arg.get_type().short_name)
  • $arg.get_added() $arg.get_deprecated() @@ -189,7 +189,7 @@ #for $arg in $signal.args
  • $arg.short_name — $arg.dbus_type - #if $arg.get_type(): ($arg.get_type().short_name) + #if $arg.get_type(): ($arg.get_type().short_name)
  • $arg.get_added() $arg.get_deprecated() @@ -218,7 +218,7 @@ (Permalink)

    $property.short_name — $property.dbus_type - #if $property.type: ($property.get_type().short_name) + #if $property.type: ($property.get_type().short_name)

    $property.get_access()
    -- cgit v1.2.3