Esempio n. 1
0
/* Sets the verbose notification
 */
void libodraw_notify_set_verbose(
      int verbose )
{
	libnotify_set_verbose(
	 verbose );
}
Esempio n. 2
0
/* Set the verbose notification
 */
void libsmdev_notify_set_verbose(
    int verbose )
{
    libnotify_set_verbose(
        verbose );
}
Esempio n. 3
0
/* Sets the verbose notification
 */
void libfdata_notify_set_verbose(
      int verbose )
{
	libnotify_set_verbose(
	 verbose );
}
Esempio n. 4
0
/* Set the verbose notification
 */
void libewf_notify_set_verbose(
    int verbose )
{
    libnotify_set_verbose(
        verbose );
}