Remove a few more G_GNUC_INTERNAL users

This commit is contained in:
Ryan Lortie
2013-01-18 13:27:16 -05:00
parent 346aa683de
commit 52a81a7d86
5 changed files with 10 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ static void ih_not_missing_callback (inotify_sub *sub);
*
* We take the lock in all public functions
*/
G_GNUC_INTERNAL G_LOCK_DEFINE (inotify_lock);
G_LOCK_DEFINE (inotify_lock);
static GFileMonitorEvent ih_mask_to_EventFlags (guint32 mask);