tmdb-image: Added print method
[maevies] / src / mvs-tmdb-image.h
index 5819c6e..1743643 100644 (file)
@@ -99,6 +99,9 @@ mvs_tmdb_image_set_id (MvsTmdbImage *self, const gchar *id);
 const gchar*
 mvs_tmdb_image_get_id (MvsTmdbImage *self);
 
+void
+mvs_tmdb_image_print (MvsTmdbImage *self);
+
 G_END_DECLS
 
 #endif /* _MVS_TMDB_IMAGE */