Search
lxdream.org :: lxdream/src/gui/callbacks.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gui/callbacks.h
changeset 31:495e480360d7
prev18:9a1b5d75703f
next238:6af4cc93b137
author nkeynes
date Mon Dec 26 03:54:55 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Remove modules.h - move definitions into dream.h
Add source string to output list (taken from module name)
ARM Work in progress
file annotate diff log raw
1.1 --- a/src/gui/callbacks.h Thu Dec 15 13:33:14 2005 +0000
1.2 +++ b/src/gui/callbacks.h Mon Dec 26 03:54:55 2005 +0000
1.3 @@ -1,6 +1,22 @@
1.4 +/**
1.5 + * $Id: callbacks.h,v 1.4 2005-12-25 08:24:11 nkeynes Exp $
1.6 + *
1.7 + * GTK callback declarations (stubs are autogenerated by Glade)
1.8 + *
1.9 + * Copyright (c) 2005 Nathan Keynes.
1.10 + *
1.11 + * This program is free software; you can redistribute it and/or modify
1.12 + * it under the terms of the GNU General Public License as published by
1.13 + * the Free Software Foundation; either version 2 of the License, or
1.14 + * (at your option) any later version.
1.15 + *
1.16 + * This program is distributed in the hope that it will be useful,
1.17 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
1.18 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.19 + * GNU General Public License for more details.
1.20 + */
1.21 #include <gnome.h>
1.22
1.23 -
1.24 void
1.25 on_new_file1_activate (GtkMenuItem *menuitem,
1.26 gpointer user_data);
.