aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/test-charset-picker.c
blob: 889bba260003eb4952864c5aa463939cf558ea0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include <gnome.h>
#include "e-charset-picker.h"

int
main (int argc, char **argv)
{
    char *charset;

    gnome_init ("test-charset-picker", "1.0", argc, argv);

    charset = e_charset_picker_dialog ("test-charset-picker",
                       "Pick a charset, any charset",
                       NULL, NULL);
    if (charset)
        printf ("You picked: %s\n", charset);

    return 0;
}
href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/databases/recutils?h=gnome-3.28&id=2b080f00f1a736b23b10b3915953577f358cb0f3'>- Belatedly update to version 1.7danfe2014-05-213-5/+5 * - Update to version 1.6danfe2014-01-093-22/+24 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Do not modify charset.aliasantoine2013-06-301-0/+1 * - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1 * Install a few docs; omit port revision bump as this port was added for adanfe2012-11-011-1/+8