X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgfiledescriptorbased.c;h=a0ae22241d30588039077b44248db6ab3ab5cbfc;hb=8df2cca08a5c06286303b39a34121c7e6925bf15;hp=8131cd676e2ff6de54d9b6b25e8cce25df9a5ce9;hpb=6223341cacc7dfa34a8d60ec1b4828382dee6d07;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gfiledescriptorbased.c b/gio/gfiledescriptorbased.c index 8131cd6..a0ae222 100644 --- a/gio/gfiledescriptorbased.c +++ b/gio/gfiledescriptorbased.c @@ -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 */ @@ -24,7 +22,6 @@ #include "gfiledescriptorbased.h" #include "glibintl.h" -#include "gioalias.h" /** * SECTION:gfiledescriptorbased @@ -35,9 +32,9 @@ * #GFileDescriptorBased is implemented by streams (implementations of * #GInputStream or #GOutputStream) that are based on file descriptors. * - * Note that <gio/gfiledescriptorbased.h> belongs to - * the UNIX-specific GIO interfaces, thus you have to use the - * gio-unix-2.0.pc pkg-config file when using it. + * Note that `` belongs to the UNIX-specific + * GIO interfaces, thus you have to use the `gio-unix-2.0.pc` pkg-config + * file when using it. * * Since: 2.24 * @@ -72,7 +69,3 @@ g_file_descriptor_based_get_fd (GFileDescriptorBased *fd_based) return (* iface->get_fd) (fd_based); } - - -#define __G_FILE_DESCRIPTOR_BASED_C__ -#include "gioaliasdef.c"