2005-04-27 Dan Williams <dcbw@redhat.com>
* Merge the applet and the info-daemon, and move the converged applet under gnome/applet * Move libnm_glib to gnome/libnm_glib * Convert most dbus calls between the applet, info-daemon, and NM into async calls * Fix a few things valgrind noticed * Make NM broadcast state more reliably git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@586 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -77,11 +77,11 @@ typedef struct NMData
|
||||
} NMData;
|
||||
|
||||
|
||||
struct NMDevice *nm_create_device_and_add_to_list (NMData *data, const char *udi, const char *iface,
|
||||
gboolean test_device, NMDeviceType test_device_type);
|
||||
struct NMDevice *nm_create_device_and_add_to_list (NMData *data, const char *udi, const char *iface,
|
||||
gboolean test_device, NMDeviceType test_device_type);
|
||||
|
||||
void nm_remove_device_from_list (NMData *data, const char *udi);
|
||||
void nm_remove_device_from_list (NMData *data, const char *udi);
|
||||
|
||||
void nm_schedule_status_signal_broadcast (NMData *data);
|
||||
void nm_schedule_state_change_signal_broadcast (NMData *data);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user