Added a couple comments for consistency
This commit is contained in:
parent
ad892b9b22
commit
fa2827bd58
|
@ -1,5 +1,5 @@
|
||||||
/* $Id$ */
|
/* $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 file is part of DeforaOS Desktop libDesktop */
|
||||||
/* This program is free software: you can redistribute it and/or modify
|
/* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
|
|
||||||
/* Accel */
|
/* Accel */
|
||||||
|
/* desktop_accel_create */
|
||||||
void desktop_accel_create(DesktopAccel * accel, gpointer data,
|
void desktop_accel_create(DesktopAccel * accel, gpointer data,
|
||||||
GtkAccelGroup * group)
|
GtkAccelGroup * group)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* $Id$ */
|
/* $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 file is part of DeforaOS Desktop libDesktop */
|
||||||
/* This program is free software: you can redistribute it and/or modify
|
/* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -20,6 +20,7 @@
|
||||||
|
|
||||||
|
|
||||||
/* Toolbar */
|
/* Toolbar */
|
||||||
|
/* desktop_toolbar_create */
|
||||||
GtkWidget * desktop_toolbar_create(DesktopToolbar * toolbar, gpointer data,
|
GtkWidget * desktop_toolbar_create(DesktopToolbar * toolbar, gpointer data,
|
||||||
GtkAccelGroup * accel)
|
GtkAccelGroup * accel)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user