mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 04:50:30 +01:00
2007-10-01 Dan Williams <dcbw@redhat.com>
* libnm-glib/nm-device.c - (nm_device_class_init): actually tell glib about the carrier-changed signal git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2921 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
7cdada8ed2
commit
84cd0661af
2 changed files with 16 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2007-10-01 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* libnm-glib/nm-device.c
|
||||
- (nm_device_class_init): actually tell glib about the carrier-changed
|
||||
signal
|
||||
|
||||
2007-10-01 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* configure.in
|
||||
|
|
|
|||
|
|
@ -119,6 +119,16 @@ nm_device_class_init (NMDeviceClass *device_class)
|
|||
g_cclosure_marshal_VOID__UINT,
|
||||
G_TYPE_NONE, 1,
|
||||
G_TYPE_UINT);
|
||||
|
||||
signals[CARRIER_CHANGED] =
|
||||
g_signal_new ("carrier-changed",
|
||||
G_OBJECT_CLASS_TYPE (object_class),
|
||||
G_SIGNAL_RUN_FIRST,
|
||||
G_STRUCT_OFFSET (NMDeviceClass, carrier_changed),
|
||||
NULL, NULL,
|
||||
g_cclosure_marshal_VOID__BOOLEAN,
|
||||
G_TYPE_NONE, 1,
|
||||
G_TYPE_BOOLEAN);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue