pidgin/gtkwebview.h

branch
soc.2013.gobjectification.plugins
changeset 37094
84873ce721dc
parent 37069
22bf5ea00006
parent 35487
494f09f7f331
child 37102
63a5361c11a1
equal deleted inserted replaced
37093:dae3c140ebaa 37094:84873ce721dc
17 * 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
18 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19 * 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
20 * 20 *
21 */ 21 */
22
23 #ifndef _PIDGIN_WEBVIEW_H_
24 #define _PIDGIN_WEBVIEW_H_
22 /** 25 /**
23 * SECTION:gtkwebview 26 * SECTION:gtkwebview
24 * @section_id: pidgin-gtkwebview 27 * @section_id: pidgin-gtkwebview
25 * @short_description: <filename>gtkwebview.h</filename> 28 * @short_description: <filename>gtkwebview.h</filename>
26 * @title: WebKitWebView Wrapper 29 * @title: WebKitWebView Wrapper
27 * 30 *
28 * Wrapper over the Gtk WebKitWebView component. 31 * Wrapper over the Gtk WebKitWebView component.
29 */ 32 */
30
31 #ifndef _PIDGIN_WEBVIEW_H_
32 #define _PIDGIN_WEBVIEW_H_
33 33
34 #include <glib.h> 34 #include <glib.h>
35 #include <gtk/gtk.h> 35 #include <gtk/gtk.h>
36 #include <webkit/webkit.h> 36 #include <webkit/webkit.h>
37 37

mercurial