> + g_slice_free(TMQuery, q); > + } > +} > + > + > +/** Add name filter to a query > + * > + * The query results will be restricted to tags matching the name. The > + * matching is a simple prefix matching. The length to match can be > + * limited to allow multiple tags to match a prefix. > + * > + * @param q The query to operate on. > + * @param name The name to filter. > + * @param name_len The number of characters to use (from the beginning). > + * > + * @return 0 on succcess, < 0 on error.
Is this a serious suggestion? If you dislike gint return so much I will change it. Just saying I regularly regret this later on (but not always). -- 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/pull/1187/files/386006313a0b78c614bd1ac522ac121e093df58d#r76149246