Top | ![]() |
![]() |
![]() |
![]() |
IdeCloneSurface * | ide_clone_surface_new () |
const gchar * | ide_clone_surface_get_uri () |
void | ide_clone_surface_set_uri () |
void | ide_clone_surface_clone () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── DzlDockBin ╰── IdeSurface ╰── IdeCloneSurface
IdeCloneSurface implements AtkImplementorIface, GtkBuildable, DzlDockItem and DzlDock.
IdeCloneSurface *
ide_clone_surface_new (void
);
Create a new IdeCloneSurface.
Since: 3.32
void ide_clone_surface_set_uri (IdeCloneSurface *self
,const gchar *uri
);
“uri”
property“uri” gchar *
The "uri" property is the URI of the version control repository to be cloned. Usually, this is something like
"https://gitlab.gnome.org/GNOME/gnome-builder.git"
Flags: Read / Write
Default value: NULL
Since: 3.32