qulogic/talkatu

Fix up the warnings in TalkatuView

2019-07-19, Gary Kramlich
2c4ee163bc1a
Parents a6a059aa7db5
Children 17dc0b202743
Fix up the warnings in TalkatuView
--- a/talkatu/talkatuview.c Fri Jul 19 07:15:48 2019 -0500
+++ b/talkatu/talkatuview.c Fri Jul 19 07:23:40 2019 -0500
@@ -38,9 +38,18 @@
*/
/**
+ * TalkatuViewClass:
+ * @parent: The object class structure needs to be the first
+ * @format_activate: The class handler for the #TalkatuView::format_activate signal.
+ * @should_send_message: The class handler for the #TalkatuView::should_send_message signal.
+ * @send_message: The class handler for the #TalkatuView::send_message signal.
+ * @open_url: The class handler for the #TalkatuView::open_url signal.
+ */
+
+/**
* TalkatuViewSendBinding:
- * @TALKATU_VIEW_SEND_BINDING_RETURN: Represents the return.
- * @TALKATU_VIEW_SEND_BINDING_KP_ENTER: Represents the enter.
+ * @TALKATU_VIEW_SEND_BINDING_RETURN: Represents return.
+ * @TALKATU_VIEW_SEND_BINDING_KP_ENTER: Represents enter.
* @TALKATU_VIEW_SEND_BINDING_SHIFT_RETURN: Represents shift-return.
* @TALKATU_VIEW_SEND_BINDING_CONTROL_RETURN: Represents control-return.
*
--- a/talkatu/talkatuview.h Fri Jul 19 07:15:48 2019 -0500
+++ b/talkatu/talkatuview.h Fri Jul 19 07:23:40 2019 -0500
@@ -52,7 +52,8 @@
void (*open_url)(TalkatuView *view, const gchar *url);
- gpointer reserved[5];
+ /*< private >*/
+ gpointer reserved[4];
};
GtkWidget *talkatu_view_new(void);