[Github-comments] [geany/geany-plugins] addons: show color tip and start Color Chooser with double click (#664)
LarsGit223
notifications at xxxxx
Mon Dec 25 08:57:26 UTC 2017
LarsGit223 commented on this pull request.
> +static void connect_documents_button_press_signal_handler(AoColorTip *colortip)
+{
+ guint i = 0;
+ /* connect the button-press event for all open documents */
+ foreach_document(i)
+ {
+ connect_document_button_press_signal_handler(colortip, documents[i]);
+ }
+}
+
+
+static void ao_color_tip_finalize(GObject *object)
+{
+ g_return_if_fail(object != NULL);
+ g_return_if_fail(IS_AO_COLORTIP(object));
+
@codebrainz, @b4n: if I understood it right all object should live as long as the plugin. But I will test it to verify it and report the result (as soon as I got time for it).
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/664#discussion_r158631495
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171225/3a6960cf/attachment.html>
More information about the Github-comments
mailing list