summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/gpod.i.in2
-rw-r--r--bindings/python/gpod_doc.i.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/bindings/python/gpod.i.in b/bindings/python/gpod.i.in
index dce072b..e13d738 100644
--- a/bindings/python/gpod.i.in
+++ b/bindings/python/gpod.i.in
@@ -102,7 +102,7 @@ PyObject* sw_get_rule(GList *list, gint index) {
return NULL;
}
position = g_list_nth(list, index);
- return SWIG_NewPointerObj((void*)(position->data), SWIGTYPE_p__SPLRule, 0);
+ return SWIG_NewPointerObj((void*)(position->data), SWIGTYPE_p__Itdb_SPLRule, 0);
}
PyObject* sw_get_playlist(GList *list, gint index) {
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;