Constructor
GtkMediaControlsnew
Declaration [src]
GtkWidget*
gtk_media_controls_new (
GtkMediaStream* stream
)
Parameters
stream
-
Type:
GtkMediaStream
A
GtkMediaStream
to manage.The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: GtkWidget
A new GtkMediaControls
.
The data is owned by the called function. |