summaryrefslogtreecommitdiffstats
path: root/bindings/python/gpod_doc.i.in
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/gpod_doc.i.in')
-rw-r--r--bindings/python/gpod_doc.i.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python/gpod_doc.i.in b/bindings/python/gpod_doc.i.in
index fa25c12..87553a6 100644
--- a/bindings/python/gpod_doc.i.in
+++ b/bindings/python/gpod_doc.i.in
@@ -19,14 +19,14 @@ index: position of the track
Returns: an Itdb_Track
") sw_get_track;
-%feature("autodoc", "sw_get_rule(GList list, gint index) -> SPLRule") sw_get_rule;
+%feature("autodoc", "sw_get_rule(GList list, gint index) -> Itdb_SPLRule") sw_get_rule;
%feature("docstring", "
Get a rule
Parameters
list: a GList
index: position of the rule
-Returns: an SPLRule
+Returns: an Itdb_SPLRule
") sw_get_rule;
%feature("autodoc", "sw_get_playlist(GList list, gint index) -> Itdb_Playlist") sw_get_playlist;