~prateek.karandikar/ubuntu/precise/pidgin/add_quicklist

« back to all changes in this revision

Viewing changes to libpurple/protocols/gg/lib/libgadu.h

  • Committer: Bazaar Package Importer
  • Author(s): Micah Gersten
  • Date: 2011-04-11 03:27:22 UTC
  • mfrom: (2.3.17 sid)
  • Revision ID: james.westby@ubuntu.com-20110411032722-farsw08i6ouj5dnd
Tags: 1:2.7.11-1ubuntu1
* Merge from Debian unstable (LP: #757146), remaining changes:
  + debian/control:
    - Add libtool and liblaunchpad-integration-dev build depends
    - Bump standards version
    - Relax binary depends on pidgin versions
    - Add pidgin-libnotify as Recommends for pidgin binary
    - Fix description of pidgin binary
    - Don't have libpurple-bin depend on libpurple0
  + debian/libpurple0.symbols: add epoch to appropriate symbols
  + Add debian/patches:
    - 02_lpi.patch
    - 04_let_crasher_for_apport.patch
    - 05_default_to_irc_ubuntu_com.patch
    - 10_docklet_default_off.patch
    - 11_buddy_list_really_show.patch
    - 13_sounds_and_timers.patch
    - 60_1024x600_gtkpounce.c.patch
    - 60_1024x600_gtkprefs.c.patch
  + debian/prefs.xml: add notification prefs
  + debian/rules:
    - Add translation domain to desktop file with gettext
    - Add the launcher for pidgin

* Add configure check for launchpad integration attached to the gtk check since 
  upstream dropped the startup notification check which is where this check was 
  previously
  - update debian/patches/02_lpi.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
#undef GG_CONFIG_HAVE_PTHREAD
57
57
 
58
58
/* Defined if pthread resolver is the default one. */
59
 
#undef GG_CONFIG_PTHREAD_DEFAULT 
 
59
#undef GG_CONFIG_PTHREAD_DEFAULT
60
60
 
61
61
/* Defined if this machine has C99-compiliant vsnprintf(). */
62
62
#undef GG_CONFIG_HAVE_C99_VSNPRINTF
117
117
typedef unsigned short uint16_t;
118
118
typedef unsigned int   uint32_t;
119
119
 
120
 
#if !defined(__CYGWIN__) && !defined(__SunOS)
 
120
#if !defined(__CYGWIN__) && !defined(__SunOS) && !defined(_INCLUDE_HPUX_SOURCE)
121
121
#define __int8_t_defined
122
122
typedef   signed char    int8_t;
123
123
typedef   signed short  int16_t;
267
267
        int send_left;          /**< Liczba bajtów do wysłania */
268
268
 
269
269
        struct gg_dcc7 *dcc7_list;      /**< Lista połączeń bezpośrednich skojarzonych z sesją */
270
 
        
 
270
 
271
271
        int soft_timeout;       /**< Flaga mówiąca, że po przekroczeniu \c timeout należy wywołać \c gg_watch_fd() */
272
272
 
273
273
        int protocol_flags;     /**< Flagi protokołu */
890
890
};
891
891
 
892
892
/**
893
 
 * Unia wszystkich zdarzeń zwracanych przez funkcje \c gg_watch_fd(), 
 
893
 * Unia wszystkich zdarzeń zwracanych przez funkcje \c gg_watch_fd(),
894
894
 * \c gg_dcc_watch_fd() i \c gg_dcc7_watch_fd().
895
895
 *
896
896
 * \ingroup events
982
982
 
983
983
#else
984
984
 
985
 
/** 
 
985
/**
986
986
 * \ingroup pubdir50
987
987
 *
988
988
 * Rodzaj pola zapytania.
1048
1048
 
1049
1049
/**
1050
1050
 * Token autoryzacji niektórych operacji HTTP.
1051
 
 * 
 
1051
 *
1052
1052
 * \ingroup token
1053
1053
 */
1054
1054
struct gg_token {
1171
1171
 
1172
1172
/**
1173
1173
 * \ingroup pubdir50
1174
 
 * 
 
1174
 *
1175
1175
 * Rodzaj zapytania lub odpowiedzi katalogu publicznego.
1176
1176
 */
1177
1177
enum {
1382
1382
 
1383
1383
#else
1384
1384
 
1385
 
/** 
 
1385
/**
1386
1386
 * \ingroup login
1387
1387
 *
1388
1388
 * Flagi opcji protokołu.