~dylanmccall/ubuntu/oneiric/network-manager-applet/lp852961-disable-autostart-for-gnome-shell

« back to all changes in this revision

Viewing changes to src/wired-dialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-05-30 13:25:18 UTC
  • mto: This revision was merged to the branch mainline in revision 68.
  • Revision ID: james.westby@ubuntu.com-20110530132518-ya5i5mcrl8szsmoj
Tags: upstream-0.8.9997+git.20110529t170033.9ec4c5d
ImportĀ upstreamĀ versionĀ 0.8.9997+git.20110529t170033.9ec4c5d

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
 *
20
20
 * (C) Copyright 2008 Novell, Inc.
21
 
 * (C) Copyright 2008 Red Hat, Inc.
 
21
 * (C) Copyright 2008 - 2011 Red Hat, Inc.
22
22
 */
23
23
 
24
24
#ifndef WIRED_DIALOG_H
25
25
#define WIRED_DIALOG_H
26
26
 
27
27
#include <gtk/gtk.h>
28
 
#include <nm-client.h>
29
28
#include <nm-connection.h>
30
 
#include <nm-device.h>
31
 
#include <nm-settings-connection-interface.h>
32
 
 
33
 
GtkWidget *nma_wired_dialog_new (NMClient *nm_client,
34
 
                                 NMSettingsConnectionInterface *connection,
35
 
                                 NMDevice *device);
36
 
 
37
 
NMSettingsConnectionInterface *nma_wired_dialog_get_connection (GtkWidget *dialog);
 
29
 
 
30
GtkWidget *nma_wired_dialog_new (NMConnection *connection);
 
31
 
 
32
NMConnection *nma_wired_dialog_get_connection (GtkWidget *dialog);
38
33
 
39
34
#endif /* WIRED_DIALOG_H */