summaryrefslogtreecommitdiff
path: root/gtk/gtkframe.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkframe.c')
-rw-r--r--gtk/gtkframe.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c
index f063b9356b..55e491f250 100644
--- a/gtk/gtkframe.c
+++ b/gtk/gtkframe.c
@@ -72,6 +72,12 @@ static void gtk_frame_real_compute_child_allocation (GtkFrame *frame,
static GtkBinClass *parent_class = NULL;
+/* Here until I convince timj about memory management behavior
+ */
+gchar * gtk_frame_get_label (GtkFrame *frame);
+gchar * gtk_label_get_text (GtkLabel *label);
+
+
GtkType
gtk_frame_get_type (void)
{