File: main.c

package info (click to toggle)
gnome-settings-daemon 49.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,100 kB
  • sloc: ansic: 31,540; python: 1,308; xml: 597; sh: 99; makefile: 26; perl: 19
file content (8 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#include "gsd-main-helper.h"
#include "gsd-rfkill-manager.h"

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