[gstreamermm] [minor] replaced gchar* to a Glib::ustring type in URIHandler interface



commit 8609303cf3fb3b8db7e8cb8d6a59cedc1324c8af
Author: Marcin Kolny <marcin kolny flytronic pl>
Date:   Fri May 16 15:57:33 2014 +0200

    [minor] replaced gchar* to a Glib::ustring type in URIHandler interface

 gstreamer/src/urihandler.hg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gstreamer/src/urihandler.hg b/gstreamer/src/urihandler.hg
index 6105acd..438904e 100644
--- a/gstreamer/src/urihandler.hg
+++ b/gstreamer/src/urihandler.hg
@@ -74,7 +74,7 @@ public:
   /** Virtual method which should be implemented to return the URI currently
    * handled by the element.
    */
-  _WRAP_VFUNC(gchar* get_uri() const, "get_uri")
+  _WRAP_VFUNC(Glib::ustring get_uri() const, "get_uri")
 
   /** Virtual method which should be implemented to set a new URI.
    */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]