Added a couple comments for consistency

This commit is contained in:
Pierre Pronchery 2010-03-06 10:43:39 +00:00
parent ad892b9b22
commit fa2827bd58
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* $Id$ */
/* Copyright (c) 2009 Pierre Pronchery <khorben@defora.org> */
/* Copyright (c) 2010 Pierre Pronchery <khorben@defora.org> */
/* 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)
{

View File

@ -1,5 +1,5 @@
/* $Id$ */
/* Copyright (c) 2009 Pierre Pronchery <khorben@defora.org> */
/* Copyright (c) 2010 Pierre Pronchery <khorben@defora.org> */
/* 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)
{