From bc74cdb8aeb935a1fb16ecd5910980910973a35b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 2 May 2009 19:12:06 -0400 Subject: [PATCH] Make an internal function static --- gtk/gtkdialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index 05be93fad8..d463306844 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -1371,7 +1371,7 @@ static const GMarkupParser attributes_parser = attributes_text_element, }; -gboolean +static gboolean gtk_dialog_buildable_custom_tag_start (GtkBuildable *buildable, GtkBuilder *builder, GObject *child,