X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=tilda-window.h;h=a6c8b610e37e3333a78b511e3146d175cac49071;hb=2b17e21d2ac627242479945521f7a8e65c51d5b5;hp=8d1dffc8beb21f120992b8e15f69967662f1b83b;hpb=098a03c5b3273e6adce94deaeef4db837cd44d0f;p=tilda-gobject.git diff --git a/tilda-window.h b/tilda-window.h index 8d1dffc..a6c8b61 100644 --- a/tilda-window.h +++ b/tilda-window.h @@ -42,6 +42,7 @@ struct _TildaWindow { GPtrArray *terms; gint number; + GObject *controller; /* pointer back to TildaController */ enum window_states { WINDOW_UP, WINDOW_DOWN } state; gchar *key; @@ -75,7 +76,9 @@ struct _TildaWindowClass { GType tilda_window_get_type (void); /* API */ -gboolean tilda_window_remove_term (TildaWindow *tw, gint terminal_number); +gboolean tilda_window_close (TildaWindow *self); +gboolean tilda_window_add_terminal (TildaWindow *self); +gboolean tilda_window_remove_terminal (TildaWindow *self, gint terminal_number); #endif /* TILDA_WINDOW_H */