Booter.Booter.NotifyStartupComplete C# (CSharp) Method

NotifyStartupComplete() private static method

private static NotifyStartupComplete ( ) : void
return void
        private static void NotifyStartupComplete ()
        {
            try {
                if (gdk_init_check (IntPtr.Zero, IntPtr.Zero)) {
                    gdk_notify_startup_complete ();
                }
            } catch (Exception e) {
                Hyena.Log.Exception ("Problem with NotifyStartupComplete", e);
            }
        }