Made gswe_moment_init() static
This commit is contained in:
parent
7632b8f155
commit
97521c4e7c
@ -112,7 +112,7 @@ gswe_moment_emit_changed(GsweMoment *moment)
|
||||
g_signal_emit(moment, gswe_moment_signals[SIGNAL_CHANGED], 0);
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
gswe_moment_init(GsweMoment *moment)
|
||||
{
|
||||
moment->priv = GSWE_MOMENT_GET_PRIVATE(moment);
|
||||
|
Loading…
Reference in New Issue
Block a user