File: main.c

package info (click to toggle)
gnome-settings-daemon 48.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 16,160 kB
  • sloc: ansic: 33,525; python: 1,340; xml: 603; sh: 101; makefile: 32; perl: 19
file content (8 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#include "gsd-main-helper.h"
#include "gsd-print-notifications-manager.h"

int
main (int argc, char **argv)
{
        return gsd_main_helper (GSD_TYPE_PRINT_NOTIFICATIONS_MANAGER, argc, argv);
}