pidgin/gtkwebview.h

branch
soc.2013.gobjectification.plugins
changeset 37065
3546d731987e
parent 37053
e8959e0f6a37
parent 35451
206524351826
child 37067
809519566f2e
equal deleted inserted replaced
37064:3373bd0b4ea6 37065:3546d731987e
1 /**
2 * @file gtkwebview.h Wrapper over the Gtk WebKitWebView component
3 * @ingroup pidgin
4 */
5
6 /* pidgin 1 /* pidgin
7 * 2 *
8 * Pidgin is the legal property of its developers, whose names are too numerous 3 * Pidgin is the legal property of its developers, whose names are too numerous
9 * to list here. Please refer to the COPYRIGHT file distributed with this 4 * to list here. Please refer to the COPYRIGHT file distributed with this
10 * source distribution. 5 * source distribution.
21 * 16 *
22 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 * 20 *
21 */
22 /**
23 * SECTION:gtkwebview
24 * @section_id: pidgin-gtkwebview
25 * @short_description: <filename>gtkwebview.h</filename>
26 * @title: WebKitWebView Wrapper
27 *
28 * Wrapper over the Gtk WebKitWebView component.
26 */ 29 */
27 30
28 #ifndef _PIDGIN_WEBVIEW_H_ 31 #ifndef _PIDGIN_WEBVIEW_H_
29 #define _PIDGIN_WEBVIEW_H_ 32 #define _PIDGIN_WEBVIEW_H_
30 33

mercurial