X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgfiledescriptorbased.h;h=9f7d2dcfca6d568fbdff291e3bcf3822d40a1775;hb=e608ec7b2e47d29fa189fca6e97f484f41c115a4;hp=36792860d9ac33895d52e6ae3a610a1aec6ac6d6;hpb=a4e38786750d538b334b8a7a7cc9f5a3ff48bc33;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gfiledescriptorbased.h b/gio/gfiledescriptorbased.h index 3679286..9f7d2dc 100644 --- a/gio/gfiledescriptorbased.h +++ b/gio/gfiledescriptorbased.h @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * * Author: Christian Kellner */ @@ -52,8 +50,10 @@ struct _GFileDescriptorBasedIface int (*get_fd) (GFileDescriptorBased *fd_based); }; +GLIB_AVAILABLE_IN_ALL GType g_file_descriptor_based_get_type (void) G_GNUC_CONST; +GLIB_AVAILABLE_IN_ALL int g_file_descriptor_based_get_fd (GFileDescriptorBased *fd_based); G_END_DECLS