/* vi:set et ai sw=2 sts=2 ts=2: */
/*-
* Copyright ( c ) 2010 Jannis Pohlmann < jannis @ xfce . org >
*
* This program is free software ; you can redistribute it and / or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation ; either version 2 of
* the License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU General Public License for more details .
*
* You should have received a copy of the GNU General Public License
* along with this program ; if not , write to the Free Software Foundation ,
* Inc . , 51 Franklin Street , Fifth Floor , Boston , MA 02110 - 1301 , USA
*/
#ifndef __XFDESKTOP_NOTIFY_H__
#define __XFDESKTOP_NOTIFY_H__
#include <glib.h>
#include <gio/gio.h>
G_BEGIN_DECLS
void xfdesktop_notify_unmount (GMount *mount);
void xfdesktop_notify_unmount_finish (GMount *mount,
gboolean unmount_successful);
void xfdesktop_notify_eject_mount(GMount *mount);
void xfdesktop_notify_eject_mount_finish(GMount *mount,
gboolean eject_successful);
void xfdesktop_notify_eject_volume(GVolume *volume);
void xfdesktop_notify_eject_volume_finish(GVolume *volume,
gboolean eject_successful);
void xfdesktop_notify_uninit (void );
G_END_DECLS
#endif /* !__XFDESKTOP_NOTIFY_H__ */
Messung V0.5 in Prozent C=96 H=100 G=97
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet am 2026-07-10)
¤
*© Formatika GbR, Deutschland