G_GNUC_NULL_TERMINATED.

2006-07-05  Sven Neumann  <sven@gimp.org>

	* app/gui/themes.h (themes_get_theme_file): G_GNUC_NULL_TERMINATED.
This commit is contained in:
Sven Neumann 2006-07-05 14:43:14 +00:00 committed by Sven Neumann
parent 4fbb21327f
commit f43d307437
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2006-07-05 Sven Neumann <sven@gimp.org>
* app/gui/themes.h (themes_get_theme_file): G_GNUC_NULL_TERMINATED.
2006-07-05 Sven Neumann <sven@gimp.org>
* INSTALL: updated dependencies.
@ -13,7 +17,7 @@
* libgimpbase/gimpparasiteio.[ch]
* libgimpbase/gimputils.h
* libgimpconfig/gimpconfig-path.[ch]
* libgimpthumb/gimpthumb-utils.[ch]: marked some function with
* libgimpthumb/gimpthumb-utils.[ch]: marked some functions with
G_GNUC_MALLOC.
* plug-ins/common/dicom.c: use g_date_set_time_t() instead of the

View file

@ -29,7 +29,7 @@ const gchar * themes_get_theme_dir (Gimp *gimp,
const gchar *theme_name);
gchar * themes_get_theme_file (Gimp *gimp,
const gchar *first_component,
...);
...) G_GNUC_NULL_TERMINATED;
void themes_apply_theme (Gimp *gimp,
const gchar *theme_name);

View file

@ -26,6 +26,7 @@
#include <errno.h>
#include <string.h>
#include <time.h>
#include <glib/gstdio.h>