~ubuntu-branches/debian/jessie/glib2.0/jessie

« back to all changes in this revision

Viewing changes to glib/galias.h

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-02-15 13:00:43 UTC
  • mto: (1.4.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 70.
  • Revision ID: james.westby@ubuntu.com-20090215130043-6snh45flhit8oalb
Tags: upstream-2.18.4
ImportĀ upstreamĀ versionĀ 2.18.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
403
403
extern __typeof (g_checksum_update) IA__g_checksum_update __attribute((visibility("hidden")));
404
404
#define g_checksum_update IA__g_checksum_update
405
405
 
 
406
extern __typeof (g_checksum_reset) IA__g_checksum_reset __attribute((visibility("hidden")));
 
407
#define g_checksum_reset IA__g_checksum_reset
 
408
 
406
409
extern __typeof (g_checksum_get_string) IA__g_checksum_get_string __attribute((visibility("hidden")));
407
410
#define g_checksum_get_string IA__g_checksum_get_string
408
411
 
483
486
extern __typeof (g_filename_display_basename) IA__g_filename_display_basename __attribute((visibility("hidden"))) G_GNUC_MALLOC;
484
487
#define g_filename_display_basename IA__g_filename_display_basename
485
488
 
 
489
#ifndef _WIN64
486
490
extern __typeof (g_filename_from_uri) IA__g_filename_from_uri __attribute((visibility("hidden"))) G_GNUC_MALLOC;
487
491
#define g_filename_from_uri IA__g_filename_from_uri
488
492
 
495
499
extern __typeof (g_filename_to_utf8) IA__g_filename_to_utf8 __attribute((visibility("hidden"))) G_GNUC_MALLOC;
496
500
#define g_filename_to_utf8 IA__g_filename_to_utf8
497
501
 
 
502
#endif
498
503
#ifdef G_OS_WIN32
499
504
extern __typeof (g_filename_from_uri_utf8) IA__g_filename_from_uri_utf8 __attribute((visibility("hidden"))) G_GNUC_MALLOC;
500
505
#define g_filename_from_uri_utf8 IA__g_filename_from_uri_utf8
737
742
extern __typeof (g_dir_close) IA__g_dir_close __attribute((visibility("hidden")));
738
743
#define g_dir_close IA__g_dir_close
739
744
 
 
745
#ifndef _WIN64
740
746
extern __typeof (g_dir_open) IA__g_dir_open __attribute((visibility("hidden")));
741
747
#define g_dir_open IA__g_dir_open
742
748
 
743
749
extern __typeof (g_dir_read_name) IA__g_dir_read_name __attribute((visibility("hidden")));
744
750
#define g_dir_read_name IA__g_dir_read_name
745
751
 
 
752
#endif
746
753
#ifdef G_OS_WIN32
747
754
extern __typeof (g_dir_open_utf8) IA__g_dir_open_utf8 __attribute((visibility("hidden")));
748
755
#define g_dir_open_utf8 IA__g_dir_open_utf8
782
789
extern __typeof (g_set_error) IA__g_set_error __attribute((visibility("hidden"))) G_GNUC_PRINTF(4,5);
783
790
#define g_set_error IA__g_set_error
784
791
 
 
792
extern __typeof (g_set_error_literal) IA__g_set_error_literal __attribute((visibility("hidden")));
 
793
#define g_set_error_literal IA__g_set_error_literal
 
794
 
785
795
extern __typeof (g_prefix_error) IA__g_prefix_error __attribute((visibility("hidden"))) G_GNUC_PRINTF(2,3);
786
796
#define g_prefix_error IA__g_prefix_error
787
797
 
810
820
extern __typeof (g_file_error_quark) IA__g_file_error_quark __attribute((visibility("hidden")));
811
821
#define g_file_error_quark IA__g_file_error_quark
812
822
 
 
823
#ifndef _WIN64
813
824
extern __typeof (g_file_get_contents) IA__g_file_get_contents __attribute((visibility("hidden")));
814
825
#define g_file_get_contents IA__g_file_get_contents
815
826
 
 
827
#endif
816
828
extern __typeof (g_file_set_contents) IA__g_file_set_contents __attribute((visibility("hidden")));
817
829
#define g_file_set_contents IA__g_file_set_contents
818
830
 
 
831
#ifndef _WIN64
819
832
extern __typeof (g_file_open_tmp) IA__g_file_open_tmp __attribute((visibility("hidden")));
820
833
#define g_file_open_tmp IA__g_file_open_tmp
821
834
 
822
835
extern __typeof (g_file_test) IA__g_file_test __attribute((visibility("hidden")));
823
836
#define g_file_test IA__g_file_test
824
837
 
 
838
#endif
825
839
extern __typeof (g_file_read_link) IA__g_file_read_link __attribute((visibility("hidden")));
826
840
#define g_file_read_link IA__g_file_read_link
827
841
 
828
842
extern __typeof (g_format_size_for_display) IA__g_format_size_for_display __attribute((visibility("hidden")));
829
843
#define g_format_size_for_display IA__g_format_size_for_display
830
844
 
 
845
#ifndef _WIN64
831
846
extern __typeof (g_mkstemp) IA__g_mkstemp __attribute((visibility("hidden")));
832
847
#define g_mkstemp IA__g_mkstemp
833
848
 
 
849
#endif
834
850
extern __typeof (g_mkdir_with_parents) IA__g_mkdir_with_parents __attribute((visibility("hidden")));
835
851
#define g_mkdir_with_parents IA__g_mkdir_with_parents
836
852
 
1137
1153
extern __typeof (g_io_channel_unix_new) IA__g_io_channel_unix_new __attribute((visibility("hidden")));
1138
1154
#define g_io_channel_unix_new IA__g_io_channel_unix_new
1139
1155
 
 
1156
#ifndef _WIN64
1140
1157
extern __typeof (g_io_channel_new_file) IA__g_io_channel_new_file __attribute((visibility("hidden")));
1141
1158
#define g_io_channel_new_file IA__g_io_channel_new_file
1142
1159
 
 
1160
#endif
1143
1161
extern __typeof (g_io_channel_new_file_utf8) IA__g_io_channel_new_file_utf8 __attribute((visibility("hidden")));
1144
1162
#define g_io_channel_new_file_utf8 IA__g_io_channel_new_file_utf8
1145
1163
 
1158
1176
extern __typeof (g_io_channel_win32_new_socket) IA__g_io_channel_win32_new_socket __attribute((visibility("hidden")));
1159
1177
#define g_io_channel_win32_new_socket IA__g_io_channel_win32_new_socket
1160
1178
 
 
1179
#ifndef _WIN64
1161
1180
extern __typeof (g_io_channel_win32_new_stream_socket) IA__g_io_channel_win32_new_stream_socket __attribute((visibility("hidden")));
1162
1181
#define g_io_channel_win32_new_stream_socket IA__g_io_channel_win32_new_stream_socket
1163
1182
 
 
1183
#endif
1164
1184
extern __typeof (g_io_channel_win32_poll) IA__g_io_channel_win32_poll __attribute((visibility("hidden")));
1165
1185
#define g_io_channel_win32_poll IA__g_io_channel_win32_poll
1166
1186
 
1639
1659
extern __typeof (g_markup_parse_context_get_position) IA__g_markup_parse_context_get_position __attribute((visibility("hidden")));
1640
1660
#define g_markup_parse_context_get_position IA__g_markup_parse_context_get_position
1641
1661
 
 
1662
extern __typeof (g_markup_parse_context_get_user_data) IA__g_markup_parse_context_get_user_data __attribute((visibility("hidden")));
 
1663
#define g_markup_parse_context_get_user_data IA__g_markup_parse_context_get_user_data
 
1664
 
1642
1665
extern __typeof (g_markup_parse_context_new) IA__g_markup_parse_context_new __attribute((visibility("hidden")));
1643
1666
#define g_markup_parse_context_new IA__g_markup_parse_context_new
1644
1667
 
1645
1668
extern __typeof (g_markup_parse_context_parse) IA__g_markup_parse_context_parse __attribute((visibility("hidden")));
1646
1669
#define g_markup_parse_context_parse IA__g_markup_parse_context_parse
1647
1670
 
 
1671
extern __typeof (g_markup_parse_context_push) IA__g_markup_parse_context_push __attribute((visibility("hidden")));
 
1672
#define g_markup_parse_context_push IA__g_markup_parse_context_push
 
1673
 
 
1674
extern __typeof (g_markup_parse_context_pop) IA__g_markup_parse_context_pop __attribute((visibility("hidden")));
 
1675
#define g_markup_parse_context_pop IA__g_markup_parse_context_pop
 
1676
 
1648
1677
extern __typeof (g_markup_printf_escaped) IA__g_markup_printf_escaped __attribute((visibility("hidden"))) G_GNUC_PRINTF(1,2);
1649
1678
#define g_markup_printf_escaped IA__g_markup_printf_escaped
1650
1679
 
2556
2585
#endif
2557
2586
#if IN_HEADER(__G_SPAWN_H__)
2558
2587
#if IN_FILE(__G_SPAWN_C__)
 
2588
#ifndef _WIN64
2559
2589
extern __typeof (g_spawn_async) IA__g_spawn_async __attribute((visibility("hidden")));
2560
2590
#define g_spawn_async IA__g_spawn_async
2561
2591
 
2562
2592
extern __typeof (g_spawn_async_with_pipes) IA__g_spawn_async_with_pipes __attribute((visibility("hidden")));
2563
2593
#define g_spawn_async_with_pipes IA__g_spawn_async_with_pipes
2564
2594
 
 
2595
#endif
2565
2596
extern __typeof (g_spawn_close_pid) IA__g_spawn_close_pid __attribute((visibility("hidden")));
2566
2597
#define g_spawn_close_pid IA__g_spawn_close_pid
2567
2598
 
 
2599
#ifndef _WIN64
2568
2600
extern __typeof (g_spawn_command_line_async) IA__g_spawn_command_line_async __attribute((visibility("hidden")));
2569
2601
#define g_spawn_command_line_async IA__g_spawn_command_line_async
2570
2602
 
2571
2603
extern __typeof (g_spawn_command_line_sync) IA__g_spawn_command_line_sync __attribute((visibility("hidden")));
2572
2604
#define g_spawn_command_line_sync IA__g_spawn_command_line_sync
2573
2605
 
 
2606
#endif
2574
2607
extern __typeof (g_spawn_error_quark) IA__g_spawn_error_quark __attribute((visibility("hidden")));
2575
2608
#define g_spawn_error_quark IA__g_spawn_error_quark
2576
2609
 
 
2610
#ifndef _WIN64
2577
2611
extern __typeof (g_spawn_sync) IA__g_spawn_sync __attribute((visibility("hidden")));
2578
2612
#define g_spawn_sync IA__g_spawn_sync
2579
2613
 
 
2614
#endif
2580
2615
#ifdef G_OS_WIN32
2581
2616
extern __typeof (g_spawn_async_utf8) IA__g_spawn_async_utf8 __attribute((visibility("hidden")));
2582
2617
#define g_spawn_async_utf8 IA__g_spawn_async_utf8
2629
2664
extern __typeof (g_freopen) IA__g_freopen __attribute((visibility("hidden")));
2630
2665
#define g_freopen IA__g_freopen
2631
2666
 
 
2667
extern __typeof (g_utime) IA__g_utime __attribute((visibility("hidden")));
 
2668
#define g_utime IA__g_utime
 
2669
 
2632
2670
#endif
2633
2671
extern __typeof (g_access) IA__g_access __attribute((visibility("hidden")));
2634
2672
#define g_access IA__g_access
2795
2833
extern __typeof (g_strv_length) IA__g_strv_length __attribute((visibility("hidden")));
2796
2834
#define g_strv_length IA__g_strv_length
2797
2835
 
2798
 
extern __typeof (g_strip_context) IA__g_strip_context __attribute((visibility("hidden")));
 
2836
extern __typeof (g_strip_context) IA__g_strip_context __attribute((visibility("hidden"))) G_GNUC_FORMAT(1);
2799
2837
#define g_strip_context IA__g_strip_context
2800
2838
 
2801
 
extern __typeof (g_dpgettext) IA__g_dpgettext __attribute((visibility("hidden")));
 
2839
extern __typeof (g_dgettext) IA__g_dgettext __attribute((visibility("hidden"))) G_GNUC_FORMAT(2);
 
2840
#define g_dgettext IA__g_dgettext
 
2841
 
 
2842
extern __typeof (g_dngettext) IA__g_dngettext __attribute((visibility("hidden"))) G_GNUC_FORMAT(3);
 
2843
#define g_dngettext IA__g_dngettext
 
2844
 
 
2845
extern __typeof (g_dpgettext) IA__g_dpgettext __attribute((visibility("hidden"))) G_GNUC_FORMAT(2);
2802
2846
#define g_dpgettext IA__g_dpgettext
2803
2847
 
 
2848
extern __typeof (g_dpgettext2) IA__g_dpgettext2 __attribute((visibility("hidden"))) G_GNUC_FORMAT(3);
 
2849
#define g_dpgettext2 IA__g_dpgettext2
 
2850
 
2804
2851
#endif
2805
2852
#endif
2806
2853
#if IN_HEADER(__G_URI_FUNCS_H__)
3539
3586
extern __typeof (g_get_application_name) IA__g_get_application_name __attribute((visibility("hidden")));
3540
3587
#define g_get_application_name IA__g_get_application_name
3541
3588
 
 
3589
#ifndef _WIN64
3542
3590
extern __typeof (g_find_program_in_path) IA__g_find_program_in_path __attribute((visibility("hidden")));
3543
3591
#define g_find_program_in_path IA__g_find_program_in_path
3544
3592
 
3554
3602
extern __typeof (g_get_home_dir) IA__g_get_home_dir __attribute((visibility("hidden")));
3555
3603
#define g_get_home_dir IA__g_get_home_dir
3556
3604
 
 
3605
#endif
3557
3606
extern __typeof (g_get_host_name) IA__g_get_host_name __attribute((visibility("hidden")));
3558
3607
#define g_get_host_name IA__g_get_host_name
3559
3608
 
 
3609
#ifndef _WIN64
3560
3610
extern __typeof (g_setenv) IA__g_setenv __attribute((visibility("hidden")));
3561
3611
#define g_setenv IA__g_setenv
3562
3612
 
 
3613
#endif
3563
3614
extern __typeof (g_listenv) IA__g_listenv __attribute((visibility("hidden")));
3564
3615
#define g_listenv IA__g_listenv
3565
3616
 
3589
3640
extern __typeof (g_get_prgname) IA__g_get_prgname __attribute((visibility("hidden")));
3590
3641
#define g_get_prgname IA__g_get_prgname
3591
3642
 
 
3643
#ifndef _WIN64
3592
3644
extern __typeof (g_get_real_name) IA__g_get_real_name __attribute((visibility("hidden")));
3593
3645
#define g_get_real_name IA__g_get_real_name
3594
3646
 
 
3647
#endif
3595
3648
#ifdef G_OS_WIN32
3596
3649
extern __typeof (g_get_real_name_utf8) IA__g_get_real_name_utf8 __attribute((visibility("hidden")));
3597
3650
#define g_get_real_name_utf8 IA__g_get_real_name_utf8
3608
3661
#define g_win32_get_system_data_dirs_for_module IA__g_win32_get_system_data_dirs_for_module
3609
3662
 
3610
3663
#endif
 
3664
#ifndef _WIN64
3611
3665
extern __typeof (g_get_tmp_dir) IA__g_get_tmp_dir __attribute((visibility("hidden")));
3612
3666
#define g_get_tmp_dir IA__g_get_tmp_dir
3613
3667
 
 
3668
#endif
3614
3669
#ifdef G_OS_WIN32
3615
3670
extern __typeof (g_get_tmp_dir_utf8) IA__g_get_tmp_dir_utf8 __attribute((visibility("hidden")));
3616
3671
#define g_get_tmp_dir_utf8 IA__g_get_tmp_dir_utf8
3628
3683
extern __typeof (g_get_user_special_dir) IA__g_get_user_special_dir __attribute((visibility("hidden")));
3629
3684
#define g_get_user_special_dir IA__g_get_user_special_dir
3630
3685
 
 
3686
#ifndef _WIN64
3631
3687
extern __typeof (g_get_user_name) IA__g_get_user_name __attribute((visibility("hidden")));
3632
3688
#define g_get_user_name IA__g_get_user_name
3633
3689
 
 
3690
#endif
3634
3691
#ifdef G_OS_WIN32
3635
3692
extern __typeof (g_get_user_name_utf8) IA__g_get_user_name_utf8 __attribute((visibility("hidden")));
3636
3693
#define g_get_user_name_utf8 IA__g_get_user_name_utf8
3783
3840
extern __typeof (g_win32_get_package_installation_directory_of_module) IA__g_win32_get_package_installation_directory_of_module __attribute((visibility("hidden")));
3784
3841
#define g_win32_get_package_installation_directory_of_module IA__g_win32_get_package_installation_directory_of_module
3785
3842
 
 
3843
#ifndef _WIN64
3786
3844
extern __typeof (g_win32_get_package_installation_directory) IA__g_win32_get_package_installation_directory __attribute((visibility("hidden")));
3787
3845
#define g_win32_get_package_installation_directory IA__g_win32_get_package_installation_directory
3788
3846
 
 
3847
#endif
3789
3848
extern __typeof (g_win32_get_package_installation_directory_utf8) IA__g_win32_get_package_installation_directory_utf8 __attribute((visibility("hidden")));
3790
3849
#define g_win32_get_package_installation_directory_utf8 IA__g_win32_get_package_installation_directory_utf8
3791
3850
 
 
3851
#ifndef _WIN64
3792
3852
extern __typeof (g_win32_get_package_installation_subdirectory) IA__g_win32_get_package_installation_subdirectory __attribute((visibility("hidden")));
3793
3853
#define g_win32_get_package_installation_subdirectory IA__g_win32_get_package_installation_subdirectory
3794
3854
 
 
3855
#endif
3795
3856
extern __typeof (g_win32_get_package_installation_subdirectory_utf8) IA__g_win32_get_package_installation_subdirectory_utf8 __attribute((visibility("hidden")));
3796
3857
#define g_win32_get_package_installation_subdirectory_utf8 IA__g_win32_get_package_installation_subdirectory_utf8
3797
3858