Fix shell_global_format_time_relative_pretty() parameter name

An out parameter annotation was missed due to a difference
in the parameter name between the declaration and the implementation.

https://bugzilla.gnome.org/show_bug.cgi?id=629595
This commit is contained in:
Alban Browaeys 2010-09-14 02:26:40 +02:00 committed by Owen W. Taylor
parent 7f2fce2684
commit 27e71d9a6c

View File

@ -87,7 +87,7 @@ void shell_global_gc (ShellGlobal *global);
void shell_global_maybe_gc (ShellGlobal *global);
void shell_global_format_time_relative_pretty (ShellGlobal *global, guint delta, char **text, guint *update_time);
void shell_global_format_time_relative_pretty (ShellGlobal *global, guint delta, char **text, guint *next_update);
ClutterActor *shell_global_create_root_pixmap_actor (ShellGlobal *global);