~ubuntu-branches/ubuntu/precise/gnome-control-center/precise-updates

« back to all changes in this revision

Viewing changes to panels/background/gdesktop-enums-types.h

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya, Micah Gersten, Rodrigo Moya
  • Date: 2011-05-24 10:55:28 UTC
  • mfrom: (1.1.46 upstream)
  • Revision ID: james.westby@ubuntu.com-20110524105528-dlmxhkwzc0t67kzn
Tags: 1:3.0.2-1ubuntu3
[ Micah Gersten ]
* debian/control:
  - Add reaks/Replaces on g-s-d (<< 3.0~) for gnome-control-center-data (LP: #786417)

[ Rodrigo Moya ]
* New upstream release
* debian/watch:
  - Switch to .bz2, as this is what is used in ftp.gnome.org now
* debian/patches/01_git_remove_gettext_calls.patch
* debian/patches/01_git_kill_warning.patch:
  - Remove upstreamed patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#include <glib-object.h>
8
8
 
9
9
G_BEGIN_DECLS
10
 
/* enumerations from "/usr/include/gsettings-desktop-schemas/gdesktop-enums.h" */
 
10
/* enumerations from "/opt/extra/include/gsettings-desktop-schemas/gdesktop-enums.h" */
11
11
GType g_desktop_proxy_mode_get_type (void) G_GNUC_CONST;
12
12
#define G_DESKTOP_TYPE_DESKTOP_PROXY_MODE (g_desktop_proxy_mode_get_type())
13
13
GType g_desktop_toolbar_style_get_type (void) G_GNUC_CONST;