~ubuntu-branches/ubuntu/quantal/thunar/quantal-proposed

« back to all changes in this revision

Viewing changes to thunarx/thunarx-private.h

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-05-05 14:08:14 UTC
  • mfrom: (2.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20120505140814-g3j6j707oib3fzv1
Tags: 1.4.0-1
* New upstream stable release.
* debian/patches:
  - 02_fix-link-gmodule.patch: dropped, included upstream.
* debian/control:
  - debian/control: revert to unversioned libxfce4util-dev, bump required
    versions for Xfce 4.10.
  - drop b-deps on xfce4-dev-tools, libtool, automake, autoconf and
    gtk-doc-tools, unneeded.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
G_BEGIN_DECLS;
31
31
 
32
 
#if GLIB_CHECK_VERSION(2,9,0)
33
32
#define I_(string) (g_intern_static_string ((string)))
34
 
#else
35
 
#define I_(string) (g_quark_to_string (g_quark_from_static_string ((string))))
36
 
#endif
37
33
 
38
34
G_GNUC_INTERNAL
39
35
void   thunarx_object_list_take_reference (GList      *object_list,