From 5c847d54fa4f1f660114000dfbea2d25b7306b0b Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 27 Jan 2016 17:39:48 +0100 Subject: Avoid gtk-doc warnings: multiple ID for constraint linkend This fixes the huge number of gtk-doc warnings that look like this: Warning: multiple "IDs" for constraint linkend: XdgAppRef Based on: https://mail.gnome.org/archives/commits-list/2010-September/msg00222.html --- lib/xdg-app-remote.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/xdg-app-remote.h') diff --git a/lib/xdg-app-remote.h b/lib/xdg-app-remote.h index a50bbac..e3867b3 100644 --- a/lib/xdg-app-remote.h +++ b/lib/xdg-app-remote.h @@ -25,7 +25,7 @@ #ifndef __XDG_APP_REMOTE_H__ #define __XDG_APP_REMOTE_H__ -typedef struct XdgAppRemote XdgAppRemote; +typedef struct _XdgAppRemote XdgAppRemote; #include #include @@ -36,7 +36,7 @@ typedef struct XdgAppRemote XdgAppRemote; XDG_APP_EXTERN GType xdg_app_remote_get_type (void); -struct XdgAppRemote { +struct _XdgAppRemote { GObject parent; }; -- cgit v1.2.1