]> git.ipfire.org Git - thirdparty/gettext.git/commit
examples: Add new example 'hello-c-gnome3'
authorDaiki Ueno <ueno@gnu.org>
Tue, 15 Apr 2014 06:08:25 +0000 (15:08 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 15 Apr 2014 07:56:42 +0000 (16:56 +0900)
commit646ffb0de1841c7447eb8d67ce6d29897967e635
treeba37b5372da813fa67033aee9bca4966bfde4773
parent10d925d18a1fb0203986c614540b88f321c1b4da
examples: Add new example 'hello-c-gnome3'
17 files changed:
gettext-tools/examples/ChangeLog
gettext-tools/examples/Makefile.am
gettext-tools/examples/README
gettext-tools/examples/hello-c-gnome3/INSTALL [new file with mode: 0644]
gettext-tools/examples/hello-c-gnome3/Makefile.am [new file with mode: 0644]
gettext-tools/examples/hello-c-gnome3/autoclean.sh [new file with mode: 0755]
gettext-tools/examples/hello-c-gnome3/autogen.sh [new file with mode: 0755]
gettext-tools/examples/hello-c-gnome3/configure.ac [new file with mode: 0644]
gettext-tools/examples/hello-c-gnome3/hello.c [new file with mode: 0644]
gettext-tools/examples/hello-c-gnome3/hello.desktop.in [new file with mode: 0644]
gettext-tools/examples/hello-c-gnome3/hello.gresource.xml [new file with mode: 0644]
gettext-tools/examples/hello-c-gnome3/hello.ui [new file with mode: 0644]
gettext-tools/examples/hello-c-gnome3/m4/Makefile.am [new file with mode: 0644]
gettext-tools/examples/hello-c-gnome3/po/LINGUAS [new file with mode: 0644]
gettext-tools/examples/hello-c-gnome3/po/Makevars [new file with mode: 0644]
gettext-tools/examples/hello-c-gnome3/po/POTFILES.in [new file with mode: 0644]
gettext-tools/examples/po/Makefile.am