X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgiotypes.h;h=de62cefa2bdc1c71aa7dbd19d5b4cf07c465b1ed;hb=2138deb07ebb7d7e541c0cd35b966e107d1bf800;hp=ffee9d2c61c447a1ab43e7b832dd88ad66855d20;hpb=639bd3626b683a0be273462d47e6bc30351a77d1;p=platform%2Fupstream%2Fglib.git diff --git a/gio/giotypes.h b/gio/giotypes.h index ffee9d2..de62cef 100644 --- a/gio/giotypes.h +++ b/gio/giotypes.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: Alexander Larsson */ @@ -62,7 +60,6 @@ typedef struct _GSettings GSettings; typedef struct _GPermission GPermission; typedef struct _GMenuModel GMenuModel; -typedef struct _GNotificationBackend GNotificationBackend; typedef struct _GNotification GNotification; /** @@ -396,7 +393,7 @@ typedef gboolean (*GSocketSourceFunc) (GSocket *socket, * @size: the available size in @buffer. * * Structure used for scatter/gather data input. - * You generally pass in an array of #GInputVectors + * You generally pass in an array of #GInputVectors * and the operation will store the read data starting in the * first buffer, switching to the next as needed. * @@ -415,7 +412,7 @@ struct _GInputVector { * @size: the size of @buffer. * * Structure used for scatter/gather data output. - * You generally pass in an array of #GOutputVectors + * You generally pass in an array of #GOutputVectors * and the operation will use all the buffers as if they were * one buffer. * @@ -500,7 +497,7 @@ typedef struct _GDBusObjectManagerServer GDBusObjectManagerServer; * object proxy (if @interface_name is %NULL). * * This function is called in the - * thread-default main loop + * [thread-default main loop][g-main-context-push-thread-default] * that @manager was constructed in. * * Returns: A #GType to use for the remote object. The returned type @@ -521,7 +518,7 @@ typedef struct _GTestDBus GTestDBus; * * A child process. * - * Since: 2.36 + * Since: 2.40 */ typedef struct _GSubprocess GSubprocess; /** @@ -529,7 +526,7 @@ typedef struct _GSubprocess GSubprocess; * * Options for launching a child process. * - * Since: 2.36 + * Since: 2.40 */ typedef struct _GSubprocessLauncher GSubprocessLauncher;