summaryrefslogtreecommitdiffstats
path: root/src/web-view.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-11 17:22:58 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-11 17:22:58 (EDT)
commit5b5696b9b4c4e29beb3e826017bd71c08d39baba (patch)
treeb40b29ce734d85fb6bb8ddee6944f1223e243668 /src/web-view.h
parent16aa3d225464db222c5b5444b61bb8ccfac9ddbc (diff)
downloadmarquee-5b5696b9b4c4e29beb3e826017bd71c08d39baba.zip
marquee-5b5696b9b4c4e29beb3e826017bd71c08d39baba.tar.gz
marquee-5b5696b9b4c4e29beb3e826017bd71c08d39baba.tar.bz2
src/web-view.h: Forward declare types
Diffstat (limited to 'src/web-view.h')
-rw-r--r--src/web-view.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/web-view.h b/src/web-view.h
index b8c498d..36c5638 100644
--- a/src/web-view.h
+++ b/src/web-view.h
@@ -19,6 +19,9 @@
* along with Marquee. If not, see <http://www.gnu.org/licenses/>.
*/
+typedef struct _MqWebView MqWebView;
+typedef struct _MqWebViewClass MqWebViewClass;
+
#ifndef MQ_WEB_VIEW_H
#define MQ_WEB_VIEW_H
@@ -45,9 +48,6 @@ G_BEGIN_DECLS
#define MQ_WEB_VIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), \
MQ_TYPE_WEB_VIEW, MqWebViewClass))
-typedef struct _MqWebView MqWebView;
-typedef struct _MqWebViewClass MqWebViewClass;
-
GType
mq_web_view_get_type(void);