gapplicationimpl-dbus: Fix leak of fd list object
[platform/upstream/glib.git] / gio / giowin32-priv.h
index a69265a..7391a2a 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  *
  * Author: Colin Walters <walters@verbum.org>
  */
@@ -33,7 +31,6 @@ GInputStream *
 g_win32_input_stream_new_from_fd (gint      fd,
                                  gboolean  close_fd);
 
-G_GNUC_INTERNAL
 GOutputStream *
 g_win32_output_stream_new_from_fd (gint      fd,
                                   gboolean  close_fd);