summaryrefslogtreecommitdiff
path: root/tests/use-as-subproject/use-dbus-gmain.c
blob: 21bf8e94cdbb1f2becf08c37530bddcd9ba60c1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright 2022 Collabora Ltd.
 * SPDX-License-Identifier: MIT
 */

#include <dbus-gmain/dbus-gmain.h>

int
main (void)
{
  DBusConnection *conn = dbus_bus_get (DBUS_BUS_SESSION, NULL);
  _my_set_up_connection (conn, NULL);
  return 0;
}