mirror of
git://projects.qi-hardware.com/vido.git
synced 2024-12-22 08:45:12 +02:00
cleanup some code and make vido working again
This commit is contained in:
parent
e161d10e62
commit
a3a1b3a3b1
32
src/vido.hh
Normal file
32
src/vido.hh
Normal file
@ -0,0 +1,32 @@
|
||||
/*
|
||||
* Copyright (C) 2009 Tommi Maekitalo
|
||||
*
|
||||
* 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 the Free Software Foundation; either version 2 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but
|
||||
* is provided AS IS, WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, and
|
||||
* NON-INFRINGEMENT. See the GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef VIDO_HH
|
||||
#define VIDO_HH
|
||||
|
||||
#include <gtkmm.h>
|
||||
|
||||
class main_window;
|
||||
|
||||
extern void show_random();
|
||||
extern void search_window(main_window *window);
|
||||
extern void set_html(const gchar *url);
|
||||
extern void set_search(const gchar *url);
|
||||
|
||||
#endif // VIDO_HH
|
Loading…
Reference in New Issue
Block a user