Tue, 17 Jan 2006 00:04:11 +0000
[gaim-migrate @ 15249]
A patch from Bleeter that "adds a GTK_STOCK_REFRESH for the 'get list' button, remove a redundant cb to a g_free, and adds a 'add room' button to the roomlist dialog". He renamed the button to "Add Chat" after he wrote that description. :)
committer: Richard Laager <rlaager@pidgin.im>
| 12024 | 1 | /** |
|
12050
a7d5a2430722
[gaim-migrate @ 14345]
Mark Doliner <markdoliner@pidgin.im>
parents:
12024
diff
changeset
|
2 | * @file gtkmedia.h Voice and Video UI |
|
a7d5a2430722
[gaim-migrate @ 14345]
Mark Doliner <markdoliner@pidgin.im>
parents:
12024
diff
changeset
|
3 | * @ingroup gtkui |
| 12024 | 4 | * |
| 5 | * gaim | |
| 6 | * | |
| 7 | * Gaim is the legal property of its developers, whose names are too numerous | |
| 8 | * to list here. Please refer to the COPYRIGHT file distributed with this | |
| 9 | * source distribution. | |
| 10 | * | |
| 11 | * This program is free software; you can redistribute it and/or modify | |
| 12 | * it under the terms of the GNU General Public License as published by | |
| 13 | * the Free Software Foundation; either version 2 of the License, or | |
| 14 | * (at your option) any later version. | |
| 15 | * | |
| 16 | * This program is distributed in the hope that it will be useful, | |
| 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 19 | * GNU General Public License for more details. | |
| 20 | * | |
| 21 | * You should have received a copy of the GNU General Public License | |
| 22 | * along with this program; if not, write to the Free Software | |
| 23 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
| 24 | */ | |
| 25 | ||
| 26 | #ifndef _GAIM_GTK_MEDIA_H_ | |
| 27 | #define _GAIM_GTK_MEDIA_H_ | |
| 28 | ||
| 29 | #ifdef HAVE_VV | |
| 30 | ||
| 31 | #include "media.h" | |
| 32 | ||
| 33 | /*************************************************************************** | |
| 34 | * @name GTK+ Media API | |
| 35 | ***************************************************************************/ | |
| 36 | /*@{*/ | |
| 37 | ||
| 38 | /** | |
| 39 | * Initializes the GTK+ webcam system. | |
| 40 | */ | |
| 41 | void gaim_gtk_media_init(void); | |
| 42 | /*@}*/ | |
| 43 | ||
| 44 | #endif /* HAVE_VV */ | |
| 45 | ||
| 46 | #endif /* _GAIM_GTK_MEDIA_H_ */ |