* gettext-tools/examples/hello-c-gnome3/hello.c
(hello_application_window_dispose): Remove function.
(hello_application_window_class_init): Don't overwrite the 'dispose' field.
update_content (window);
}
-static void
-hello_application_window_dispose (GObject *object)
-{
- HelloApplicationWindow *window = HELLO_APPLICATION_WINDOW (object);
- g_clear_object (&window->settings);
-}
-
static void
hello_application_window_class_init (HelloApplicationWindowClass *klass)
{
GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
- gobject_class->dispose = hello_application_window_dispose;
-
gtk_widget_class_set_template_from_resource (GTK_WIDGET_CLASS (klass),
UI_PATH);
gtk_widget_class_bind_template_child (GTK_WIDGET_CLASS (klass),