We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libgdata.vapi:2038.3-2038.27: warning: Creation method of abstract class cannot be public. 2038 | public Parsable.from_json (GLib.Type parsable_type, string json, int length) throws GLib.Error; | ^~~~~~~~~~~~~~~~~~~~~~~~~ libgdata.vapi:2041.3-2041.26: warning: Creation method of abstract class cannot be public. 2041 | public Parsable.from_xml (GLib.Type parsable_type, string xml, int length) throws GLib.Error; | ^~~~~~~~~~~~~~~~~~~~~~~~ ../src/Composer/ComposerWidget.vala:69.49-79.5: error: value is less accessible than constant `Mail.ComposerWidget.ACTION_ENTRIES' 69 | public const ActionEntry[] ACTION_ENTRIES = { | ^ 70 | {ACTION_ADD_ATTACHMENT, on_add_attachment }, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | {ACTION_BOLD, on_edit_action, "s", "''" }, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | {ACTION_ITALIC, on_edit_action, "s", "''" }, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | {ACTION_UNDERLINE, on_edit_action, "s", "''" }, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | {ACTION_STRIKETHROUGH, on_edit_action, "s", "''" }, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | {ACTION_INSERT_LINK, on_insert_link_clicked, }, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | {ACTION_REMOVE_FORMAT, on_remove_format }, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | {ACTION_DISCARD, on_discard }, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | {ACTION_SEND, on_send } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | }; | ~~~~~ Compilation failed: 1 error(s), 2 warning(s)
The text was updated successfully, but these errors were encountered:
Thanks for fixing it so quickly!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: