~ubuntu-branches/ubuntu/trusty/gnome-shell/trusty-proposed

« back to all changes in this revision

Viewing changes to src/shell-enum-types.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-14 13:47:20 UTC
  • mfrom: (1.1.36) (18.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20120314134720-202sbjbu4a3z1fru
Tags: 3.3.90-0ubuntu1
* Sync with Debian experimental svn packaging (LP: #941755, #937709).
  Remaining changes:
  - debian/gnome-shell.gsettings-override: Update for Ubuntu defaults
  - debian/control.in: Recommend cups-pk-helper
  - debian/patches/10-make-NetworkManager-optional.patch: Disabled
  - Don't run dh-autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
GType shell_mobile_access_method_type_get_type (void) G_GNUC_CONST;
27
27
#define SHELL_TYPE_MOBILE_ACCESS_METHOD_TYPE (shell_mobile_access_method_type_get_type())
28
28
 
 
29
/* enumerations from "./shell-network-agent.h" */
 
30
GType shell_network_agent_response_get_type (void) G_GNUC_CONST;
 
31
#define SHELL_TYPE_NETWORK_AGENT_RESPONSE (shell_network_agent_response_get_type())
 
32
 
29
33
G_END_DECLS
30
34
 
31
35
#endif /* !__SHELL_ENUM_TYPES_H__ */