Class

IdeCloneSurface

Description

final class Ide.CloneSurface : Ide.Surface {
  /* No available fields */
}
No description available.

Ancestors

  • IdeSurface
  • DzlDockBin
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • DzlDock
  • DzlDockItem
  • GtkBuildable

Constructors

ide_clone_surface_new

Create a new IdeCloneSurface.

Available since: 3.32

Instance methods

ide_clone_surface_clone
No description available.
ide_clone_surface_get_uri
No description available.
ide_clone_surface_set_uri
No description available.
Methods inherited from IdeSurface (4)
ide_surface_agree_to_shutdown
No description available.
ide_surface_foreach_page

Calls callback for every page found within the surface self.

Available since: 3.32

ide_surface_set_icon_name
No description available.
ide_surface_set_title
No description available.

Properties

Ide.CloneSurface:uri

The “uri” property is the URI of the version control repository to be cloned. Usually, this is something like.

Available since: 3.32

Properties inherited from IdeSurface (2)
Ide.Surface:icon-name
No description available.
Ide.Surface:title
No description available.

Class structure

struct IdeCloneSurfaceClass {
  IdeSurfaceClass parent_class;
  
}
Class members
parent_class
IdeSurfaceClass
  No description available.