gimp/devel-docs/libgimp
Ell b4ac956859 app, pdb: add gimp-register-file-handler-priority procedure
Add a gimp-register-file-handler-priority procedure, which can be
used to set the priority of a file-handler procedure.  When more
than one file-handler procedure matches a file, the procedure with
the lowest priority is used; if more than one procedure has the
lowest priority, it is unspecified which one of them is used.  The
default priority of file-handler procedures is 0.

Add the necessary plumbing (plus some fixes) to the plug-in manager
to handle file-handler priorities.  In particular, use two
different lists for each type of file-handler procedures: one meant
for searching, and is sorted according to priority, and one meant
for display, and is sorted alphabetically.
2018-07-17 02:56:18 -04:00
..
.gitignore devel-docs: update the docs a bit 2014-07-02 13:53:22 +02:00
Makefile.am devel-docs: update the docs a bit 2014-07-02 13:53:22 +02:00
libgimp-docs.sgml app, pdb: add gimp-register-file-handler-priority procedure 2018-07-17 02:56:18 -04:00
libgimp-include.c automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
libgimp-overrides.txt HACKING autogen.sh switched to using gtkdocize for the build of the API 2004-12-13 22:51:55 +00:00
libgimp-sections.txt app, pdb: add gimp-register-file-handler-priority procedure 2018-07-17 02:56:18 -04:00
libgimp.types removed double entry for gimp_font_select_button_get_type. 2006-11-16 00:06:23 +00:00
version.in renamed version.xml.in to version.in in all API reference manuals. 2003-11-08 17:37:46 +00:00