Class DebugProxyISVNGLibrary

java.lang.Object
org.tmatesoft.svn.core.internal.util.jna.DebugProxyISVNGLibrary
All Implemented Interfaces:
com.sun.jna.Library, ISVNGLibrary

public class DebugProxyISVNGLibrary extends java.lang.Object implements ISVNGLibrary
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.tmatesoft.svn.core.internal.util.jna.ISVNGLibrary

    ISVNGLibrary.GList

    Nested classes/interfaces inherited from interface com.sun.jna.Library

    com.sun.jna.Library.Handler
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final ISVNDebugLog
     
    private final ISVNGLibrary
     

    Fields inherited from interface com.sun.jna.Library

    OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.String
     
    com.sun.jna.Pointer
    g_main_loop_new(com.sun.jna.Pointer context, boolean isRunning)
     
    void
    g_main_loop_quit(com.sun.jna.Pointer context)
     
    void
    g_main_loop_run(com.sun.jna.Pointer context)
     
    void
    g_set_application_name(java.lang.String applicationName)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details