X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgfiledescriptorbased.h;h=9f7d2dcfca6d568fbdff291e3bcf3822d40a1775;hb=25990eb2b6da94e1d03631eab8a952ef84cb9986;hp=36792860d9ac33895d52e6ae3a610a1aec6ac6d6;hpb=631d0c3534661e549f7df18fbb9832bdf19c5eaf;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