diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-21 12:42:09 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-21 12:42:09 +0000 |
commit | aa6d9fc5289adaf7e653fd190dc1180cb9e01466 (patch) | |
tree | 1d56f916b1a0b199673334490c11bc4ff7350aa8 /gst/librfb/rfbdecoder.h | |
parent | 6b773560f630dadfc266a817eee984ba0838f6d0 (diff) | |
download | gst-plugins-bad-aa6d9fc5289adaf7e653fd190dc1180cb9e01466.tar.gz gst-plugins-bad-aa6d9fc5289adaf7e653fd190dc1180cb9e01466.tar.bz2 gst-plugins-bad-aa6d9fc5289adaf7e653fd190dc1180cb9e01466.zip |
gst/librfb/rfbdecoder.*: Don't use gtk-doc comment style for non gtk-doc comments.
Original commit message from CVS:
* gst/librfb/rfbdecoder.c:
* gst/librfb/rfbdecoder.h:
Don't use gtk-doc comment style for non gtk-doc comments.
Make one static function static.
Diffstat (limited to 'gst/librfb/rfbdecoder.h')
-rw-r--r-- | gst/librfb/rfbdecoder.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/librfb/rfbdecoder.h b/gst/librfb/rfbdecoder.h index b5c6cf2a..314504ad 100644 --- a/gst/librfb/rfbdecoder.h +++ b/gst/librfb/rfbdecoder.h @@ -105,8 +105,6 @@ void rfb_decoder_send_key_event (RfbDecoder * decoder, guint key, gboolean down_flag); void rfb_decoder_send_pointer_event (RfbDecoder * decoder, gint button_mask, gint x, gint y); -guint8 * - rfb_decoder_message_set_encodings ( GSList *encodings_list); G_END_DECLS #endif |