gnotification works under win?
i get a segfault on g_application_send_notification
(GLib-GObject-CRITICAL **: g_object_new: assertion 'G_TYPE_IS_OBJECT
(object_type)' failed)
or i did't uderstand how use it?
i tried with this code (i also tried without gtkapplication, but only
with gappl
> Gesendet: Freitag, 08. Mai 2015 um 17:18 Uhr
> Von: "Gian Mario Tagliaretti"
> Betreff: Re: TextTags not removed from tag table
>
> 2015-05-08 12:00 GMT+02:00 Gilzad Hamuni:
>
> Dear Gilzad,
>
> > However, I get the warning that the tags I deleted are still in the tag
> > table ("A tag named '
I notice among using attachments I violated a bunch of the mailer's rules,
sorry. Hopefully not this time.
So these few lines shall explain the trouble I have:
tag = buffer.create_tag("tag_0");//create a texttag inside of the text buffer
buffer.apply_tag(tag, lastIter, currentIter);//apply the ta
I notice attachments will be rejected, so these few lines shall explain the
trouble I have:
tag = buffer.create_tag("tag_0");//create a texttag inside of the text buffer
buffer.apply_tag(tag, lastIter, currentIter);//apply the tag to some given text.
buffer.remove_all_tags(startIter, endIter);//r
Hi list,
in order to keep my memory sane, I try to delete all text tags whenever I clear
the text buffer of a text view (buffer.remove_all_tags(startIter, endIter)).
However, I get the warning that the tags I deleted are still in the tag table
("A tag named 'tag_1' is already in the tag table.")