X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk%2Fatkmisc.h;h=e898e35d6102e27584aeb82776e4f6e52bfac149;hb=480f1fd937ae50a869555778c0ccb709c3a8590b;hp=c43ad06bec84ffade5429e6431f27e783db12cb1;hpb=feb4bd4c5b24672b1d8bbf0783e96539af0d0ba4;p=platform%2Fupstream%2Fatk.git diff --git a/atk/atkmisc.h b/atk/atkmisc.h index c43ad06..e898e35 100644 --- a/atk/atkmisc.h +++ b/atk/atkmisc.h @@ -12,7 +12,9 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, see . + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION) @@ -23,6 +25,7 @@ #define __ATK_MISC_H__ #include +#include /* We prefix variable declarations so they can * properly get exported in Windows DLLs. @@ -34,7 +37,7 @@ # else /* !ATK_STATIC_COMPILATION */ # ifdef ATK_COMPILATION # ifdef DLL_EXPORT -# define ATK_VAR __declspec(dllexport) +# define ATK_VAR _ATK_EXTERN # else /* !DLL_EXPORT */ # define ATK_VAR extern # endif /* !DLL_EXPORT */ @@ -43,7 +46,7 @@ # endif /* !ATK_COMPILATION */ # endif /* !ATK_STATIC_COMPILATION */ # else /* !G_PLATFORM_WIN32 */ -# define ATK_VAR extern +# define ATK_VAR _ATK_EXTERN # endif /* !G_PLATFORM_WIN32 */ #endif /* ATK_VAR */ @@ -93,13 +96,15 @@ struct _AtkMiscClass void (* threads_leave) (AtkMisc *misc); gpointer vfuncs[32]; /* future bincompat */ }; + +ATK_DEPRECATED_IN_2_12 GType atk_misc_get_type (void); -G_DEPRECATED +ATK_DEPRECATED_IN_2_12 void atk_misc_threads_enter (AtkMisc *misc); -G_DEPRECATED +ATK_DEPRECATED_IN_2_12 void atk_misc_threads_leave (AtkMisc *misc); -G_DEPRECATED +ATK_DEPRECATED_IN_2_12 const AtkMisc *atk_misc_get_instance (void); G_END_DECLS