X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fgwakeup.h;h=adf415c9d575bbce9f964c27bd7b2a07d5d856c3;hb=35eaf037bdfca985abf5d349e7355f1d2ed9c77b;hp=51f81ce445453681783f23b4aebd1a8fcf59f400;hpb=12f516b44cb3b91d99a9ea0f0c51aaeeb3562688;p=platform%2Fupstream%2Fglib.git diff --git a/glib/gwakeup.h b/glib/gwakeup.h index 51f81ce..adf415c 100644 --- a/glib/gwakeup.h +++ b/glib/gwakeup.h @@ -12,9 +12,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. + * License along with this library; if not, see . * * Author: Ryan Lortie */ @@ -22,14 +20,16 @@ #ifndef __G_WAKEUP_H__ #define __G_WAKEUP_H__ +#include + typedef struct _GWakeup GWakeup; -G_GNUC_INTERNAL GWakeup * g_wakeup_new (void); -G_GNUC_INTERNAL void g_wakeup_free (GWakeup *wakeup); +GWakeup * g_wakeup_new (void); +void g_wakeup_free (GWakeup *wakeup); -G_GNUC_INTERNAL void g_wakeup_get_pollfd (GWakeup *wakeup, - GPollFD *poll_fd); -G_GNUC_INTERNAL void g_wakeup_signal (GWakeup *wakeup); -G_GNUC_INTERNAL void g_wakeup_acknowledge (GWakeup *wakeup); +void g_wakeup_get_pollfd (GWakeup *wakeup, + GPollFD *poll_fd); +void g_wakeup_signal (GWakeup *wakeup); +void g_wakeup_acknowledge (GWakeup *wakeup); #endif