Class

IdeCloneSurface

Description

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

Hierarchy

hierarchy this IdeCloneSurface implements_0 AtkImplementorIface this--implements_0 implements_1 DzlDock this--implements_1 implements_2 DzlDockItem this--implements_2 implements_3 GtkBuildable this--implements_3 ancestor_0 IdeSurface ancestor_0--this ancestor_1 DzlDockBin ancestor_1--ancestor_0 ancestor_2 GtkContainer ancestor_2--ancestor_1 ancestor_3 GtkWidget ancestor_3--ancestor_2 ancestor_4 GInitiallyUnowned ancestor_4--ancestor_3 ancestor_5 GObject ancestor_5--ancestor_4

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.