Uncrustified new code

This commit is contained in:
Gergely Polonkai 2013-09-21 18:43:48 +02:00
parent 9ef2d957ff
commit 56a388b86a
4 changed files with 16 additions and 15 deletions

View File

@ -41,7 +41,8 @@ void ag_window_update_from_chart(AgWindow *window);
void ag_window_set_uri(AgWindow *window,
const gchar *uri);
gchar *ag_window_get_uri(AgWindow *window);
void ag_window_settings_restore(GtkWindow *window, GSettings *settings);
void ag_window_settings_restore(GtkWindow *window,
GSettings *settings);
#define AG_WINDOW_ERROR (ag_window_error_quark())
GQuark ag_window_error_quark(void);