diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2010-12-07 02:44:13 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2010-12-09 10:58:47 +0100 |
commit | e8e84574952132f8e94ed97b6fdf69646e32488b (patch) | |
tree | a491a5b482b2297b44a459c022cf7e01180855f0 /gtk/channel-main.h | |
parent | 027fb69593e471510701ae4f556f84b4c5d7ccc0 (diff) |
gtk: continue API documentation
Diffstat (limited to 'gtk/channel-main.h')
-rw-r--r-- | gtk/channel-main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/channel-main.h b/gtk/channel-main.h index bc30d26..9a4f884 100644 --- a/gtk/channel-main.h +++ b/gtk/channel-main.h @@ -46,6 +46,7 @@ struct _SpiceMainChannelClass { void (*mouse_update)(SpiceChannel *channel); void (*agent_update)(SpiceChannel *channel); + /*< private >*/ /* Do not add fields to this struct */ }; |