Introduce 'requires restart.'
[tweakr] / libmaemo-tweaks-section / maemo-tweaks-section.h
index 5652e6e..0e14daf 100644 (file)
@@ -44,7 +44,7 @@ struct _MaemoTweaksSectionClass
 
     const gchar *name;
 
-    void (*save) (MaemoTweaksSection *section);
+    void (*save) (MaemoTweaksSection *section, gboolean *requires_restart);
 };
 
 
@@ -53,7 +53,8 @@ GType maemo_tweaks_section_get_type (void) G_GNUC_CONST;
 MaemoTweaksSection * maemo_tweaks_section_new (GType type);
 
 GtkWidget * maemo_tweaks_section_get_widget (MaemoTweaksSection *section);
-void maemo_tweaks_section_save (MaemoTweaksSection *section);
+void maemo_tweaks_section_save (MaemoTweaksSection *section,
+                                gboolean *requires_restart);
 
 G_END_DECLS