diff --git a/src/accel.c b/src/accel.c index fbff82d..bb13d2e 100644 --- a/src/accel.c +++ b/src/accel.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2009 Pierre Pronchery */ +/* Copyright (c) 2010 Pierre Pronchery */ /* This file is part of DeforaOS Desktop libDesktop */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,6 +19,7 @@ /* Accel */ +/* desktop_accel_create */ void desktop_accel_create(DesktopAccel * accel, gpointer data, GtkAccelGroup * group) { diff --git a/src/toolbar.c b/src/toolbar.c index 24a6cf8..8809e14 100644 --- a/src/toolbar.c +++ b/src/toolbar.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2009 Pierre Pronchery */ +/* Copyright (c) 2010 Pierre Pronchery */ /* This file is part of DeforaOS Desktop libDesktop */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,6 +20,7 @@ /* Toolbar */ +/* desktop_toolbar_create */ GtkWidget * desktop_toolbar_create(DesktopToolbar * toolbar, gpointer data, GtkAccelGroup * accel) {