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

« back to all changes in this revision

Viewing changes to src/connection-editor/ce-page.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:
17
17
 * with this program; if not, write to the Free Software Foundation, Inc.,
18
18
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
 *
20
 
 * (C) Copyright 2008 Red Hat, Inc.
 
20
 * (C) Copyright 2008 - 2011 Red Hat, Inc.
21
21
 */
22
22
 
23
23
#ifndef __CE_PAGE_H__
31
31
#include <dbus/dbus-glib.h>
32
32
#include <nm-connection.h>
33
33
 
34
 
#if !GTK_CHECK_VERSION(2,18,0)
35
 
#define gtk_widget_is_toplevel GTK_WIDGET_TOPLEVEL
36
 
#endif
37
 
 
38
34
typedef void (*PageNewConnectionResultFunc) (NMConnection *connection,
39
35
                                             gboolean canceled,
40
36
                                             GError *error,
118
114
 
119
115
gboolean ce_page_get_initialized (CEPage *self);
120
116
 
 
117
char *ce_page_get_next_available_name (GSList *connections, const char *format);
 
118
 
121
119
/* Only for subclasses */
122
120
NMConnection *ce_page_new_connection (const char *format,
123
121
                                      const char *ctype,