pidgin/pidginversion.h

changeset 42649
6986f5428d30
parent 42620
72178a341eb8
child 42969
4132f4d92fd7
equal deleted inserted replaced
42648:70d33d4dac09 42649:6986f5428d30
65 #define PIDGIN_UNAVAILABLE_STATIC_INLINE(maj, min) G_UNAVAILABLE(maj, min) 65 #define PIDGIN_UNAVAILABLE_STATIC_INLINE(maj, min) G_UNAVAILABLE(maj, min)
66 #define PIDGIN_UNAVAILABLE_TYPE(maj, min) G_UNAVAILABLE(maj, min) 66 #define PIDGIN_UNAVAILABLE_TYPE(maj, min) G_UNAVAILABLE(maj, min)
67 #endif 67 #endif
68 68
69 /** 69 /**
70 * PIDGIN_VERSION_MIN_REQUIRED:
71 *
72 * A macro that should be defined by the user prior to including the `pidgin.h`
73 * header.
74 *
75 * The definition should be one of the predefined Pidgin version macros:
76 * %PIDGIN_VERSION_3_0, %PIDGIN_VERSION_3_1, ...
77 *
78 * This macro defines the earliest version of Pidgin that the package is
79 * required to be able to compile against.
80 *
81 * If the compiler is configured to warn about the use of deprecated functions,
82 * then using functions that were deprecated in version
83 * %PIDGIN_VERSION_MIN_REQUIRED or earlier will cause warnings (but using
84 * functions deprecated in later releases will not).
85 *
86 * Since: 3.0
87 */
88
89 /**
70 * PIDGIN_VERSION_CUR_STABLE: 90 * PIDGIN_VERSION_CUR_STABLE:
71 * 91 *
72 * A macro that evaluates to the current stable version of Pidgin, in a format 92 * A macro that evaluates to the current stable version of Pidgin, in a format
73 * that can be used by the C pre-processor. 93 * that can be used by the C pre-processor.
74 * 94 *

mercurial